Hi,
on fresh setup: win7, tomcat 7.0.32, jdk 1.7.0, restsql 0.8.3
SELECT and DELETE works fine,
but on UPDATE and INSERT this error occurs:
Request:
PUT /restsql/res/Country/2 HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Accept: application/json
country=ff
Response:
HTTP/1.1 500 Internal Server Error
Content-Type: text/plain
No deserializer found for media type application/x-www-form-urlencoded; charset=UTF-8
For xml:
No deserializer found for media type application/xml; charset=UTF-8
For json:
No deserializer found for media type application/json; charset=UTF-8
thanks for help, ticxx
Hi,
on fresh setup: win7, tomcat 7.0.32, jdk 1.7.0, restsql 0.8.3
SELECT and DELETE works fine,
but on UPDATE and INSERT this error occurs:
Request:
PUT /restsql/res/Country/2 HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Accept: application/json
country=ff
Response:
HTTP/1.1 500 Internal Server Error
Content-Type: text/plain
No deserializer found for media type application/x-www-form-urlencoded; charset=UTF-8
For xml:
No deserializer found for media type application/xml; charset=UTF-8
For json:
No deserializer found for media type application/json; charset=UTF-8
thanks for help, ticxx