JTA problem - class not found exception after database operation.
Hi folks,
I am using Kodo for persistence in weblogic 10.0.
For data source with (configuration Non-XA , two-phase commit, Global transaction),
when enabling transaction Required for my MDBs, i am getting
a class not found exception for my entity class, after all operations.
Entity persistence is working fine, but i am getting the same exception after everything.
when i am disabling transaction in MDBs, by setting it as NotSupported, every thing works fine without any exceptions.
My application is using spring framework in which i am configured weblogic transaction manager as JTA transaction provider.
expect this class not found exception there is nothing wrong to my application.Also when i am using data source with transaction property as one phase commit(by also disabling transaction in MDB ) there is no exception.
Can anyone give suggestion why it is happening like this

