Hi all,
I noticed a difference in using jersey client api (1.8) standalone or
in glassfish app server (3.1.1) when using http PUT. Standalone it will
produce xml, while in app server it will produce json as default.
Is there any setting to override the default glassfish media format
(and what is the reason) ?
(btw, setting the type to application_xml on the request worked fine)
Regards,
Duncan