I have an object that is used as a wrapper class for Castor called XMLUtil.
It is designed as a singleton object.  When it first tries to instantiate
itself, it tries to instantiate a Castor object called Marshaller and gets
the following exception:

<Feb 4, 2003 8:29:26 AM EST> <Warning> <EJB> <010065> <MessageDrivenBean
threw an Exception in onMessage(). The exception was:
 java.lang.NoClassDefFoundError
java.lang.NoClassDefFoundError
        at
org.exolab.castor.xml.util.ClassDescriptorResolverImpl.<init>(Unknown
Source)
        at org.exolab.castor.xml.Marshaller.initialize(Unknown Source)
        at org.exolab.castor.xml.Marshaller.<init>(Unknown Source)
        at com.nmr.infra.utilities.xml.XMLUtil.<init>(XMLUtil.java:70)
        at com.nmr.infra.utilities.xml.XMLUtil.getInstance(XMLUtil.java:84)
        at
com.nmr.infra.services.messaging.ejb.BusinessServicesDelegateMDB.onMessage(B
usinessServicesDelegateMDB.java:66)
        at weblogic.ejb20.internal.MDListener.execute(MDListener.java:356)
        at
weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:29
0)
        at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:271)
        at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2303)
        at weblogic.jms.client.JMSSession.execute(JMSSession.java:2226)
        at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
> 

I have never seen this before.  This object has been working fine for us
until now.  This is the first time I have tried using it in WebLogic 7.0
versus 6.1, but that should not matter to Castor.  Any help would greatly
appreciated.
V/R, 
Chuck Kiefriter 
Local IT
Nielsen Media Research 
(727)773-4688 

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to