[jboss-user] [JBoss Seam] - Multiple Datasources in single project

2007-11-06 Thread 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

[jboss-user] [JBoss Seam] - Multiple Datasources in embeddable EJB3 Container

2007-10-01 Thread bravefencer
Hello, can someone tell me, how i can create more than one database connection in an embeddable Ejb3 Container at Application Start? I think i must configure the jboss-beans.xml and Persistence.xml in some way, but i don't know. View the original post :

[jboss-user] [JBoss Seam] - Multiple Datasources

2007-09-25 Thread news918
Hi community I'm developing a new application that use a local database to store metadata and user parameters but I have to connect to multiple projects databases too. I know it's possible to have multiple datasources using Seam but I'd like to know if it's possible to add/remove datasources

[jboss-user] [JBoss Seam] - Multiple datasources?

2007-04-04 Thread marcosH
Hi all! How can I use two different datasources in seam? I've tried to add both datasources in files myproject-ds.xml and persistence.xml and bind my entities using the @PersistenceUnits annotation, but it didn't work. When i deploy the application it seems that it overlooks the