In addition to my last post, I also created a brand new web project:
Created entity classes against my DB and then generated the REST
services against those entity classes. Built and ran the 'Test RESTful
Web Services' and got the same results as with my original project (404
and 500 errors). GETs work, PUTs do not and I did not modify any of the
generated objects in the test project.
OS: Ubuntu 8.04
Java VM: 1.6.0_06
IDE: Netbeans 6.1 (fully updated including the Jersy 0.8ea plugin)
Database: Java DB 10.2
Application Server: Glassfish v2UR2
Hopefully this may offer a hint to the problem...