[jboss-user] [JBoss jBPM] - Problem with state transition

2007-06-04 Thread vipul.gupta
Hi everyone, i am facing a peculair problem. I have a PD start ->taksNode1 -> taskNode2 -> taskNode3 -> end-State when i run the folowing code , println(instance.getRootToken().getNode().getName()); instance.signal(); println(instance.getRootToken().getNode().getName()); it prints start end-s

[jboss-user] [JBoss jBPM] - How to make taskInstance blocking in process defintions ?

2007-06-04 Thread vipul.gupta
Any ideas ? -Vipul View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050885#4050885 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050885 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss jBPM] - How to trigger a task based on a user action?

2007-05-29 Thread vipul.gupta
Hi Has anyone got any idea about how tasks are triggered. Say the process flow is now in a task node having multiple tasks Task-A ==> Task-B Can task A be executed based on a user event and task B maded to wait for another user event. .. Like in task A , a user enters a value and i task b an

[jboss-user] [JBoss jBPM] - How to assign a user to a task (given group?

2007-05-29 Thread vipul.gupta
Hi everyone, can anyone suggest how can a user be assigned for a task to which a swimlane(group) is assigned in definition. Basically what i want to do is to assign groups to tasks at definition time and at runtime before a task is executed a user in that group should assign the task to himsel

[jboss-user] [JBoss jBPM] - Handling security (swimlanes and users ) programmatically in

2007-05-25 Thread vipul.gupta
Hi everyone, Is there a way to check the swimlane of a state programmatically in java. I basically have roles/users as authentication in my application. I want to map roles to swimlane and allow one of the users in that role(swimlane ) to assign the task to himself. I could'nt figure out the AP

[jboss-user] [JBoss jBPM] - Re: what is par file? + has anyone used deploy.html in jbpm.

2007-05-24 Thread vipul.gupta
I did the same but when i tried to upload this file using deploy.html page it says "not a process archive file". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048207#4048207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss jBPM] - "Not a multipart request" error while deploying using eclips

2007-05-24 Thread vipul.gupta
Hi all, I created a application using jbpm and i have been trying to deploy a process definition using eclipse plugin and its alway throwing an error saying "Not a multipart request" Any ideas what i can do to solve this. FYI: the same is working on windows machine but i am having problems when

[jboss-user] [JBoss jBPM] - Re: Associating views with process states

2007-05-24 Thread vipul.gupta
Hi kukeltje, I am sorry for not being clear earlier. I meant html views only in a new webapp. What i am not able to understand is to how to show a specific html for a specific process state and another one for another state. I plan to make these as embeddeable htmls inside a parent html page.

[jboss-user] [JBoss jBPM] - Associating views with process states

2007-05-23 Thread vipul.gupta
Hi, has anyone used processes and associated views with different states in the process definitions. i am basically trying to create a web application with different view for different process state, but dont seem to be able to make out the best design to do the same. Has anyone tried the same

[jboss-user] [JBoss jBPM] - what is par file? + has anyone used deploy.html in jbpm.war

2007-05-23 Thread vipul.gupta
Has anyone used deploy.html in jbpm.war to deploy a process. It always says not a process archive to me. Can anyone tell me how it works and whats a process archive supposed to contain.? -Thanks -- Vipul View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047977#

[jboss-user] [JBoss jBPM] - Re: problem with storing process definition in database (+ w

2007-05-23 Thread vipul.gupta
leave it i got it resolved by looking at the another post with replies by mputz and kukeltje. -Vipul View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047973#4047973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047973

[jboss-user] [JBoss jBPM] - problem with storing process definition in database (+ what

2007-05-23 Thread vipul.gupta
Hi all, Are process archive files just simple zip files with .par extension ? I basically created a upload servlet like the ones in jbpm starter kit, and tried to deploy a process definition using eclipse plugin. The plugin says process deployed successfully, but i the same is not stored in t

[jboss-user] [JBoss jBPM] - Error in changing Database from HSQLDB to MySQL ..

2007-05-16 Thread vipul.gupta
Hi , I was trying to change the database from HSQLDB to MySQL as has been described in http://docs.jboss.com/jbpm/v3/userguide/thejbpmdatabase.html I have rechecked that i have done everything as mentioned in this page. I get the following error in startup ... Any clues :56:46,406 INFO [F

[jboss-user] [JBoss jBPM] - Re: How to integrate jbpm in an exisiting Web Application ??

2007-05-14 Thread vipul.gupta
Hi kukeltje, It seemed to me that the project is following some other approach. I know sytruts a bit i was expecting a struts-config or tiles-config file somewhere which would show the mapping, but i could'nt find one. Thats why i asked. -VG View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss jBPM] - Re: How to integrate jbpm in an exisiting Web Application ??

2007-05-14 Thread vipul.gupta
I tried looking at the existing example as you had mentioned. It has some jsp files and i am not able to figure out how tiles configuration is done in these. For example: layout.jsp has a line but i can't figure out how/where the attribute named "body" is configured in the application. Any

[jboss-user] [JBoss jBPM] - How to integrate jbpm in an exisiting Web Application ??

2007-05-13 Thread vipul.gupta
Hi, Can someone help me in understanding how to integrate jbpm in a exisiting web application. i have tried some examples with the jbpm-server but now i want to integrate the whole thing in my webapp which is running on top of tomcat. I want to add the task and process views(including the diagr

[jboss-user] [JBoss jBPM] - Re: jBPM project, Eclipse, JBPM Library

2007-05-12 Thread vipul.gupta
Hi Simon/Others, Can you help me to setup a project of using jbpm without jboss. I am new to jbpm and i am totally confused as to how to use it without jboss, say in a web application of mine. I will be greatful for any help in this regards ~Vipul View the original post : http://www.jboss.