Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Help EJB + xerces 2.0

0 views
Skip to first unread message

Batman

unread,
Mar 5, 2002, 6:12:13 PM3/5/02
to
Hi,

I'm trying to create some session beans in WAS 3.5.3 that use xerces 2.0 but
am getting errors deploying. I get this error:

java.lang.ClassCircularityError: org/apache/xerces/dom/CoreDocumentImpl
at java.lang.ClassLoader.resolveClass0(Native Method)
at java.lang.ClassLoader.resolveClass(ClassLoader.java:571)
at
sun.rmi.rmic.iiop.DirectoryLoader.loadClass(DirectoryLoader.java:95)
at
sun.rmi.rmic.iiop.DirectoryLoader.loadClass(DirectoryLoader.java:49)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:469)
at java.lang.ClassLoader.defineClass(ClassLoader.java:419)
at
sun.rmi.rmic.iiop.DirectoryLoader.loadClass(DirectoryLoader.java:86)
at
sun.rmi.rmic.iiop.DirectoryLoader.loadClass(DirectoryLoader.java:49)
at java.lang.ClassLoader.resolveClass0(Native Method)

As I mentioned I'm using xerces 2.0 and this seems to be the issue because
WAS is using an older version of xerces. Is there any way around this
problem ?

Thanks,
Jerry


0 new messages