Testing an XQuery Transformation

Posted by hakish on Stack Overflow See other posts from Stack Overflow or by hakish
Published on 2010-03-18T11:49:39Z Indexed on 2010/03/18 11:51 UTC
Read the original article Hit count: 563

Filed under:
|
|
|

Hi,

I'm using Workshop for Weblogic and I'm testing an XQuery Transformation. Both MFL and XSD are valid. But the XQuery doesn't seem to work... it gives me this error:

Error occurred while executing XQuery: loader constraint violation: when resolving method "javax.xml.stream.XMLInputFactory.createXMLStreamReader(Ljava/io/Reader;)Ljavax/xml/stream/XMLStreamReader;" the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) of the current class, weblogic/xml/query/parsers/StAXCursorAdaptor, and the class loader (instance of ) for resolved class, javax/xml/stream/XMLInputFactory, have different Class objects for the type javax/xml/stream/XMLStreamReader used in the signature

Have you ever seen this before? How can I solve this please?

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about service