This isn't real code. Just trying to describe what's working and what's not. In the real code... The the Request and Query both serialize find by themselves but when I pass a Request with a Query it fails. My assumption is that the Query object is fine but something about it existing breaks one of the other fields on the Request object but I can't figure out what/how that would happen.
On Apr 11, 10:32 am, Juan Pablo Gardella <[email protected]> wrote: > 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.
