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

2008-04-11 Thread salaboy21
Sorry for my response... i don't understand what are you trying to say with anonymous wrote : | In my opinion: salaboy you must response a question if you will follow the thread. That is, if you know the problem in deep. I have no deep knowledge about this. I only remember have a similar pro

[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, V

[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, SQLState

[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 19:39:

[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 jbpm.jpdl.mysql.sq

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

2008-04-09 Thread salaboy21
| Parameter processInstance does not exist as a named parameter in [ | | delete from org.jbpm.scheduler.exe.Timer t | where t.processInstance = :processInstance | | ] | That means that the field processInstance doesn't exists in the Timer table in your pers