Michael Wohlfart [http://community.jboss.org/people/mwohlf] created the discussion
"Re: create a new query method in TaskService" To view the discussion, visit: http://community.jboss.org/message/561754#561754 -------------------------------------------------------------- not tested, but this should work: * you have to replace the <task-service /> tag in your jbpm.cfg.xml with something like <object name="taskService" class="your.TaskService"> <field name="commandService" ><ref object="txRequiredCommandService"></field> <object /> * your.TaskService extends org.jbpm.pvm.internal.svc.TaskServiceImpl and implements your custom method -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/561754#561754] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
