[jboss-user] [jBPM Users] - Re: How to get JBPM identities in ESB?

2009-11-01 Thread Xibalban
I'm sorry I wasn't clear enough. I'm new to this and couldn't describe it as well as I would have liked to. I solved it though. I'm using 3.x so I couldn't use identity service so I just did this: | private String getUserEmail(String userid) { | JbpmConfiguration jbpmConfiguration

[jboss-user] [jBPM Users] - Re: How to get JBPM identities in ESB?

2009-10-28 Thread Xibalban
I guess that identities listed with http://localhost:8080/jbpm-console/app/identities.jsf?view=users are stored in JBPM database of some sort? I would like to access that from a ESB process to get a user's email address. View the original post :

[jboss-user] [jBPM Users] - Re: How to get JBPM identities in ESB?

2009-10-28 Thread sebastian.s
Are you talking about jBPM 3.x? I am using 4.x and I don't have a console url like this. And yes: The console of course uses/shows the jBPM users stored in database. Exception: You configured jBPM to use an alternative kind of source. P.S.: If you want further assistance you need to be much

[jboss-user] [jBPM Users] - Re: How to get JBPM identities in ESB?

2009-10-27 Thread sebastian.s
I don't know what you are trying to achieve. So please clarify. If you want to access jbpm's user management you would need to obtain a reference of the identity service: http://docs.jboss.com/jbpm/v4/javadocs/org/jbpm/api/IdentityService.html Afterwards you could use findUserById() or