Hello Oleq,
(I know you are THE expert that can help me !!!)
I try to get a JDO connection from a Entity and I get a
NoClassDefFoundError
The exception :
------------------------
[ODATAServicesRegistry] java.lang.NoClassDefFoundError:
org/exolab/castor/jdo/DataObjects
I have add this to my jboss.conf
<MLET CODE = "org.jboss.jdo.castor.CastorJDOImpl" ARCHIVE
="jboss.jar,castor-0.8.11.jar,xerces.jar" CODEBASE="../../lib/ext/">
<ARG TYPE="java.lang.String" VALUE="file:../conf/odata/database.xml">
<ARG TYPE="java.lang.String" VALUE="jdo/odata">
<ARG TYPE="java.lang.Integer" VALUE="0">
<ARG TYPE="java.lang.Boolean" VALUE="true">
<ARG TYPE="java.lang.Boolean" VALUE="true">
</MLET>
It sounds that the ARCHIVE is not see by my bean !!!
The files "jboss.jar,castor-0.8.11.jar,xerces.jar" are in my folder
jboss/lib/ext, so I do not understand why I have this error
Can you help me ?
Thanks a lot for your valuable help
Christophe
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]