Hello, I have several different EJBs which each look for a datasource using a different JNDI name.
In some cases (on some servers) I will create a unique datasource for each name. On others, I prefer to combine the tables used by two or more of the EJBs into one database and set up a single datasource that can be accessed using multiple JNDI names. Is this possible? I tried putting multiple jndi-name elements inside the local-tx-datasource element, but JBoss only appears to read the first one. Also, can anyone tell me where to find the DTD file that goes with the datasources XML file? I can't find an example anywhere that includes the DOCTYPE. Thanks, Frank View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888567#3888567 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888567 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
