I am getting this exception when i try to save a clob
java.lang.IllegalStateException: Active Spring transaction synchronization or jtaTransactionManager on LocalSessionFactoryBean plus active JTA transaction required
I am using the ClobStringType with Oracle.
Do i need a JTATransaction to be configured to do this ?
or If i need to configre to a active spring transaction how do i achieve that ? Should it be in the localsessionfactorybean ..
Any help would be really appreciated ..


Reply With Quote