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