2 Replies Latest reply on Sep 21, 2001 5:01 PM by davidjencks

    res-auth Application and XAPoolDataSource

    randyp

      We need to connect to a DataSource using a large number
      of different client schemas. I've specified
      <res-auth>Application</res-auth> in ejb-jar.xml and am
      using the DataSource.getConnection(user,pass) method to
      obtain the connection. However, querying the returned
      connection for the USER returns the username that
      XADataPoolSource is forcing me to specify in jboss.jcml
      (or it throws a NullPointer fit)

      I recall a similar question arising before about the
      Minerva pooling not honouring the application requested
      username/passwword and a comment that the fix should be
      relatively easy.

      I'm using JBoss 2.4.0 + Tomcat 3.2.3 connecting to
      Oracle 8i.

      1. Is it true that this is still a problem? If so, any
      plans to fix it?
      2. Where has the source for
      org.jboss.pool.jdbc.xa.XAPoolDataSource
      escaped to? I downloaded the complete source and
      could not find it.