javassist is a library jboss aop uses to transform the classes to be "aopable".
it seems like that org.springframework.validation.Validator isnt in the classpath provided
to the aop plugin.
try to add
<includeProjectDependency>true</includeProjectDependency> and see if that
helps.
look at
http://www.jboss.org/jbossaop/docs/2.0.0.GA/docs/aspect-framework/referen...
for more info on the maven plugin.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195905#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...