[jboss-user] [JBoss jBPM] - Re: HibernateException (cache) when deployign hello process

2007-04-20 Thread tcarlson
The problem is that EhCache is no longer the default cache provider as of Hibernate 3.2, you must explicitly specify your cache provider (if any). See http://www.len.ro/work/articles/jboss/jbpm-hibernate-cache for ways to make this work. View the original post :

[jboss-user] [JBoss jBPM] - Re: HibernateException (cache) when deployign hello process

2007-01-19 Thread christian.seiffert
I had the same problem as you with JBoss AS 4.0.5. In this version Hibernate 3.2 is used. JBoss AS 4.0.4 comes with Hibernate 3.1 and this is what the service is build for (build.service.404). I think this is the problem. Replacing Hibernate 3.2 with 3.1 will solve the problem but is not a good

[jboss-user] [JBoss jBPM] - Re: HibernateException (cache) when deployign hello process

2007-01-17 Thread AESSIARI
wmhajee wrote : Hi there.. | | I Got the same problem but I'm using JBoss AS 4.0.5 | I'm using ehcache-1.2.jar (exists in jbpm-bpel.sar dir at /deploy) | | Note: I hade some problem using Hybersonic, and switch to Postgresql could this be the problem! | | Regards Hans | I had

[jboss-user] [JBoss jBPM] - Re: HibernateException (cache) when deployign hello process

2007-01-05 Thread wmhajee
Hi there.. I Got the same problem but I'm using JBoss AS 4.0.5 I'm using ehcache-1.2.jar (exists in jbpm-bpel.sar dir at /deploy) Note: I hade some problem using Hybersonic, and switch to Postgresql could this be the problem! Regards Hans View the original post :

[jboss-user] [JBoss jBPM] - Re: HibernateException (cache) when deployign hello process

2006-10-05 Thread [EMAIL PROTECTED]
Glad to hear you were able to figure it out yourself. Just for reference, the ant target build.service.404 includes ehcache-1.2 in the service archive, whereas build.service.403 and build.service.402 include ehcache-1.1. You might have called the wrong target. View the original post :

[jboss-user] [JBoss jBPM] - Re: HibernateException (cache) when deployign hello process

2006-10-01 Thread javilaalonso
hi i have just solved the problem updating the ehcache-x.x version to ehcache-1.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975325#3975325 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3975325

[jboss-user] [JBoss jBPM] - Re: HibernateException (cache) when deployign hello process

2006-09-29 Thread lampli
hi, i have never learn about jbpm-bpel-1.1beta2, but from your error, maybe you need to place the ehcache.jar in your classpath(e.g. XXX/web-info/lib) regards, lamp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975258#3975258 Reply to the post :