Posted By:
Txus_Gonzalez
Posted On:
Monday, April 8, 2002 12:44 PM
I have connected one Entity bean to one connection pool,
and other entity bean to another connection pool.
But I have the next problem when I try to connect:
"EJB: Exception in method: ejbCreate: java.sql.Exception:
Connection has been already been created in the tx
context for pool named XXXXXX. Illegal attempt to
create connection from another pool: YYYYYY.". Thanks.