Dear all, I am currently working on getting a fairly complex set of EJB's working in JBOSS in fact approx 30 beans (initially) a mixture of BMP and session (stateful and stateless). I am trying to use transaction 'Required' on all the beans and I have 5 database conection pools setup to a single instance of Oracle 8.1.7 I am using the Oracle thin jdbc driver i.e. classes12.zip. I have configured the jboss.conf and jboss.properties and jboss.jcml as per the JBOSS manual using jboss.xa.xidclass=oracle.jdbc.xa.OracleXid and starting the server and deploying my app looks completely clean. What I am getting is all sorts of rollback errors on the JBOSS logs but more importantly I am getting some fairly nasty errors in the Oracle .trc files. QUESTION #1: Does anyone out there have a similar config using BMP to the 8.1.7 database with the thin driver ? QUESTION #2: Has anyone had a JBOSS config + app that has caused errors on an oracle 8i database i.e. in the .trc files ? Thanks in advance Tom Daly -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]
