hello, Alberto.
i see in your EJB that you keep Connection object in a
class field (con) instead of the DataSource object.
what i do in setEntityContext (and in ejbActivate) is
to look up the DataSource object and save that
DataSource in the class field. i only create the
Connection object whe
Well, I´m spanish and I´m sure that my english it´s
no perfect, so be patient please.
Let´s begin. This is my configuration
:
- JDK 1.3
- JBoss 2.2.1(running in my PC)
- Oracle 8.1.6 (running in other
machine)
- Oracle XA JDBC drivers
I´m running JBoss under Windows 2K. I have
install