cancel
Showing results for 
Search instead for 
Did you mean: 

Wrapped exception

ragramaiah
Champ in-the-making
Champ in-the-making
hi folks..
I'm Using one simple java class which prints the input message through forms.
i created bpmn2.0xml in activiti designer..
but getting error like
03250030 Wrapped Exception (with status template): Demo doesn't implement org.activiti.engine.delegate.JavaDelegate nor org.activiti.engine.impl.pvm.delegate.ActivityBehavior
can u please help me in this..
2 REPLIES 2

scolyer
Champ in-the-making
Champ in-the-making
I think what you're looking for is in implementation section of the java service task section: http://activiti.org/userguide/index.html#bpmnJavaServiceTask . Basically, you need to implement JavaDelegate for classes youre calling. I'm guessing your "Demo" code does not do this.

ragramaiah
Champ in-the-making
Champ in-the-making
thanks for your reply..scoyler..
got it right…