[jboss-user] [JBoss jBPM] - Re: Get tasks by a user's group

2009-03-26 Thread kukeltje
There are some things mentioned on the net regarding this classcast issue. And yes it is related to the classpath or even the appserver. In that way it 'rang' a bell, but nothing more. Look at the articles you can find with google and see if there is something in there. View the original post

[jboss-user] [JBoss jBPM] - Re: Get tasks by a user's group

2009-03-26 Thread dnowak
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=bbop=viewtopicp=4221217#4221217 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Get tasks by a user's group

2009-03-26 Thread kukeltje
so you are saying that none of the articles you found gave any hint to a possible solution? - It is not classloader isolation (or lack thereof, UCL) - it is not a classpath 'conflict' somewhere - it is not an issue that you run on an appserver whith limited support for hibernate 3 (Weblogic) -

[jboss-user] [JBoss jBPM] - Re: Get tasks by a user's group

2009-03-25 Thread dnowak
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 :

[jboss-user] [JBoss jBPM] - Re: Get tasks by a user's group

2009-03-25 Thread kukeltje
No, the core engine does *not* resolve group id's to individual id's since many companies use their own IDM solution You have to do that yourself in advance and provide the names of the groups then. View the original post :

[jboss-user] [JBoss jBPM] - Re: Get tasks by a user's group

2009-03-25 Thread dnowak
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++) | {

[jboss-user] [JBoss jBPM] - Re: Get tasks by a user's group

2009-03-25 Thread kukeltje
have you searched using google? and is this the full stacktrace? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220969#4220969 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220969

[jboss-user] [JBoss jBPM] - Re: Get tasks by a user's group

2009-03-25 Thread dnowak
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 :

[jboss-user] [JBoss jBPM] - Re: Get tasks by a user's group

2009-03-25 Thread dnowak
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

[jboss-user] [JBoss jBPM] - Re: Get tasks by a user's group

2009-03-24 Thread kukeltje
the findPooledTaskInstances both work for me... So please provide a unittest with everything embedded that demonstrates the problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220774#4220774 Reply to the post :