Hi,

Our current application is a Spring/Hibernate app.  I am trying to convert it 
to use Tuscany and SCA.  We currently use Spring for transaction management 
using the aspectj annotations.  After integrating Tuscany I can call my 
components but a transaction is never started.  Each component has its own 
spring context file.  However, all of the transaction configuration, aspects, 
jpa config etc. are in separate context files.  These files are loaded via 
web.xml.  I was wondering, does tuscany create a new spring context for each 
component?  If so, that could explain why transactions (or any of the other aop 
stuff) are not working.  I tried importing the other spring files into my 
component's spring file but then the application would not deply.  I'm assuming 
that either my config is wrong or this kind of thing is simply not supported.  
Anyone ever try something like this?  Any suggestions?

Thanks,

Phil

Philip Sykes * Principal Java Developer, Banner Product Engineering * SunGard 
Higher Education * 3 Country View Road, Malvern PA 19335 * Tel 610 578 5185 * 
[email protected]<mailto:[email protected]> * 
www.sungardhe.com<http://www.sungardhe.com/>

Reply via email to