On Thu, Jun 14, 2001 at 05:37:41PM -0500, Ferguson, Doug wrote:
> Hi,
> 
> I understand that it is bad to obtain a database connection via jndi from
> outside of jboss but is it ok to obtain a connection via jndi from a non ejb
> that will run inside of jboss?

That's fine.

BTW, XADataSource is not something any application code should care about.

The interface you want is javax.sql.DataSource.  Is the name of the MBean
that you configure to set this up (XADataSourceLoader) confusing?

Toby.

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to