Problem with DynaTableRf Sample with Maven

2013-02-26 Thread Adam Augusta
I get an error when I try to run the DynaTableRf sample application with maven. Can anyone enlighten me? Sample app from GWT 2.5.0 release. Maven 2.2.1 There are four CG errors (one for each domain object?), then I get a The RequestFactory ValidationTool... error. Adams-MacBook-Pro:DynaTableRf

Re: Problem with DynaTableRf Sample with Maven

2013-02-26 Thread Adam Augusta
I ended up fixing this by adding the following two plug-in configurations. So, was this a bug, or was my annotation-processor discovery not working right for some environmental reason? I don't want to violate best practices, especially on a new codebase. Let me know if you have any tips or