[jboss-dev-forums] [jBPM Development] - Re: taskClient.complete EXCEPTION
Andrey Trakhirov
do-not-reply at jboss.com
Thu Oct 4 12:19:31 EDT 2012
Andrey Trakhirov [https://community.jboss.org/people/andreytr] created the discussion
"Re: taskClient.complete EXCEPTION"
To view the discussion, visit: https://community.jboss.org/message/763261#763261
--------------------------------------------------------------
My code is:
AsyncGenericHTWorkItemHandler taskHandler = new AsyncGenericHTWorkItemHandler(session);
Field f = AsyncGenericHTWorkItemHandler.class.getDeclaredField("manager");
f.setAccessible(true);
f.set(taskHandler, session.getWorkItemManager());
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/763261#763261]
Start a new discussion in jBPM Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20121004/8718edf1/attachment.html
More information about the jboss-dev-forums
mailing list