Re: [JBoss-user] Datasource Lookup from a standalone client

2001-07-08 Thread David Jencks
While I agree with you %120 about the advisability of remotable datasources, one of the implementation possibilities for an application container the spec mentioned appeared to me (on a brief reading) to be remotable datasources. Possibly this is the motivation for Weblogic's implementation?? I

Re: [JBoss-user] Datasource Lookup from a standalone client

2001-07-07 Thread Scott M Stark
lt;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 07, 2001 11:07 PM Subject: Re: [JBoss-user] Datasource Lookup from a standalone client > Please state where your reference is from. > > I consulted the j2ee-1_3-pfd3-spec.pdf which makes it quite clear that &g

Re: [JBoss-user] Datasource Lookup from a standalone client

2001-07-07 Thread danch
And if we had an Application Client Container it would remove any of my complaints about the business of remotable datasources - they wouldn't be remote anymore. David Jencks wrote: > Please state where your reference is from. > > I consulted the j2ee-1_3-pfd3-spec.pdf which makes it quite cl

Re: [JBoss-user] Datasource Lookup from a standalone client

2001-07-07 Thread David Jencks
Please state where your reference is from. I consulted the j2ee-1_3-pfd3-spec.pdf which makes it quite clear that Application Clients for j2ee apps are running in an Application Client Container providing various services, such as JDBC DataSource lookup. See for instance section 9. Jboss is an

Re: [JBoss-user] Datasource Lookup from a standalone client

2001-07-07 Thread ejb gsekar
As much as I understand your explanation as to why JBoss doesnt support client lookup of Datasource objects, Section 6.9 JNDI 1.2 requirements clearly states that "a J2EE product must make available in the application specific namespace - EJBHome objects, JTA User Transaction objects, JDBC API

Re: [JBoss-user] Datasource Lookup from a standalone client

2001-07-07 Thread danch
Frank Marx wrote: > Hi, > > the question was why I cannot do it ? The question was not why I want to do > this without using EJB, > the challenge was to find out how can I use JNDI to do that from a > standalone JAVA Client > which accesses a JNDI Service. > > But as far as I know now it is pos

RE: [JBoss-user] Datasource Lookup from a standalone client

2001-07-07 Thread Frank Marx
not bound to EJB. Frank -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks Sent: Friday, July 06, 2001 8:10 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Datasource Lookup from a standalone client Hi, (I am not a jndi expert, so some of

RE: [JBoss-user] Datasource Lookup from a standalone client

2001-07-06 Thread David Jencks
> Frank > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Burkhard > Vogel > Sent: Friday, July 06, 2001 4:16 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Datasource Lookup from a standalone client > >

RE: [JBoss-user] Datasource Lookup from a standalone client

2001-07-06 Thread Frank Marx
and the standalone client not. Frank -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Burkhard Vogel Sent: Friday, July 06, 2001 4:16 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Datasource Lookup from a standalone client Let's put it simple

Re: [JBoss-user] Datasource Lookup from a standalone client

2001-07-06 Thread Burkhard Vogel
nt: Friday, July 06, 2001 2:09 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Datasource Lookup from a standalone client > > > > You are reading the spec incorrectly. You can only access things from > remote clients that are p

RE: [JBoss-user] Datasource Lookup from a standalone client

2001-07-06 Thread Frank Marx
Datasource ?? Thanks, Frank Marx -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Friday, July 06, 2001 2:09 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [JBoss-user] Datasource Lookup from a standalone

Re: [JBoss-user] Datasource Lookup from a standalone client

2001-07-06 Thread Alex . Devine
| | To: [EMAIL PROTECTED] | | cc: | | Subject: [JBoss-user] Datasource L

[JBoss-user] Datasource Lookup from a standalone client

2001-07-06 Thread gsekar ejb
Version : JBoss-2.2.2 I have defined a JDBC DataSource _pool and i can see that it is successfully bound as java:/_pool. [_pool] Starting [_pool] XA Connection pool _pool bound to java:/_pool [_pool] Started I have no problem accessing this datasource from within a