Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion
"Re: How to add Human task Groups and Users in a spring configuration." To view the discussion, visit: https://community.jboss.org/message/749834#749834 -------------------------------------------------------------- Unfortunately I am not spring expert but I believe that should work: * create bean that is your UserGroupCallback implelemtation * create instance of UserGroupCallbackManager ( like factory with static method) * set callback filed of the manager with your custom usergroupcallback bean If that will not work, you could try just build your custom UserGroupCallback class that internally will get instance of the manager and register itself. HTH -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/749834#749834] Start a new discussion in jBPM at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
