RE: How to select an other datasource then the default one?

2000-10-12 Thread Goel, Deepak
/docs/orion-ejb-jar.xml.html --Deepak -Original Message- From: Frank Eggink [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 12:28 AM To: Orion-Interest Subject: RE: How to select an other datasource then the default one? Ralph and others, My datasources.xml looks like: http

RE: How to select an other datasource then the default one?

2000-10-12 Thread Frank Eggink
Source) > ctx.lookup("jdbc/DefaultPooledDS")).getConnection(); > > > and if you wanted to use the other database, you'd use jdbc/OtherPooledDS > instead of jdbc/DefaultPooledDS. > > Hope this helps. > > Ralph > > > >From: Frank Eggink <[EMAIL P

Re: How to select an other datasource then the default one?

2000-10-11 Thread Ralph Crawford
st <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: How to select an other datasource then the default one? >Date: Wed, 11 Oct 2000 15:19:04 +0200 >MIME-Version: 1.0 >Received: from [195.84.237.200] by hotmail.com (3.2) with ESMTP id >MHotMailBBA

How to select an other datasource then the default one?

2000-10-11 Thread Frank Eggink
Hi, How do you select a different datasource? I have defined a second data source in the datasources.xml file. Also I have added "default-data-source="jdbc/TestEJBDS" to the orion-application.xml file in the application-deployments/ directory, as suggested by the manual. It doesn't work thoug