I managed to split hibernate.cfg.xml in two separate config file: one for the microcontainer and one for jbpm. >From jbpm user guide >http://docs.jboss.org/jbpm/v3/userguide/persistence.html#thedbpersistenceservicefactory it is possible to specify an alternate config file for hibernate in jbpm.
This solution is working but I would prefer to use the microcontainer SessionFactory. Is it possible? jbpm accept an external factory jndi name, how can I specify it? Assume to be in the 'hibernate' sample context. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986751#3986751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986751 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
