I wrote a couple of REST services using Jersey 1.13 on JRE 1.6. Everything runs fine locally, but after I deploy to GAE I get this error:
****Uncaught excep
I changed the Persistence from JAP2 to JPA1 and it worked for me.