0 Replies Latest reply on Dec 10, 2001 5:28 PM by lsanders

    Setting up JDBC DataSources

    lsanders

      I'm trying to get a better handle on the different techniques to set up a JDBC DataSource. It looks like there are at least three MBeans in jboss.jcml capable of this:

      org.jboss.jdbc.XADataSourceLoader
      org.jboss.jdbc.RawXADataSourceLoader
      org.jboss.resource.ConnectionFactoryLoader

      I think I understand the first and second... The first provides a way to view generic JDBC connections as XA connections, while the second is used for actual XAConnection objects. Is this correct? What is the ConnectionFactoryLoader used for? Are there pooling or transaction issues with any of these?

      Thanks for your help!

      -Larry