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 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.