Hi,
i try to run orion with container-managed-transactions.
I set the isolation-level in orion-ejb-jar.xml to
"seralizable". I set in the ejb-jar.xml-File (for the involved methods) the
transaction-attribute to "Required". From a Session bean
I call some create-methods. The create-methods themself call a create-method
from another bean. All database-access-functions are implemented by
Stored-Procedures and auto-increment by triggers.
If an exception occurs the database-operations don't rollback.
Can someone help me!!!
I use Orion 1.3.8 and Oracle 8i.
I use as datasource-class (in data-sources.xml)
com.evermind.sql.ConnectionDataSource and the ejb-location for
Bean-Connection.
Thanks
Andreas