[jboss-user] [jBPM] - Re: create a new query method in TaskService
Michael Wohlfart
do-not-reply at jboss.com
Wed Sep 15 06:27:52 EDT 2010
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100915/7e40f06f/attachment.html
More information about the jboss-user
mailing list