[jboss-user] [JBoss Seam] - Multiple Datasources in single project
xena
do-not-reply at jboss.com
Tue Nov 6 23:07:05 EST 2007
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#4102392
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102392
More information about the jboss-user
mailing list