Subject Re: Datasources and JNDI
Author rickd2416
--- In Firebird-Java@yahoogroups.com, Phil Shrimpton <phil@s...>
wrote:
> On Monday 12 July 2004 18:04, Rick DeBay wrote:
>
> Hi,
>
> > Since JBoss doesn't reveal datasources to clients, I need to
place a
> > datasource in JNDI myself.
>
> I create and use Datasources in Jboss all the time, so unless I am
missing
> something, what are you trying to do?
>
> Phil

At the JBoss site, they state "In JBoss-3.2.x you cannot [access a
DataSource from a client], DataSources are not exposed remotely."
http://jboss.org/index.html?module=bb&op=viewtopic&t=46930#3831529

Previously I had started the thread
http://jboss.org/index.html?module=bb&op=viewtopic&t=51838 where I
stated that I couldn't get back a datasource from JNDI when I made the
lookup from outside the container. I've not had that problem with
other J2EE servers, and JBoss is going to support this in 4.0.

If you know how to get a datasource from the container in 3.2.4, I'd
appreciate it.

Rick DeBay