[jboss-user] [JBoss AOP] - Re: Exception with maven-jbossaop-plugin

stale.pedersen@jboss.org do-not-reply at jboss.com
Thu Dec 11 07:32:12 EST 2008


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/reference/en/html/maven.html for more info on the maven plugin.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195905#4195905

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195905



More information about the jboss-user mailing list