Can we have have two different jar versions of hibernate running in same application.
We have our application which uses hibernate3 and we are also using JBPM 5 in our application which is also using hibernate3.
However, since now we are in process of migrating JBPM to higher version of JBPM which JBPM 6 which uses higher version of hibernate. eg: hibernate 4.
So my question is, can we have one application with two different hibernate versions (hibernate 3 and hibernate 4) . old version to take care of existing application and new version for JBPM.