[JBoss-user] [JBoss jBPM] - Re: Replacing std login with custom login module

2006-07-07 Thread kukeltje
Sorry, one omission on my side. The use of the jboss loginmodule is in 3.2. In 3.1 it is a bean in the webapp that just 'sets' the user. There is no real login module View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956220#3956220 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Replacing std login with custom login module

2006-07-06 Thread marazik
Thanks for the prompt response. I found out how to get the current logged in user; from the execution context you can get the actorId executionContext.getJbpmContext().getActorId() I am still facing problems though with the users authentication replacement. I tried checking the JBoss AS forums,

[JBoss-user] [JBoss jBPM] - Re: Replacing std login with custom login module

2006-07-05 Thread kukeltje
1: The login module is a JBoss AS thing. Look the AS forum/docs/wiki etc to replace it. But watch out, the identity module is not the same as the loginmodule. If you need to retrieve roles etc, you must implement your own assignment handlers!! 2: Search the api, the docs etcthere must be a way