Hello,
I have an EJB running in ejboss that is supposed to use the Xerces XML
parser to parse a document. The everything runs fine if I do not invoke the
parse() method from org.apache.xerces.parsers.DOMParser. I can invoke other
methods without incedent, checking feature settings and whatnot, but parse()
causes the following error:
[server] registered container for ZMLParserService
[Bean] Construct ZMLDocument
[Bean] About to parse
[BeanWrapper] ZMLParserService removing propagation context
beanWrapper.invoke(methodInvocation) throwed an exception
[Bean] error! java.lang.NoSuchMethodError
java.lang.ClassCastException: java.lang.NoSuchMethodError
at
org.ejboss.invocation.RemoteInvocationHandlerLocalImpl.invoke(RemoteInvocati
onHandlerLocalImpl.java:84)
at
org.ejboss.container.ProxyContainer.invoke(ProxyContainer.java:192)
at
org.ejboss.container.ProxyContainerForObject.invoke(ProxyContainerForObject.
java:299)
at $Proxy4.parseZMLWebDocumentString(Unknown Source)
and so on through the stack.
Any idea as to why this is occuring? The parser works fine when run locally,
and the .jar file for the bean has all the classes the parser requires.
Thanks for any suggestions.
Mathew Krohn
Zenimax Technology, Inc.
[EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]