]
Alexey Loubyansky closed JBXB-137.
----------------------------------
Resolution: Done
Fixed.
DefaultSchemaResolver is lieing in TRACE about finding the schema
-----------------------------------------------------------------
Key: JBXB-137
URL:
http://jira.jboss.com/jira/browse/JBXB-137
Project: JBoss XML Binding (JBossXB)
Issue Type: Bug
Affects Versions: JBossXB-2.0.0.CR7
Reporter: Alexey Loubyansky
Assigned To: Alexey Loubyansky
Fix For: JBossXB-2.0.0.CR8
The code below logs that the schema is found even if the return input source is null.
// Parse the schema
InputSource is = getInputSource(nsURI, baseURI, schemaLocation);
if( trace )
{
log.trace("found schema InputSource, nsURI="+nsURI
+", baseURI="+baseURI
+", schemaLocation="+schemaLocation);
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: