[jboss-jira] [JBoss JIRA] Created: (JBXB-137) DefaultSchemaResolver is lieing in TRACE about finding the schema

Alexey Loubyansky (JIRA) jira-events at lists.jboss.org
Thu Mar 27 10:00:41 EDT 2008


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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list