My colleagues and I chose appfuse2 (struts) as the framework for a commercial project. As development proceeded we had to introduce another layer above the managers in the 'service' package. We named it 'provider' and each of our provider classes encapsulates business logic via one or more managers injected into it by Spring.
We do, how ever, need to override the transactional aop definitions as defined in appfuse applicationContext-service.xml - so our transactions are now based on the method 'commit' of each provider and not on the managers methods. Can this be done if I add 'applicationContext-service.xml' to the '<warpathExcludes>' configuration node of the maven-warpath-plugin - and then add my own modified file in the resources directory of our project? If not - what other options do we have (that do not include the war:inplace option)? thanks -- View this message in context: http://www.nabble.com/Overriding-applicationContext-service.xml-aop-configurations-tp15038155s2369p15038155.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
