Two Connection Pool in single EJB method.
843829May 22 2003 — edited May 23 2003Hai All,
I am in the position to use two connection pool in single EJB XA.If I run the method weblogic is giving following exception message
com.fortressit.ejb.PortableContextException: java.sql.SQLException:Connection has already been created in this TX context for pool named CONNPOOL_A. Illegal attempt to create connection from another pool: CONNPOOL_B.
Please help me in this problem