I have a working Rest web service that use JBoss Resteasy however when I tried to port it to use GAE I\'m getting this error when executing:
java.lang.ClassN
it would seem you're missing the Resteasy JAR file in your GAE WAR file. Locate this jar file, add it to your GAE WAR build, and you should be good to go (or at least past this specific error).