ChristophM
Nov 9th, 2005, 09:01 AM
Is it possible, to use CMT without Spring TransactionProxyFactoryBean interception, while retaining the JTA context also over the Hibernate managed objects? I am wondering if I could do without registering a Spring TransactionManager at all, since I have the CMT-context anyway.
The following szenario shows the sequence:
EJB Session Bean with "TX_REQUIRED" -> POJO-Service -> Dao which implements HibernateDaoSupport
Thank you for any hint.
Chris
The following szenario shows the sequence:
EJB Session Bean with "TX_REQUIRED" -> POJO-Service -> Dao which implements HibernateDaoSupport
Thank you for any hint.
Chris