[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-28 Thread NiB
Both :-) Default module. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989361#3989361 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989361 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-28 Thread cocampo
AFAIK, it is not possible to assign roles to tasks. However, you can assign roles to pooledActors property, and then let your app pick the correct user and assign him to the task instance. BTW, remember that in some point there is no difference between roles and users; e.g., you can assign

[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-28 Thread cocampo
To assign users to roles, you only need to insert the corresponding data in tables JBPM_ID_GROUP, JBPM_ID_MEMBERSHIP (which is nothing but a join table between users and roles, as you mas see in the Wiki). Regards. View the original post :

[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-28 Thread NiB
Yes i see that might be possible. Nevertheless for a real business application not acceptable. Has anyone developed a replacement for this role model? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989476#3989476 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-28 Thread kukeltje
why 'not acceptable'? To little functionality? If so, then look in the forums for posts on exchanging the the identity model. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989486#3989486 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-27 Thread NiB
P.S.: I don't mean swimlanes because you have to assign user names to every process and in my application user names change in time. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988970#3988970 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-27 Thread dslevine
Do the users change over time or just the user names? Are you using the default jBPM identity module to manage users or a different one? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989158#3989158 Reply to the post :