You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Dhiraj Bokde (JIRA)" <ji...@apache.org> on 2015/03/10 19:43:41 UTC

[jira] [Created] (CXF-6287) JAX-RS client does not handle Enum query params

Dhiraj Bokde created CXF-6287:
---------------------------------

             Summary: JAX-RS client does not handle Enum query params
                 Key: CXF-6287
                 URL: https://issues.apache.org/jira/browse/CXF-6287
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 3.0.4
            Reporter: Dhiraj Bokde


A JAX-RS endpoints that uses an JAXB enumeration as a parameter marshals it using {{toString()}} instead of its {{public String value()} method. 
This results in invalid values being marshaled for values, such as {{STATUS_UPDATE}} instead of {{status-update}}. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)