I am using GWT 2.1.1 new RequestFactory Service layer, but I keep getting exceptions instructing me to declare my Service methods "static" and in my domain(entity) classes. (instead of a separate service layer [the point of 2.1.1])
the formatted code for easy reading can be find here http://paste.pocoo.org/show/307617/ when I move the findPerson method to the Person entity class, and declare it static, it works, but I don't know why the new @Service doesn't work. in debug statements, I also verified that the version I am using is in fact 2.1.1 Would be grateful if you can provide some tips or comments on how I can make my code work. Thank You -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
