Is there any way of elimnating the hibernate.cfg.xml for jbpm? I am trying to implement a multi-tenant application, with separate database connections per customer. I can easily select the entityManagerFactory dynamically for the main application, but this doesn't change the process db. Which is not good.
I did manage to patch the main jbpm component in seam to allow switching of configs at runtime, but this seems like a bit of a hack. It would be much easier if we could use a single persistence.xml file for process an other application data. Cheers J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104858#4104858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104858 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
