Thanks that is a good point. No static initializer. It is something about this class (actually it is an interface) and gae and deserialization. I can get the code to work if I eschew the interface (which gae cannot find) and just use the implementing class directly. Its like my WEB-INF/classes folder isn't on the classpath of the deserializer. Looks alot like this issue http://code.google.com/p/googleappengine/issues/detail?id=1290, especially comment 10 but this issue has been closed awhile.
On Feb 22, 8:44 am, Simon Knott <[email protected]> wrote: > I can't answer the first question, but as for the second - are you doing any > static initialization of that class? If a static initializer fails, you > will get a ClassNotFoundException even if the Class is deployed. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
