I have all my domain classes heavily using AspectJ to introduce new
methods, implement interfaces, intercept some calls, etc. When I run
RF validation tool, it fails, with errors like "there's no method
called qwerty". Sure, there's no method with such name, it gets
introduced by AspectJ.

Are there any solutions for this case? I'm thinking of moving all the
domain-related code into a separate project, but also looking for any
easier solutions.

Some details:
I use Maven, gwt-maven-plugin. GWT version is 2.4.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to