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 <knott.si...@gmail.com> 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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to