Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dda-wizard
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
44
Issues
44
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
DDA
dda-wizard
Commits
32d91cd3
Commit
32d91cd3
authored
Sep 24, 2019
by
Steinberg, Jan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PoS and null pointer problem
parent
de059266
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
730 additions
and
1 deletion
+730
-1
XsltTransformerOaiPmhBundlesStreamSource.java
...domain/impl/XsltTransformerOaiPmhBundlesStreamSource.java
+2
-1
XsltTransformerOaiPmhBundlesStreamSourceTest.java
...in/impl/XsltTransformerOaiPmhBundlesStreamSourceTest.java
+119
-0
pos-oai_dc-2-xmlbundle.xslt
src/test/resources/xslt/pos-oai_dc-2-xmlbundle.xslt
+237
-0
pos-oai_marc-2-xmlbundle.xslt
src/test/resources/xslt/pos-oai_marc-2-xmlbundle.xslt
+372
-0
No files found.
src/main/java/org/gesis/dda/publishing/domain/impl/XsltTransformerOaiPmhBundlesStreamSource.java
View file @
32d91cd3
...
...
@@ -244,7 +244,8 @@ public class XsltTransformerOaiPmhBundlesStreamSource implements BundlesStreamSo
LOG
.
debug
(
"1- filtering away oaiPmhIdentifier={}"
,
oaiPmhIdentifier
);
LOG
.
debug
(
"Error detail: {}"
,
e
.
getCause
().
getLocalizedMessage
());
resultBundle
=
null
;
break
;
// test if this break is really necessary, taken out. STJ
// break;
}
else
{
LOG
.
warn
(
"2- fatalError. Filtering away oaiPmhIdentifier="
+
oaiPmhIdentifier
,
e
);
...
...
src/test/java/org/gesis/dda/publishing/domain/impl/XsltTransformerOaiPmhBundlesStreamSourceTest.java
View file @
32d91cd3
This diff is collapsed.
Click to expand it.
src/test/resources/xslt/pos-oai_dc-2-xmlbundle.xslt
0 → 100755
View file @
32d91cd3
This diff is collapsed.
Click to expand it.
src/test/resources/xslt/pos-oai_marc-2-xmlbundle.xslt
0 → 100755
View file @
32d91cd3
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment