Hi!
this is my first try of using tc-server and I encountered a "little" problem in the AOP area. We use compile time weaving to introduce aspects which works fine when building with maven and deploying the WAR to a "normal" tomcat. When the same WAR is dropped to the webapp folder of tc-server I get "No matching factory method found: factory method 'aspectOf'". Seems that the LTW conflicts with CTW classes. We can't use the proxy approach because this omits all aspects on methods in case a method calls a second method on the same instance.
Can anyone can give me a hint how to solve this conflict or in which direction to dig?
Thanks in advance
Jens


Reply With Quote
