class Query is not mark as Serializable 2011/4/11 kevin <[email protected]>
> > This happens in production and devmode in either JUnit test or a live > system. > > > > On Apr 11, 9:40 am, Juan Pablo Gardella <[email protected]> > wrote: > > How do you run the app? > > > > 2011/4/11 kevin <[email protected]> > > > > > > > > > > > > > > > > > > > > > Has anyone seen this before? I have a pretty large set of Serializable > > > object but to overly simpllity our classes, we have a Request object > > > and a Query Object. > > > > > class Request extends Serialiable { > > > > > } > > > > > Caused by: java.lang.ClassNotFoundException: http: > > > at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > > > at java.security.AccessController.doPrivileged(Native Method) > > > at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > > > at java.lang.ClassLoader.loadClass(ClassLoader.java:307) > > > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > > at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > > at > > > > > > org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java > : > > > 401) > > > at > > > > > > org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java > : > > > 363) > > > at java.lang.Class.forName0(Native Method) > > > at java.lang.Class.forName(Class.java:247) > > > at > > > > > > com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.deseria > lize(ServerSerializationStreamReader.java: > > > 542) > > > > > -- > > > 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. > > -- > 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. > > -- 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.
