Joined: Fri Jan 09, 2009 8:26 am Posts: 3
|
Hi,
I'm using Hibernate (3.2) with Spring (2.0.1).
We are using jBPM within our application. I want to load hbm files of jbpm as well as its cache configuration into my application's session factory. This will allow me to have a single session for jbpm as well as my application.
The issue is i don't want to merge jbpm's configuration data with my configurations. How can i load list of mapping files maintained in 2 different physical files into a single session factory ?
Any option available in Hibernate ???
Thanks
|
|