Believe me - I did. I will stick to it, but if anyone has any idea where to
look at, I'd really appreciate it.
Best,
Damian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221217#4221217
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=post
OK it is getting strange (for me).
I've set up a simple, new jBPM Project in Eclipse. Also, I've defined and
deployed a simple Process, which calls some Java Method using an event.
This method basically does exactly what my application should - and it works!
The strange thing is, that I do NOT
Yes and no. The rest of the stacktrace are just follow-ups though...
I have the feeling, that this is a classpath problem - but the libs are fine as
far as I can tell.
I really have NO idea - anyone has a hint?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=
Thanks, I've managed to get the groups and users from the jbpm identity library:
Session session = JbpmContext.getCurrentJbpmContext().getSession();
| IdentitySession identitySession = new IdentitySession(session);
| for (int j = 0; j < identitySession.getUsers().size(); j++)
| {
Thanks for your reply.
Just to make sure:
You provide an ActorID with the TaskMgmtSession.findPooledTaskInstances method
and receive the tasks which are assigned to the group the actorID belongs to?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220827#4
Hi,
I'm just getting off with jBPM, and this is my first post in this forum: Hello
everyone :)
So far, I've gotten everything to work, until now. I'd like to get a list of
all tasks assigned to groups a specific user belongs to.
Example: User frank1 is in group sales and management. A task i