JPA and BPEL 2.0 support in jBPM 4.0?
by Umesh Wankhede
Hi
I am evaluating different options for workflow engine. But I find couple
of pain points with jBPM:
1. It supports hibernate, but not JPA.
2. It seems to support BPEL 1.0 but not 2.0.
Can somebody throw more light on this?
Umesh
Legal Notice: This transmission, including any attachments, is confidential, proprietary, and may be privileged. It is intended solely for
the intended recipient. If you are not the intended recipient, you have received this transmission in error and you are hereby advised that any
review, disclosure, copying, distribution, or use of this transmission, or any of the information included therein, is unauthorized and strictly
prohibited. If you have received this transmission in error, please immediately notify the sender by reply and permanently delete all copies of
this transmission and its attachments
17 years, 1 month
[JBoss jBPM] - Re: Custom HBM files.
by 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 investigate on it.
and yes hibernate is inside server lib folder not in JBPM.
can you help me about the hierarchy , that the archive must have?
This is what i have atm in my archive.
simple.par is the name of the archive.
then there are 2 folders.
classes with all packages from com. and so on.
then another folder simple,that contains :
gpd.xml
processdefinition.xml
processimage.jpg
where should be hibernate mappings files ?
and i have to place my mapping reference for my custom hbm.file in the archive or always apart?.
I want understand how have to be the structure of the par archive to get properly deployed, with more then one Hbm.xml too.
I was looking for this on manuals and googling a bit, but i don't find nothing useful :) atm.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216159#4216159
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216159
17 years, 1 month