passing a JtaTransactionManager to a LocalSessionFactoryBean
Hi,
Working on WebLogic 8.1 SP3 with Spring 1.1 and Hibernate 2.1.8... I have and entity that contains a Blob field. Whenever I do a save() operation, I get the following error:
java.lang.IllegalStateException: Active Spring transaction synchronization or jtaTransactionManager on LocalSessionFactoryBean plus active JTA transaction required
Obviously I need to pass a JtaTransactionManager ref in my applicationContext.xml... but what class do I actually pass? I can't seem to find it.
Can anyone help?
Thanks in advance!
Jimmy G.
Software Developer