I use ojb on tomcat 4.1.29 (use of datasource). My db is Oracle9.2i My app works fine on win32 platform but I've got an error on aix.
org.apache.ojb.odmg.TransactionAbortedExceptionOJB at org.apache.ojb.odmg.ObjectEnvelopeTable.commit(Unknown Source)(Compiled Code) at org.apache.ojb.odmg.TransactionImpl.doCommitOnObjects(Unknown Source)(Compiled Code) at org.apache.ojb.odmg.TransactionImpl.prepare(Unknown Source)(Compiled Code) at org.apache.ojb.odmg.TransactionImpl.commit(Unknown Source)(Compiled Code) All the privileges on table are good, all table are accessible and are in the same shemas. Ala ojb configs are good I use different parameter on the datasource : autocommit set to 1 the set to 0 ignoreAutoCommitExceptions set to false, then true I don't test to modify isolation-level paramer (i use isolation-level="read-uncommitted") Does someone can help me. Please my app is in preproduction phase and i don't want to rewrite all the persistence layer. Thanx
