Sunday, April 29, 2012

Re: Is google-appengine is necessary for RequestFactory


On Saturday, April 28, 2012 9:53:52 AM UTC+2, saurabh saurabh wrote:
Hi all,
I am taking chances for RequestFactory for a module this time and it
hasn't been any fun. I am using eclipse helios.
Project is using GWT, Spring, Hibernate.
To be precise I have validator-api-1.0.0.GA.jar, hibernate-
validator.jar, requestfactory-apt.jar in build-path and have checked
'annotation processing'.

You don't need requestfactory-apt in your build path; but you need to add it to the "factory path".

Also, note that Eclipse's annotation processing is really buggy (to say the least), so you might have to clean your project, remove the .apt_generated folder, rename the output folder in the eproject properties, or similar incantations from time to time.

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

No comments:

Post a Comment