Wrapped exception
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2011 05:32 AM
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..
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..
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2011 11:19 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2011 02:32 AM
thanks for your reply..scoyler..
got it right…
got it right…
