users@jersey.java.net

[Jersey] problem with underscore _

From: <gcattozzo_at_gmail.com>
Date: Tue, 30 Oct 2012 17:12:14 +0000 (GMT)

Hi all,
I'm new to Jersey, I use Netbeans "wizard" to create a RESTFul
webservice and the persistence classes from a database table .
I got stuck discovering that if a table contains an underscore "_"
character in field names, when I try to store data using a POST call
with json data, the fields with the underscore are not stored .

Is it a normal behaviour, is there a workaround for this ?

Best regards,
Gianantonio .