[jboss-user] [jBPM] - Re: Error on task complete.

roxy1987 do-not-reply at jboss.com
Tue Feb 19 16:36:49 EST 2013


roxy1987 [https://community.jboss.org/people/roxy1987] created the discussion

"Re: Error on task complete."

To view the discussion, visit: https://community.jboss.org/message/798425#798425

--------------------------------------------------------------
Ok. Are you using the same name for the task client everytime?
Just try to use a random name for task client while creating the client object. Something like following :


String name = "client 1" ++UUID.randomUUID();
TaskClient client = new TaskClient(new HornetQTaskClientConnector(name, new HornetQTaskClientHandler(SystemEventListenerFactory.getSystemEventListener())));


Regards.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/798425#798425]

Start a new discussion in jBPM at Community
[https://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/20130219/51887b9a/attachment-0001.html 


More information about the jboss-user mailing list