[jboss-user] [JBoss jBPM] - Re: Error on the end of the execution

2008-04-11 Thread victorl
I could resolve the problem by manually changing jbpm.jpdl.mysql.sql. In my opinion: salaboy you must response a question if you will follow the thread. That is, if you know the problem in deep. However thank you for your contribution. I hope that my solution to be the correct one. Regards,

[jboss-user] [JBoss jBPM] - Error on the end of the execution

2008-04-09 Thread victorl
Hi All, What does it mean the following error: | | 2008-04-09 15:45:19,125 [http-8090-1] ERROR org.jbpm.db.SchedulerSession - java.lang.IllegalArgumentException: Parameter processInstance does not exist as a named parameter in [ | | delete from org.jbpm.scheduler.exe.Timer

[jboss-user] [JBoss jBPM] - Re: Error on the end of the execution

2008-04-09 Thread victorl
Hi salaboy, Thank you very much for your response. I am using jbpm-jpdl-3.2.2 and I created the jbpm database with the script mysql.create.sql from jbpm-starters-kit-3.1.4 And then I ran jbpm.jpdl.mysql.sql from jbpm-jpdl-3.2.2. But I see that Timer table is not changed with

[jboss-user] [JBoss jBPM] - Re: Error on the end of the execution

2008-04-09 Thread victorl
I forgot to tell you that if I create the database directly from bpm.jpdl.mysql.sql in jbpm-jpdl-3.2.2 package I get the following error: | | 2008-04-09 19:39:46,463 [main] ERROR org.hibernate.util.JDBCExceptionReporter - Unknown column 'DESCRIPTION_' in 'field list' | 2008-04-09

[jboss-user] [JBoss jBPM] - Re: Error on the end of the execution

2008-04-09 Thread victorl
Excuse me salaboy in previous message I pasted a wrong exception. So if I create the database directly from bpm.jpdl.mysql.sql in jbpm-jpdl-3.2.2 package I get this error: | | 2008-04-09 19:52:51,662 [http-8090-1] WARN org.hibernate.util.JDBCExceptionReporter - SQL Error: 1146,

[jboss-user] [JBoss jBPM] - Re: Signalling Option

2008-03-12 Thread victorl
Hi Ronald and thank you once again. Excuse me, I had to put the class of the execute method. It is ObtenerTransiciones. You say: You seem to use jBPM completely wrong, in a way even that is not shown anywhere. Is all my example wrong ? :( Where I can get documentation about how to use jBPM

[jboss-user] [JBoss jBPM] - Re: Signalling Option

2008-03-12 Thread victorl
Ronald, I have resolved the problem as follow: task-node name=controlar documentacion signal=never create-tasks=false | task name=Control de Documentacion | controller/controller | /task | event type=node-enter | action

[jboss-user] [JBoss jBPM] - Signalling Option

2008-03-11 Thread victorl
Hi All, What does mean If signalling is set to false, this task will never have the capability of trigering the continuation of the token. In the user guide, item 18.4.24 Task. Thank you in advance. Regards, Victor View the original post :

[jboss-user] [JBoss jBPM] - Re: Signalling Option

2008-03-11 Thread victorl
Ronald, thank you very much for the response. So, why I am having the problem mentioned at: http://www.jboss.com/index.html?module=bbop=viewtopict=131550 Thanks once again Regards, Victor View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135685#4135685 Reply

[jboss-user] [JBoss jBPM] - Re: Signalling Option

2008-03-11 Thread victorl
This is process definition: ?xml version=1.0 encoding=UTF-8? | | process-definition xmlns= name=alta | start-state name=iniciar tramite | task name=iniciar tramite alta/task | transition to=agendar ctrl documentacion name=tramite iniciado/transition |

[jboss-user] [JBoss jBPM] - Mistake with signalling

2008-03-10 Thread victorl
Hi All, I have the following sequence TaskNodeA - TaskNodeB and TaskNodeA.taskOfA is set as no signalling (the checkbox signalling in designer is no checked) But when I make TaskNodeA.taskOfA.end() the action handler set for TaskNodeB.taskOfB is called. Is it correct ? TaskNodeA.taskOfA is set

[jboss-user] [JBoss jBPM] - Re: Mistake with signalling

2008-03-10 Thread victorl
In previous topic I asked if is it right, because documentation says: If signalling is set to false, this task will never have the capability of trigering the continuation of the token. So, why the actionHandlder of TaskNodeA.taskOfA triggers the actionHandler of TaskNodeB.taskOfB when

[jboss-user] [JBoss jBPM] - Re: Return Object from an action

2008-03-06 Thread victorl
Hi Ronald, Thank you very much for your response, and it is very useful because I were thinking that solution and now I can confirm it. Thanks once again. Regards, Victor View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134583#4134583 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Can't leave node ... without leaving transition

2008-03-05 Thread victorl
Thank you very much Ronald and pojomonkey for the responses. By means this instruction System.out.println(token.getNode().getName()); I can see that process is in the correct node: it is 'init process' Thanks once again View the original post :

[jboss-user] [JBoss jBPM] - Re: Can't leave node ... without leaving transition

2008-03-05 Thread victorl
Hi pojomonkey, I resolved the problem making the documentation control node a state node type. Thank you very much once again. Best Regards, Victor View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134288#4134288 Reply to the post :

[jboss-user] [JBoss jBPM] - Return Object from an action

2008-03-05 Thread victorl
Hi All, Is it posible return an java Object from an Action ? For example: the action associated to a task node execute a logic and as result it must returns an object to a Struts Action. Thank your very much in advance. Regards, Victor View the original post :

[jboss-user] [JBoss jBPM] - Can't leave node ... without leaving transition

2008-03-04 Thread victorl
Hi All, I have a very simple process like this: process-definition xmlns= name=process start-state name=init process transition to=documentation control name=trNo1 node name=documentation control And the following code: definition = graphSession.findLatestProcessDefinition(process);

[jboss-user] [JBoss jBPM] - jBoss IDE-eclipse 3.2.1 HANG !

2008-03-03 Thread victorl
Hi All, I am using jBPM 3.1.4 with jBoss IDE and eclipse 3.2.1, under a web project and all hang (and I must init eclipse again) when I assign an ActionHandler to a node. This behavior seem unusual, but it is this strange. Any help in this matter will be very appreciated. Thanks in advance.