[EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5
by avthosar
Hello,
The output is given below. It shows only 1 instance. Am I missing out on something?
org.jboss.util.id.GUID Information
Repository cache version:
org.jboss.util.id.GUID(1579a30).ClassLoader=org.jboss.system.server.NoAnnotationURLClassLoader@8a0d5d
..org.jboss.system.server.NoAnnotationURLClassLoader@8a0d5d
..sun.misc.Launcher$AppClassLoader@df6ccd
....file:/C:/Program%20Files/Java/jdk1.6.0_01/lib/tools.jar
....file:/E:/Tools/jboss-4.0.5.GA/bin/run.jar
..sun.misc.Launcher$ExtClassLoader@601bb1
....file:/C:/Program%20Files/Java/jdk1.6.0_01/jre/lib/ext/dnsns.jar
....file:/C:/Program%20Files/Java/jdk1.6.0_01/jre/lib/ext/localedata.jar
....file:/C:/Program%20Files/Java/jdk1.6.0_01/jre/lib/ext/sunjce_provider.jar
....file:/C:/Program%20Files/Java/jdk1.6.0_01/jre/lib/ext/sunmscapi.jar
....file:/C:/Program%20Files/Java/jdk1.6.0_01/jre/lib/ext/sunpkcs11.jar
++++CodeSource: (file:/E:/Tools/jboss-4.0.5.GA/lib/jboss-common.jar )
Implemented Interfaces:
++interface org.jboss.util.id.ID(31ac05)
++++ClassLoader: org.jboss.system.server.NoAnnotationURLClassLoader@8a0d5d
++++CodeSource: (file:/E:/Tools/jboss-4.0.5.GA/lib/jboss-common.jar )
++interface java.lang.Comparable(11492ed)
++++ClassLoader: null
++++Null CodeSource
### Instance0 via UCL: org.jboss.system.server.NoAnnotationURLClassLoader@8a0d5d
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083957#4083957
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083957
18 years, 9 months
[JBoss jBPM] - Re: No class loaders found
by mailinator
Hi Ed,
thanks for helping.
the class you are refering to is mine.
Its my User class.
What i am trying to do is : putting that user in the variable instance. Doing my things. Taking back the user.
LAST developpements :
i took the part of code which was suspicious :
taskInstance.end
and i put it somewhere else in my action.
and i have only one exception now :
java.lang.ClassCastException: org.jbpm.scheduler.ejbtimer.EjbSchedulerServiceFactory
org.jbpm.svc.Services.getServiceFactory(Services.java:122)
org.jbpm.svc.Services.getService(Services.java:139)
org.jbpm.svc.Services.getCurrentService(Services.java:88)
org.jbpm.graph.exe.ProcessInstance.end(ProcessInstance.java:328)
Its seems that jbpm is trying to end the process instance (wich is nice) but fail to do so. It try to end the instance because my task is the last one of he process.
I cant seem to understand why jbpm cant find the right class for that EjbSchedulerService thing.
Regards,
O.M.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083952#4083952
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083952
18 years, 9 months