Posted: Thu Aug 16, 2007 3:55 am Post subject: XSLT node and XML Validator Node refusing to work together
Centurion
Joined: 03 Nov 2006 Posts: 108
Hi,
I have a requirement where in I need to use the XML validator node to validate the incoming messages againt a schema, transform them using XSL (XML transformation node) and again validate the output against the schema using the Validator node.
The second time validator node is used (after the XSLT node) its giving th error -
RecoverableException BIP4367E: The method ''evaluate'' in Java node "XYZ XML Validator'' has thrown the following exception: 'java.lang.ClassCastException: org.apache.xerces.parsers.XML11Configuration'.
The method ''evaluate'' of the Java node has thrown an exception. Examine previous error messages for details of the cause of the problem.
This error is generated by the Java node API. It can occur in a Java Compute node or a Java user-defined node. If the node is a user-defined node, contact the node provider for further details.
RecoverableException BIP4395E: Java exception: ''java.lang.ClassCastException''; thrown from class name: ''com.ibm.mq.supportpacs.XMLValidatorNode.XMLValidatorParserInterface'', method name: ''<init>'', file: ''XMLValidatorParserInterface.java'', line: '38'
The message contains that data associated with a Java exception.
No user action required.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum