Hello,

I'm having a problem unmarshaling XML in a message driven bean that uses
Castor (any version including 0.9.7). We're running on WebLogic 8.1 SP2.
This bean has been deployed in production for the last several years under
WebLogic 6.1 with no problem, but now that we're migrating to 8.1, I'm
getting the following error:

java.lang.NoClassDefFoundError: org/apache/xml/serialize/XMLSerializer
        at 
org.exolab.castor.xml.Unmarshaller.initConfig(Unmarshaller.java:272)
        at org.exolab.castor.xml.Unmarshaller.<init>(Unmarshaller.java:225)
        at org.exolab.castor.xml.Unmarshaller.<init>(Unmarshaller.java:212)
        at 
org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:736)

Obviously Castor needs this class and can't find it, but I can't figure out
how to get this to work. I've tried expanding the latest Xerces JAR in my
EJB JAR, and I've tried adding it to the bootclasspath via the
-Xbootclasspath/p: option. I've even tried changing the
org.exolab.castor.serializer to weblogic.apache.xml.serialize.XMLSerializer,
but I still get the same message.

I'm hopeful somebody out there will know the magic word I need to fix this.

Paul  


-------------------------------------------------
If you wish to unsubscribe from this list, please 
send an empty message to the following address:

[EMAIL PROTECTED]
-------------------------------------------------

Reply via email to