Timothy Charman [
https://community.jboss.org/people/tcharman] created the discussion
"Re: Deploying a custom workitemhandler into demo"
To view the discussion, visit:
https://community.jboss.org/message/734802#734802
--------------------------------------------------------------
Hi Dan
You could try using a drools.session.conf file, in which you put something like this:
drools.workItemHandlers = CustomWorkItemHandlers.conf
Then in CustomWorkItemHandlers.conf you put in entries:
[
"+Task1+": new com.xyz.TaskHandler1(),
"+Task2+": new com.xyz.TaskHandler2()
]
jBPM picks up these definitions and adds them itself without having to do so
programatically.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/734802#734802]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]