DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18172>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18172

Class Cast exception occurs when attempting to process external hints

           Summary: Class Cast exception occurs when attempting to process
                    external hints
           Product: Xerces2-J
           Version: 2.3.0
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: XML Schema Structures
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The code is trying to cast a particular object to an object array. Seems like 
there's no type saftey in this code, as Objects are passed around everywhere 
and casted as needed.
Stack is as follows
java.lang.ClassCastException
        at org.apache.xerces.impl.xs.XMLSchemaLoader.processExternalHints
(XMLSchemaLoader.java:567)
        at org.apache.xerces.impl.xs.XMLSchemaValidator.reset
(XMLSchemaValidator.java:1345)
        at org.apache.xerces.parsers.BasicParserConfiguration.reset
(BasicParserConfiguration.java:543)
        at org.apache.xerces.parsers.DTDConfiguration.reset
(DTDConfiguration.java:640)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to