Steve,

Do you know if CMP Entity Beans deploy if the connection pool is
established 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 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 the approach
  that Jeff is advocating.

-Steve

Jeff Hubbach wrote:

> 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 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, October 08, 2001 8:17 PM
>> To: Orion-Interest
>> Subject: Multiple data sources for each application
>> 
>> 
>> Does Orion support specifying of the data-sources at the application
>> level? i.e., for each application (ear) specify the database
connection
>> pool settings within it vs. the global data-sources.xml configuration
>> file.
>> 
>> Thanks,
>> -Atul
>> 
>> 
>> 



-- 
Stephen Davidson
Java Consultant
Delphi Consultants, LLC
http://www.delphis.com
Phone: 214-696-6224 x208


Reply via email to