On 6/13/06, Chris Scott <
[EMAIL PROTECTED]> wrote:
Paul,I'm concerned about two things here, first off is CF 6.1, do you have access to a 7 instance? However, I don't think that's it. ColdSpring uses it's own frameworks type in multiple places, not only in the AOP framework, although it's pretty heavy in there. The fact that you are putting ColdSpring in an 'eits' directory and then using it as part of the class package name, I really think that will be a problem. Why don't you create a mapping to /{serverRoot}/eits/coldspring for coldspring and then make sure you use/extend components like coldspring.aop.framework.ProxyFactoryBean and coldspring.aop.MethodInterceptor with the proper package name.I really hope that helps, I'm not sure where to start if it doesn't as I don't have a 6.1 instance on handThanks, Chris
