Re: [JBoss-user] Problems with Oracle

2001-06-13 Thread Dexter Legaspi
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

[JBoss-user] Problems with Oracle

2001-06-13 Thread Alberto Gil Alvarez
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