[jboss-user] [jBPM Users] - Re: jbpm 4.2 - Subprocess issue

2009-11-23 Thread c4s4l
I've updated the issue with test scenarios for reproducing the error. Thanks, Sergio View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267100#4267100 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267100

[jboss-user] [jBPM Users] - Re: jbpm 4.2 - Subprocess issue

2009-11-20 Thread c4s4l
I have the same bug after migrating from 4.1 to 4.2. I've created the JIRA https://jira.jboss.org/jira/browse/JBPM-2651. If someone else has this bug, please vote for it so it gets fixed. This is a blocker bug for me. Thanks, Sergio View the original post :

[jboss-user] [jBPM Users] - Re: [jBPM4] Synchronous process execution

2009-10-19 Thread c4s4l
Well, you are just saying, don't use the ESB action pipeline but do it in a process, this is arguable, but I understand your message. Thank you for your response. Regards, Sergio View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4261102#4261102 Reply to the

[jboss-user] [jBPM Users] - Re: [jBPM4] Synchronous process execution

2009-10-15 Thread c4s4l
Ok Ronald, thanks for your clarification. Just by curiosity, my architecture is simple, what I want is a simple JBoss ESB service where there are two actions, the first action calls a JBPM process and the second action should not start before the first action fully ends (Process ends) because

[jboss-user] [jBPM Users] - Re: [jBPM4] Synchronous process execution

2009-10-13 Thread c4s4l
Thanks for your response Ronald. I understand what you are saying, but in my opinion the to many (java) threads should be at the user consideration, if I want to use them, the jBPM should give that option. There are some actions that must be sequenced by nature, just think in on the JBoss ESB

[jboss-user] [jBPM Users] - Re: [jBPM4] Synchronous process execution

2009-10-09 Thread c4s4l
Hi Ronald, Maybe I did not explain my self correctly, sorry. I don't understand very well what you say, but now I'm invoking the startProcess and it returns immediately and my process stays on a waiting state. What I need is to call the executionService.startProcessInstanceByKey(...) and wait

[jboss-user] [jBPM Users] - [jBPM4] Synchronous process execution

2009-10-08 Thread c4s4l
Hi all, I'm starting a process with executionService.startProcessInstanceByKey(...) and I want to wait for its end (without polling isEnded()), how can I do this? I've inspected the ProcessInstance, Execution API's and cannot find anything related to this. I just want to run a process

[jboss-user] [jBPM Users] - [jBPM4] TaskForm Variables

2009-10-01 Thread c4s4l
In the jBPM Dev Guide is stated that the 'Form field names become process variables names and vice versa', but what about the activity context or the execution context, can I access to them in the form (ftl)? Are there implicit process variables injected in the form task? which ones? Thanks,

[jboss-user] [jBPM Users] - Re: [jBPM4] TaskForm Variables

2009-10-01 Thread c4s4l
So there is no way of knowing what is the task name or the activity name that I'm in? Thanks, Sergio View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258182#4258182 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258182

[jboss-user] [jBPM Users] - Re: [jBPM4] TaskForm Variables

2009-10-01 Thread c4s4l
Ok, I've created the JBPM-2561 (https://jira.jboss.org/jira/browse/JBPM-2561) Anyone who also wants this feature, vote for it please. Thanks, Sergio View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258243#4258243 Reply to the post :

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread c4s4l
The error was coming from a workaround that I was using, related to jbpm-service.beans, after removing this the datasource was correctly binded. Nevertheless now I have an authentication error: Failed to load users/passwords/role files | java.io.IOException: No properties file:

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread c4s4l
Found the error, the policy name was changed apparently, so login-conf.xml should be according to: application-policy name = jbpm-console |authentication | login-module code=org.jboss.security.auth.spi.DatabaseServerLoginModule |flag=required

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread c4s4l
Well, the login-conf.xml may stay untouched because there is a dynamic login bean in the jboss-service.xml in the jbpm-service.sar, my problem is that it was missing from there so you may discard the login-conf change. The dynamic bean is like this: mbean

[jboss-user] [jBPM Users] - Re: Installation issues with jBPM 4.0.CR1 on JBoss AS 4.2.3.

2009-09-30 Thread c4s4l
Attention to anyone installing jBPM 4.1 on JBoss AS 4.2.3, these workarounds generate an error. When copying the jboss-beans.xml to jbpm-4.0\jboss-4.2.3.GA\server\default\deploy\jbpm\jbpm-service.sar\jbpm-service.beans\META-INF\jboss-beans.xml one should remove the JBPMService declaration from

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-29 Thread c4s4l
I have the same problem, the JbpmDS is deployed and started as I can see in jmx-console. I also am installing jbpm4.1 on jboss 4.2.3, any ideas? Thanks, Sergio View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257680#4257680 Reply to the post :

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-29 Thread c4s4l
sridhar18 wrote : It's java:JbpmDS both in the console and the ds config file. By ds config you mean the jbpm-*-ds.xml? One should set jndi-name to java:JbpmDS? It guives the error : Could not create deployment: file:/C:/jboss/jboss-4.2.3.GA/server/default/deploy/jbpm/jbpm-hsqldb-ds.xml |

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-29 Thread c4s4l
And you have the hibernate.connection.datasource = java:JbpmDS ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257724#4257724 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257724

[jboss-user] [jBPM Users] - [jBPM4] Service Invocation

2009-09-25 Thread c4s4l
Hello, In jBPM3 there is an ESB Service that hooks up directly to the ESB service. In jBPM4 there isn't such node in the designer or I didn't find it. Will there be an ESB Service node in jBPM4? Is the ESB service usage by JBPM supposed to be done by codding the access to it in a java class

[jboss-user] [jBPM Users] - Re: [jBPM4] ESB Service

2009-09-10 Thread c4s4l
Hello, I'm using the ServiceInvoker from the JBoss ESB to invoke an ESB service within the context of a custom activity in jBPM4. I'm getting the exception IncompatibleTransactionScopeException which I understand from the ESB Programmers guide, nevertheless I just want to make a syncronous

[jboss-user] [JBoss jBPM] - [jBPM4] Deploying on JBoss AS 4.2.3 with JBoss Messaging (In

2009-08-18 Thread c4s4l
Hi all, I'm trying to deploy jBPM4 on JBoss AS 4.2.3 with the demo.setup and the help of http://www.jboss.org/index.html?module=bbop=viewtopict=157617 from the forum. All goes well, nevertheless when I try to change the messaging platform from MQ to JBM by following the instructions in JIRA

[jboss-user] [JBoss jBPM] - [jBPM4] ESB Service

2009-08-12 Thread c4s4l
Hello, In jBPM3 there is an ESB Service that hooks up directly to the ESB service. In jBPM4 there isn't such node in the designer or I didn't find it. Will there be an ESB Service node in jBPM4? Is the ESB service usage by JBPM supposed to be done by codding the access to it in a java class or

[jboss-user] [JBoss jBPM] - Re: [jBPM4] ESB Service

2009-08-12 Thread c4s4l
Thank you Ronald, already voted and going to wait for it, because I'll need the async functionality. BRegards, Sergio View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249207#4249207 Reply to the post :