I have deployed my application in IBM Websphere Application Server 4.0.2 advanced edition for multiplatforms.
My application consists of entity beans ,session beans , servelts,jsps and
java beans.The transaction attribute of entity bean is 'REQUIRED' and transaction attribute of session bean is 'REQUIRES NEW'.we are following session facade design pattern.In my session bean,i am calling a method which is inside the java bean which uses database Connection from the oracle connection pool.
While i am accessing that method, it is giving
the following error:
"JTA is not enabled - Transaction Rollback"
and this error is pointing at method defined in Java bean.
How can i enable JTA in IBM Websphere Application Server 4.0.3 ?
Please help me out.
Regards
Kishore