[JBoss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased, ...}

2006-07-10 Thread falazar
We have implemented the JBPM and are having similar problems trying to use a group as an assignment. After reading the many forums here, it appears we can modify the jbpm/src/java.jbpm/org/jbpm/db/hibernate.queries.hbm.xml Orig: To include something like the query posted: SELECT t

[JBoss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased,...}

2006-02-16 Thread boerse
this problem is still on the table... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392#392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392 --- This SF

[JBoss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased,...}

2006-02-14 Thread mennen
I'm having the same problem when assigning a task to a group.. I created a group in the identity component (identity.db.xml), along with the users and memberships anonymous wrote : < group name="administrationOD" type="administration_generale"/> |< membership name="administration" role="a

[JBoss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased,...}

2006-02-14 Thread Feroshjacob
I have done like this Created a group with users a, b, c etc Then assigned the task like this in the process defintiionas assign =group(groupname) Then fetched using findPooledtask (groupName) I think this is what you asked for thanks View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased,...}

2006-02-14 Thread send2shriram
Hi, If anybody could share your work of assign a task to the multiple user in the group, it would be really really useful for many members of this group. I too interested in knowing how to get all the user from the Group and assign them with the setPooledActor(Set) . Thanks in Adv Ram View

[JBoss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased,...}

2006-02-09 Thread vas74
Hi Pravin , I am excuting the same example as you written .I am getting diffculty to assign a task to the multiple user in the group. I want to know how to get all the user from the Group and assign them with the setPooledActor(Set) . If you share code it will be very useful View the orig

[JBoss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased,...}

2005-12-01 Thread chprvkmr
HI Koen, Do you have any alternatives for role-based assignment or an idea how to do it. Thanks and Regards, Praveen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910018#3910018 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased,...}

2005-12-01 Thread [EMAIL PROTECTED]
You should be able to depend on it. The workaround may be fixing the bug in jbpm... ;-) Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910009#3910009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910009

[JBoss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased,...}

2005-12-01 Thread chprvkmr
Hi, What I undestood is we can't depond on expression assignment handler. Is there any work around for role-based assignment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910005#3910005 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased,...}

2005-12-01 Thread [EMAIL PROTECTED]
I have digged a little bit in the expression assignment handler stuff and it seems to me there is indeed something wrong. I have not been able to reproduce the issue yet and have not a lot of time now. I'll have a closer look later. Of course if anyone else stands up to look at this, this would

[JBoss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased,...}

2005-11-30 Thread chprvkmr
Hi Koen, By using setPooledActors() command, Iam able to assign task to multiple users. My question is by using assignment expression whether we can asssign a task to multiple users like this. test-1 group(dummy) I think test-1 is working fine as a row is created in jbpm_pooleda

[JBoss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased,...}

2005-11-30 Thread [EMAIL PROTECTED]
If you want to assign a task to a group of people, you will have to use the setPooledActors(Set) method on the taskinstance. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909882#3909882 Reply to the post : http://www.jboss.com/index.html?modu