1. This is absolutely possible to have JBPM not to interfere with your db schema. In fact, by default JBPM will not be dependent on any of your db tables.
2. This can be done easily. But this is not a JBPM feature. This is a JTA feature. You can have two XA Datasources, one for your application and one for JBPM and then the transaction manager will use 2 phase commit to make sure either both are committed or both are rolled back.
3. It does.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268670#4268670
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268670
I am trying to build a J2EE application on the latest JBoss server that uses the Spring framework amongst other things. I plan to use the JSF framework for building the UI. I also want to be able to integrate with JBoss Portal. Realized that JBoss Portal has merged with exo so I picked up a JBoss installation with exo. However, I am a bit lost about the dependencies.
Given my above initial requirements, do I need the JBoss Portlet Bridge and Seam at all? Or, does the JBoss Portlet Bridge require Seam? In which case, do I need the JBoss Portlet Bridge? Or, do I only need it if I intend to use JSF within the portlets? Could someone please clarify? Thanks!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268659#4268659
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268659