So after a big refactoring project, I am left with this exception and am unsure as how to correct it. It\'s dealing with some code that I did not write and I am unfamiliar w
Use WebSphereTransactionManagerLookup for the transaction manager lookup in Hibernate
WebSphereTransactionManagerLookup
and remove your current transaction manager and replace it with the WebSphereUowTransactionManager.
WebSphereUowTransactionManager
for your transaction manager lookup in Spring.
See IBM Websphere and Spring docs for more in depth documentation.