Re: [JBoss-user] Trouble Using Datasource Remotely

2001-05-22 Thread Ivan Novick
I believe everyone said you can only access java:/ namespace from within a J2ee component: servlet or EJB not from a client app Ivan - Original Message - From: "Nicholas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 22, 2001 1:53 PM Subject: [JBo

Re: [JBoss-user] Trouble Using Datasource Remotely

2001-05-22 Thread Guy Rouillier
lt;[EMAIL PROTECTED]> Sent: Tuesday, May 22, 2001 4:53 PM Subject: [JBoss-user] Trouble Using Datasource Remotely > I am attempting to access a connection through a > remote DataSource. I have set up my connection pool > called OracleDs and at startup time I see a message: > >

Re: [JBoss-user] Trouble Using Datasource Remotely

2001-05-22 Thread Toby Allsopp
On Tue, May 22, 2001 at 01:53:11PM -0700, Nicholas wrote: > I am attempting to access a connection through a > remote DataSource. I have set up my connection pool > called OracleDs and at startup time I see a message: > > [OracleDS] Starting > [OracleDS] XA Connection pool OracleDS bound to > jav

[JBoss-user] Trouble Using Datasource Remotely

2001-05-22 Thread Nicholas
I am attempting to access a connection through a remote DataSource. I have set up my connection pool called OracleDs and at startup time I see a message: [OracleDS] Starting [OracleDS] XA Connection pool OracleDS bound to java:/OracleDS [OracleDS] Started Then I created a command line client and