[JBoss-user] [JBoss jBPM] - Re: Simultaneous execution of Fork children

2005-12-11 Thread chprvkmr
Hi Jbpm Team, Why async behavior implemented in jbpm 3.1 alpha is not recommended strongly instead of custom implementation of fork and join nodes. Its clear that you people are really working hard on this issue. When we can expect highly robust jbpm 3.1. All the best.

[JBoss-user] [JBoss jBPM] - Re: Simultaneous execution of Fork children

2005-12-09 Thread chprvkmr
HI Sean, anonymous wrote : parallel1 and parallel2 are designed to go into wait states. I then signal their respective tokens which causes parallel1b and parallel2b to run. each waits 30 seconds before continuing, so I have time to signal the tokens. Can you elaborate on

[JBoss-user] [JBoss jBPM] - Re: jBPM 3.1alpha Feedback

2005-12-07 Thread chprvkmr
Hi, While trying for async nodes, actions are passed to MessageService but they are not getting executed by Command Executor. Process definition | ?xml version=1.0 encoding=UTF-8? | | process-definition name=forktest2 | | !-- SWIMLANES (= process roles) -- | swimlane

[JBoss-user] [JBoss jBPM] - Re: Simultaneous execution of Fork children

2005-12-07 Thread chprvkmr
Hi, Yes ofcourse, not specifying in userguide the meaning of concurrent to fork node is really misleading. I would have not wasted my time. Nevertheless lets hope jbpm will comeup with an alternative approach. As we are not using any EJB stuff (only jsps and servlets), this behaviour of

[JBoss-user] [JBoss jBPM] - Re: jBPM 3.1alpha Feedback

2005-12-06 Thread chprvkmr
Hi, It seems console output during transitions/events disabled in this version eg. while node-enter,node-leave etc.. How to enable them? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3910915#3910915 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Simultaneous execution of Fork children

2005-12-05 Thread chprvkmr
Hi, Anyone using jbpm 3.0.2 ? Please state how to make children under fork to be executed parallely. I tried in many ways, not succeeded. Its urgent. Also it seems to me that at a time only one timer gets executed. (especially if transition from timer goes to some node, which

[JBoss-user] [JBoss jBPM] - Re: Simultaneous execution of Fork children

2005-12-03 Thread chprvkmr
Hi, Thanks for your reply. We tried to execute 2 processes parallely with below process definition. After fork1, state-2 and state-4 were assigned to users, praveen and siddarth respectively. Once they closed their respective task(clicking 'save and close' button), both states

[JBoss-user] [JBoss jBPM] - Re: Simultaneous execution of Fork children

2005-12-03 Thread chprvkmr
Based on the above experimentation, we tried to introduce timers that can pass control to next transition once it got triggered. It worked fine, but net result was only one process got executed at a time. Eventhough here action logic is not clubbed with any timer's event, Why schedular not

[JBoss-user] [JBoss jBPM] - Re: Jbpm in websphere - How ?

2005-12-02 Thread chprvkmr
In jboss we are using jbpm and hibernate as service archives (.sar). So my life is easy here. But in websphere how to use them in similar manner or do we got any alternative approach. If anyone tried jbpm in websphere please share your experience. Thanks in advance. View the original post :

[JBoss-user] [JBoss jBPM] - Re: Simultaneous execution of Fork children

2005-12-02 Thread chprvkmr
Hi Koen, You saved my life. anonymous wrote : accomplishing parallel execution is simple using states, process-states or task-nodes Thats really great. It would be fine if this illustrated with some simple examples. This is the area where many people have lots of confusions.

[JBoss-user] [JBoss jBPM] - Re: ActionHandler - new class

2005-12-01 Thread chprvkmr
Visit this topic,may be helpful http://www.jboss.com/index.html?module=bbop=viewtopict=72915 Regards, Praveen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3909958#3909958 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Not getting latest Process definition

2005-12-01 Thread chprvkmr
Anyone can listout the situations where graphSession.findLatestProcessDefinitions() fails to fetch latest definitions. For a particular processdefinition Iam getting old version being listed instead of latest one. View the original post :

[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=bbop=viewtopicp=3910005#3910005 Reply to the post :

[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=bbop=viewtopicp=3910018#3910018 Reply to the post :

[JBoss-user] [JBoss jBPM] - Jbpm in websphere - How ?

2005-12-01 Thread chprvkmr
Hi All, Iam unable to deploy jbpm web-app in websphere. Right know Iam using jboss only. We need to deploy application in websphere. Can anyone share their experience in this regard. Are there any docs/links stating deployment of jbpm in websphere. Availibility of such docs will

[JBoss-user] [JBoss jBPM] - Re: Simultaneous execution of Fork children

2005-12-01 Thread chprvkmr
Hi, General impression that everyone get on fork is multiple elements of it would run parallely. But lack of such support is a big drawback.. In jbpm 3.0.2 whether using fork-join combination is equivalent to have multiple states put together one after another, executing serially one

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

2005-11-30 Thread chprvkmr
Hi All, Right now Iam playing with assignment handlers and I have many confusions. What will happen when we assign a task to [1] group [2] role {member ship name} what I expected is task should be assigned to all members of group/who

[JBoss-user] [JBoss jBPM] - Not getting latest Process definition

2005-11-30 Thread chprvkmr
Hi All, I have created a par file that contains processdefinition.xml(say with name pdefTest1.xml), processimage.jsp and gpd.xml. I deployed it and able to create process instances on it. But when I updated processdefinition.xml (pdefTest1.xml) and redeployed that par file, it got

[JBoss-user] [JBoss jBPM] - Re: Not getting latest Process definition

2005-11-30 Thread chprvkmr
Hi Kukeltje, My par file contains below contents:: | gpd.xml | processdefinition.xml | processimage.xml | | | I have created a new process project using eclipse plugin, which created by default sample.par folder with above contents. Later I

[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

[JBoss-user] [JBoss jBPM] - Re: First jpdl, help

2005-11-30 Thread chprvkmr
Hi Sharma, It will be better if you start with jbpm starters kit. To get an overview you can go through java programs in src/java.examples folder of jbpm. For sample webappplication, src.java.webapp folder. For more stuff go through src/java.jbpm.test folder Best Regards,

[JBoss-user] [Beginners Corner] - Jboss 3.2.3 not starting with jdk1.5.0

2005-11-24 Thread chprvkmr
Hi, Iam using jboss 3.2.3 with jdk1.4.1 set as JAVA_HOME. When I pointed JAVA_HOME to jdk1.5.0, server is not starting. With JAVA_HOME=C:\jdk1.4.1 | === | . |