Hi !
I'm now trying to run the samples, in JDK 1.2. The code compiled with no
errors. I updated the jonas.properties file to run
the Op session bean. When I start the server the output is the following
:
JOnAS - Version 1.5
Working with a colocated Transaction Manager
Create and register TM factory
TransactionFactory constructor
Current.Current(TransactionFactory tmfact)
Batch constructor
Clock constructor
Register UserTransactionFactory
Current.getReference()
Container.Container()
String Env.getDataSources()
datasources=[]
String Env.getDescBeans()
descriptors=[/home/dls/tools/jonas_jdk1.2/examples/src/sb/Op.ser]
Container.addBeans(Vector
[/home/dls/tools/jonas_jdk1.2/examples/src/sb/Op.ser])
Session Deploymentdescriptor is read
Remote interfaces=sb.Op
java.lang.NoSuchMethodError: java.lang.ClassLoader: method
getSystemClassLoader()Ljava/lang/ClassLoader; not found
at
at
org.objectweb.jonas.common.ClassLoaderFactory.getClassLoader(ClassLoaderFactory.java:34)
at
org.objectweb.jonas.container.Container.addBeans(Container.java:203)
at org.objectweb.jonas.server.Server.main(Server.java:138)
I don't understand what does this means. Help !!!
Regards
Daniel