Re: [JBoss-user] need JDBCDataSourceLoader example

2001-04-14 Thread Tim Taylor
I just tried initializing the source variable in the no-args constructor. It works, but you also have to add a setPoolName/getPoolName pair to JDBCDataSourceLoader and JDBCDataSourceLoaderMBean. After that, JDBCDataSourceLoader works just like XADataSourceLoader from jboss.jcml. One minor d

Re: [JBoss-user] need JDBCDataSourceLoader example

2001-04-13 Thread Toby Allsopp
Deadman, Hal wrote: > Could someone post a working mbean configuration entry that uses > JDBCDataSourceLoader? An example that uses Oracle would be nice but I will > take anything. I need a non-transaction connection from a datasource so I > can do a little jdbc outside the ejb containers. From w

[JBoss-user] need JDBCDataSourceLoader example

2001-04-13 Thread Deadman, Hal
Could someone post a working mbean configuration entry that uses JDBCDataSourceLoader? An example that uses Oracle would be nice but I will take anything. I need a non-transaction connection from a datasource so I can do a little jdbc outside the ejb containers. From what I can tell JDBCDataSource