Hi Jason, I've read in an other thread that there is an issue with aspectj inside service mix 4. So I guess that this problem is also affecting you.
Could you try and see what happens if you instruct spring to use CGLIB proxies instead of dynamic proxies? Something like: <aop:aspectj-autoproxy proxy-target-class="true"/> Finally, an other possibility would be to use compile time weaving using spring-aspects. That's obviously not a clear solution but a workaround which helped me in the past in cases where the use of proxies broke things (e.g. proxying the bean class of a bean endpoint breaks the delivery channel injection). ----- Ioannis Canellos -- View this message in context: http://old.nabble.com/Another-Spring-issue-on-servicemix-4-and-use-of-Proxies-tp28260273p28266073.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
