[JBoss-user] [JBoss jBPM] - Re: Error parsing queries with jBPM 3.1

2006-05-05 Thread [EMAIL PROTECTED]
The problem is the Hibernate version. The version 3.1 supports aliases in the 
update and delete sentences, the version 3.0 doesn't support it.

If you need the Hibernate 3.0 remove the alias located in the following queries 
(file hibernate.config.xml) and rebuild the sources of the jbpm 3.1:

- SchedulerSession.deleteTimersForProcessInstance
- SchedulerSession.suspendTimersForToken
- SchedulerSession.resumeTimersForToken

For example, the query SchedulerSession.resumeTimersForToken changes from 
update org.jbpm.scheduler.exe.Timer t set t.isSuspended = falsewhere 
t.token = :token to update org.jbpm.scheduler.exe.Timer set isSuspended = 
false where token = :token

We have done it in this manner and it runs.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3941594#3941594

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941594


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Error parsing queries with jBPM 3.1

2006-02-23 Thread camunda
The problem seems to be the hibernate version!

Because I have the same problem but everything works fine in our SessionBean in 
JBoss I have the idea and it was right: Take the hibernate 3.1 Version (we have 
the one delivered with JBoss 4.0.3SP1) and it works!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925784#3925784

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925784


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Error parsing queries with jBPM 3.1

2006-02-23 Thread kukeltje
Yep, for me to. If I put the hibernate version that is in the 
jbpm/lib/hibernate jar in jboss 4.0.2 this error diasappears, but another error 
pops up. Just tried 4.0.3 and have no problem there. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925882#3925882

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925882


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Error parsing queries with jBPM 3.1

2006-02-15 Thread bpoweski
I ran into a similar problem, which database are you using?

This happened to me when I had mistakenly forgot to configure the hibernate 
dialect to MySQL when I upgraded.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3923951#3923951

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3923951


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user