[jboss-user] [JBoss jBPM] - Re: Custom HBM files.

2009-04-02 Thread Toriton
Thanks a lot forreply :) at last now is more clear :). Cheer!! T. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222943#4222943 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222943

[jboss-user] [JBoss jBPM] - Re: Custom HBM files.

2009-04-01 Thread Toriton
Hi, i'm trying still to create custom hbm files under my process. But still can't deploy a process with embedded hbm files. I tried putting in the .par file both hibernate.extra.hbm and the hibernate.hbm.xml, but the error is always: anonymous wrote : | 2009-04-01 09:43:16,734 ERROR

[jboss-user] [JBoss jBPM] - Re: Custom HBM files.

2009-04-01 Thread boercher
I was having the same kind of problem, see http://www.jboss.org/index.html?module=bbop=viewtopicp=4219306. To resolve these classloading issues you have to ensure that the classloader that hibernate uses knows about (i.e. can load) your hbm.xml files and the entity classes. For now I resolved

[jboss-user] [JBoss jBPM] - Re: Custom HBM files.

2009-04-01 Thread kukeltje
afaik, jBPM4 will support this. Not 100% sure though... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222615#4222615 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222615 ___

[jboss-user] [JBoss jBPM] - Re: Custom HBM files.

2009-03-09 Thread kukeltje
If hibernate is e.g. in the server lib directory, it can not see the classes in the par or even the war. So in that case, you indeed have to deploy them separately View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216132#4216132 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Custom HBM files.

2009-03-09 Thread Toriton
Before your reply,i done the test with entity class in a jar file and hbm.xml mapped in hibernate.cfg.xml in JBPM folder. Then deploying the process, that use that entity. This work perfectly,i got a double insert atm but perhaps could be another problem on my process definition :) i will