[jboss-user] [jBPM Users] - Re: nested forks

2009-11-19 Thread makam
Thank you very much for the contribution, both solutions worked. in the end I did was change the line that You mentioned earlier, concurrentRoot = execution.getParent (); by concurrentRoot = execution; and it worked perfectly Thank you very much ;) Greetings View the original post :

[jboss-user] [jBPM Users] - Re: nested Forks

2009-11-18 Thread makam
I just post as a incident. with the test case. Greetings. Sebatian https://jira.jboss.org/jira/browse/JBPM-2648 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266271#4266271 Reply to the post :

[jboss-user] [jBPM Users] - Re: nested forks

2009-11-18 Thread makam
Thank you very much for your help, I have already reported the bug. You think of any alternative for the management of the Fork? because I need to shoot 2 tasks,and one of the optional, which is not controlled at the end. but without a Fork not how. here ther is an example but not working I

[jboss-user] [jBPM Users] - Re: nested forks

2009-11-18 Thread makam
Here is the link of the Bug report. https://jira.jboss.org/jira/browse/JBPM-2650 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266384#4266384 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266384

[jboss-user] [jBPM Users] - nested forks

2009-11-17 Thread makam
Hi, I have a situation where you have two nested fork, at the first fork left a task unfinished and launched the second fork with two more tasks, but when it launches the second fork, I repeat one of the tasks of the second Fork. it means if the second Fork is associated with(Task 1, Task 2),

[jboss-user] [jBPM Users] - Re: nested forks

2009-11-17 Thread makam
I understand your idea, but i think that is not my situation. I am attaching an example. | | process name=a xmlns=http://jbpm.org/4.0/jpdl; | |start g=5,129,48,48 name=start1 | transition to=fork1/ |/start |end g=957,121,48,48 name=end1/ | |task

[jboss-user] [jBPM Users] - Re: nested forks

2009-11-17 Thread makam
I attach a test case for the situation described above. Greetings and thanks for the support so far. Sebatian | package org.jbpm.examples.task.swimlane; | | import java.util.List; | | import org.jbpm.api.task.Task; | import org.jbpm.test.JbpmTestCase; | | /** | * @author

[jboss-user] [jBPM Users] - candidate-groups

2009-11-16 Thread makam
Hi, I have a problem when seeking tasks using candidate-groups. I created tarea1 which has associated candidate-groups Group1, Group2, Group3. Then I have a user sebastian which is a member of Group 1, Group 2 and Group 3. The problem is that when I run taskService().findGroupTasks(sebastian); I

[jboss-user] [jBPM Users] - Re: candidate-groups

2009-11-16 Thread makam
Thanks, I just post as a incident. Greetings Sebatian https://jira.jboss.org/jira/browse/JBPM-2648 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265946#4265946 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265946

[jboss-user] [jBPM Users] - nested Forks

2009-10-13 Thread makam
I am having problems with the Forks, I'm not sure if it's a conceptual problem or a Bug. When released two nested Forks, suppose that the second fork has 2 tasks (T1 and T2), at runtime repeats one of the tasks, ie tasks Launches (T1, T2 and T1 again) when it really should throw only T1 and T2.

[jboss-user] [jBPM Users] - Re: Integration problem of jBPM 4, Spring and Hibernate

2009-10-06 Thread makam
Hy , sorry by my english, Meaby can you help me... I have integrated jbpm4 with spring and hibernate, and everything work perfect, but i have problems with the delete, i can`t delete anything from de jbpm database, it throw me and java.lang.NullPointerException , i`don´t know what hapend

[jboss-user] [jBPM Users] - Error while deleting in jbpm 4

2009-09-25 Thread makam
Hi, sorry by my english, I have some problem, maybe you can help me, i´m working with jBPM 4.0 with spring and hibernet, i have integreted jbpm to my solution and everything worked perfect , but i can´t delete anything from Data base, i´m using MySQL . I can do the deploy of the process and