I previously had an app running as a JSF project that had three datasources:
* One datasource managed via EJB3 persistance
* One datasource used for a lookup, used JBoss Datasource but with JDBC preparedStatement
* One datasource used for a lookup/update/add, used JBoss Datasource but with JDBC
preparedStatements
When I moved to Seam, I've been running into all sorts of issues trying to access
multiple datasources. I was also to get it to work using XA datasources, but due to their
overhead we were hoping to avoid them. Are there any alternatives for using multiple
datasources within a Seam project?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102392#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...