Alex Pavlov [
http://community.jboss.org/people/rushproject] created the discussion
"Re: Defining users for TaskServer - jbpm5"
To view the discussion, visit:
http://community.jboss.org/message/617017#617017
--------------------------------------------------------------
Hi Hans,
I got no feedback on this issue ever. Finally I had to patch the jbpm code to allow
subclassing of the TaskService, see
https://issues.jboss.org/browse/JBPM-3074 https://issues.jboss.org/browse/JBPM-3074
and implemented custom SeamTaskService, which provides a method for replication of
user/groups database from Seam IdentityStore.
I have no idea whether JBPM-3074 patch is included into jbpm though. We do not use jbpm
any more. I have tried using multiple open source BPMN engines and I found that the common
approach, the "executable XML" is not practical, at least for me. I prefer good
old plain Java instead of complicated puzzle made of plugins, property dialog boxes and
code snippets written in scripting languages. I implement BPMN nodes as annotated POJOs
being handled by a simple BPMN engine, which consults BPMN XML only to route tokens
between the nodes (POJOs) automatically instantinating and persisting the nodes.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/617017#617017]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]