I'm still plagued by this issue. It's the same if I'm doing jetty:run or
jetty:run-war. I still cannot save any objects that use their own Manager. I
found the statement below about transactions for managers in the Service
Tutorial. Could it be that this adviceis not happening for my managers?
Transactions
All service.*Manager beans will automatically be configured by Spring to
wrap PROPOGATION_REQUIRED transactions around their method executions. This
is done by the following Spring AOP configuration in appfuse-service.jar.
<aop:config>
...
<aop:advisor id="managerTx" advice-ref="txAdvice"
pointcut="execution(* *..service.*Manager.*(..))" order="2"/>
</aop:config>
--
View this message in context:
http://www.nabble.com/Data-Access-Failure-tf4708700s2369.html#a13510596
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]