0 Replies Latest reply on Nov 6, 2007 11:07 PM by xena

    Multiple Datasources in single project

    xena

      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?