Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.11.0
-
None
-
et2448@ubuntu:~/projects/payment/cashpool/server$ /opt/ibm/ibm-java-i386-60/bin/java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxi3260sr13fp1-20130325_01(SR13 FP1))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260sr13-20130114_134867 (JIT enabled, AOT enabled)
J9VM - 20130114_134867
JIT - r9_20130108_31100
GC - 20121212_AA)
JCL - 20130315_01et2448@ubuntu:~/projects/payment/cashpool/server$ /opt/ibm/ibm-java-i386-60/bin/java -version java version "1.6.0" Java(TM) SE Runtime Environment (build pxi3260sr13fp1-20130325_01(SR13 FP1)) IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260sr13-20130114_134867 (JIT enabled, AOT enabled) J9VM - 20130114_134867 JIT - r9_20130108_31100 GC - 20121212_AA) JCL - 20130315_01
-
Unknown
Description
This one works:
<to uri="validator:META-INF/xsd/fundscheckmaintainavailablebalance.xsd" />
This one doesn't:
<to uri="validator:META-INF/xsd/fundscheckmaintainavailablebalance.xsd?useSharedSchema=false" />
it fails with:
org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
The streamsource object in the validator is populated, but the buffered inputstream object has no content