User development, A new message was posted in the thread "Multi-client/tenant capability":
http://community.jboss.org/message/522933#522933 Author : Ronald van Kuijk Profile : http://community.jboss.org/people/kukeltje Message: -------------------------------------------------------------- For jBPM these are just strings and you do not need to use the identity tables if you pass id's as strings yourself. So e.g. in the real IDM system, make the id's you pass to jBPM have e.g. the company/id name as a prefix, like A_JONHN (or JOHN_A) and when querying for tasks do the same (e.g. in your webapp) You can also easily plugin your own IDM that does all this for you. So jBPM does not care :-) -------------------------------------------------------------- To reply to this message visit the message page: http://community.jboss.org/message/522933#522933
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
