08-21-2010 11:15 PM
<serviceTask id="jstSetzeNamen" name="Setze Namen"
activiti:class="path.to.my.ConcreteClass" />
Exception from executeScript - redirecting to status template error: 07220027 Wrapped Exception (with status template): couldn't instantiate class path.to.my.ConcreteClass
[…]
Caused by: org.activiti.ActivitiException: couldn't instantiate class […]
Caused by: org.activiti.ActivitiException: couldn't load class [..]
Caused by: java.lang.ClassNotFoundException: path.to.my.ConcreteClass […]
obviously my class can not be found, did I choos a wrong way for deploying!?08-23-2010 02:57 AM
08-25-2010 08:43 AM
08-25-2010 09:51 PM
09-02-2010 05:06 AM
I think it would be great if we can obtain the existing service objects of the application with serviceTask. : )
09-02-2010 07:38 AM
<java name="greet"
class="org.jbpm.examples.java.JohnDoe"
method="hello"
var="answer">
of course, we can use jndi to obtain object in jbpm4 too.09-06-2010 06:45 AM
10-02-2010 01:06 PM
That is the easiest way to get it working, yes (If you are testing the process through Explorer).
10-06-2010 04:34 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.