<inherits name='com.google.gwt.requestfactory.RequestFactory' />
See javadoc:
RequestFactory has moved to com.google.web.bindery.requestfactory. This package will be removed in a future version of GWT.
--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Yes, com.google.gwt.requestfactory is deprecated. Use
com.google.web.bindery.requestfactory.RequestFactory. This has been
mentioned once or twice... ;-)
Sometimes ClassNotFound occurs when there are 2 conflicting classes. Check this out, may be it's related to your problem: requestfactory-server.jar has a copy of org/json/JSONException, and you may have another copy sitting somewhere (just a guess)
--
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/-/01JcCLFG5UUJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Do you have org/json/JSONException anywhere in your class path? May be your are using unbundled version of requestfactory-server.jar?
--
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/-/x5hu9otk9UIJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Does java.lang.NoClassDefFoundError: org/json/JSONException happen during compilation or run-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/-/YdU22sjPqKMJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
"Compile" scope in Maven means that it's also available at runtime. I had exact the same error several times and as far as I remember I solved it by adding gwt-servlet-deps.jar to the system scope which is basically the same as the compile scope in Maven.Also gwt-servlet-deps.jar has JSONException you're missing.
--
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/-/jdYtjVd09NAJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
"Compile" scope in Maven means that it's also available at runtime. I had exact the same error several times and as far as I remember I solved it by adding gwt-servlet-deps.jar to the system scope which is basically the same as the compile scope in Maven.Also gwt-servlet-deps.jar has JSONException you're missing.
--
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/-/jdYtjVd09NAJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
So now I'm getting a 500 error: Problem accessing /gwtRequest
--
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/-/L6FTjop-w74J.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.