Re: Multiple data sources for each application

2001-10-10 Thread Stephen Davidson
programatically? Because in this approach the connection pool is established, after the EJB jars have been deployed. Thanks, -Atul -Original Message- From: Stephen Davidson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 09, 2001 4:06 PM To: Orion-Interest Subject: Re: Multiple data

Re: Multiple data sources for each application

2001-10-10 Thread Stephen Davidson
-Interest Subject: Re: Multiple data sources for each application You can also create them programmatically, and then bind them to the JNDI tree. But unless you are doing something really weird (I am working on one such app, multiple database schema with identical tables), I would recommend

RE: Multiple data sources for each application

2001-10-09 Thread Doshi, Gunjan
I believe it is at the server level. I put all the datasource declarations in data-sources.xml file in config directory and it works great. I never tried using the global datasource.xml file Gunjan -Original Message- From: Setlur, Atul (MED) [mailto:[EMAIL PROTECTED]] Sent: Monday,

Re: Multiple data sources for each application

2001-10-09 Thread Jeff Hubbach
It's at the application level. You specify a data-sources.xml file in the orion-application.xml, and this can be a different data-sources.xml file for each application. Jeff. On Tue, 09 Oct 2001 09:46:52 -0400 Doshi, Gunjan [EMAIL PROTECTED] wrote: I believe it is at the server level. I put

RE: Multiple data sources for each application

2001-10-09 Thread Setlur, Atul (MED)
]] Sent: Tuesday, October 09, 2001 4:06 PM To: Orion-Interest Subject: Re: Multiple data sources for each application You can also create them programmatically, and then bind them to the JNDI tree. But unless you are doing something really weird (I am working on one such app, multiple database schema