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

[946 byte] By [dev_viveka] at [2007-11-27 9:45:57]
# 1
Try after putting your spring jar in servers lib directory.
Kaptana at 2007-7-12 23:55:30 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...