[jboss-user] [JBoss jBPM] - Re: Error on the end of the execution
salaboy21
do-not-reply at jboss.com
Wed Apr 9 15:12:47 EDT 2008
| 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 persistence database. This may be cause of the use of and old version of jpdl or beacause your mapping are wrong..
check the hibernte.cfg.xml config file.. look for the Timer mappings..
and check the tables in your database.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142940#4142940
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142940
More information about the jboss-user
mailing list