Hi All
I'm trying to upgrade my project to use GWT 2.3
I changed all the imports and xml project and web.xml to point to the
new packages locations.
but RequestFactory calls still don't work.
when running in dev mode I get the following exceptions on run time:
java.lang.NoClassDefFoundError: org/json/JSONException
at
com.google.web.bindery.autobean.shared.impl.StringQuoter.createSplittable(StringQuoter.java:
58)
at
com.google.web.bindery.autobean.shared.impl.AbstractAutoBean.<init>(AbstractAutoBean.java:
71)
this originates from:
Caused by: java.lang.ClassNotFoundException: null
at com.google.gwt.dev.shell.CompilingClassLoader
$MultiParentClassLoader.findClass(CompilingClassLoader.java:365)
at java.lang.ClassLoader.loadClass(Unknown Source)
that is caused by a code call to a
request.doSomething()
or a
request.create(someobject.class)
Did someone else stumble upon something like this?
I'm clueless.
--
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.