[JBoss-user] [JBoss jBPM] - having custom node with gpd

2006-06-28 Thread kpavan_8
I have created a custom decision node, and I want to integrate it with the eclipse gpd. Is it possible to have user defined nodes in the eclipse gpd plugin? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953971#3953971 Reply to the post : http://www.jboss.co

[JBoss-user] [JBoss jBPM] - why is there a actorId and pooledActorIds?

2006-06-02 Thread kpavan_8
I want to know the idea behind creating a actorId and a pooledActorId. Technically if we go into the code, I dont see why we need an actorId. I can just make use of pooledActorIds. Say for example I have taskInstance.setActorId("bert"), i can get the tasks assigned to bert by saying taskMgmtSessi

[JBoss-user] [JBoss jBPM] - Re: how to assign a task with multiple users?

2006-05-28 Thread kpavan_8
Ronald, I am using jBPM 3.1.1 I dont think the tasks assigned to group are automatically assigned to the individual users in the group, i tried it in the websale example. i could not find the tasks in the UI for the individual users. Mathew, I think I should also do the same thing, write my own a

[JBoss-user] [JBoss jBPM] - Re: how to assign a task with multiple users?

2006-05-26 Thread kpavan_8
Hi Ronald, i really did not understand what u have said. I can retrieve the tasks from jbpmContext.getTaskMgmtSession().findPooledTaskInstances(group). now say users bert, ernie belong to a group 'testgroup', (there is also a prbm here, how the relation between the users and group is maintained in

[JBoss-user] [JBoss jBPM] - how to assign a task with multiple users?

2006-05-25 Thread kpavan_8
I need to assign a task to multiple users. I tried with the group expression of the swimlane, but it doesnt seem to be working. What my understanding is that, by creating users, and groups in jbpm, and create a swimlane with group expression, assign the swimlane to a task node, now whichever user

[JBoss-user] [JBoss jBPM] - Re: unable to deploy ActionHandler

2006-05-22 Thread kpavan_8
I havent understood what u mean by saving the process as a file, using left button.. is there a process of deploying the class files thru ant task?? i found somethin like deploypartask, which tends to be deploying par file. there is no par file in the latest jbpm. how do i use the task to deploy

[JBoss-user] [JBoss jBPM] - Re: unable to deploy ActionHandler

2006-05-21 Thread kpavan_8
yes, the actionhanlder classes are in the same jBPM project. They are under src/java directory. In the deployment tab, if I check the actionhanlder classes to be deployed, it throws error. If I uncheck them it goes smoothly. Is there any other procedure of deploying other than the gpd? View the o

[JBoss-user] [JBoss jBPM] - unable to deploy ActionHandler

2006-05-21 Thread kpavan_8
Using jBPM 3.1.1 Eclipse 3.2 I am using the gpd Eclipse plugin for deploying. I added ActionHandler classes to the project and tried deploying, but it throws Excpetion happened while deploying. The stack trace is given below. If i remove the actionhandlers it deploys properly. Can somebody tell