| 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
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 t
| where t.processInstance = :processInstance
|
| ]
|
|
It is ocurring after an ActionHandler for an end-state is executed.
The ActionHandler only has one instruction: System.out.println(....) and no more.
I also tried removing the ActionHanbler for the end-state and the error follows.
Any help would be greatly appreciated.
Regards,
Victor
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142933#4142933
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142933
Hi,
Can someone confirm the information from this last post from Bruce?
I am having the same problem with the default JBoss configurations.
I am using JBoss 4.2.2G.A. and the beans that are giving the errors are from EJB 2.
Should EJBs 2 have a remote interface to enable clustering on them? And EJBs 3? They should also? I have many ejbs 3 that have just local interfaces and they deploy fine.
Thanks in advance for any comments.
Marcelo
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142926#4142926
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142926