[ 
https://issues.apache.org/jira/browse/CHUKWA-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Yang updated CHUKWA-457:
-----------------------------

    Status: Patch Available  (was: Open)

> TestUserResource test failed
> ----------------------------
>
>                 Key: CHUKWA-457
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-457
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>         Attachments: CHUKWA-457.patch
>
>
> Jersey does not like method overloading.  For example:
> {noformat}
> @XmlElement
> public String getProperties() {
> }
> public void setProperties(String s) {
> }
> public void setProperties(JSONObject json) {
> }
> {noformat}
> Causes annotation to panic.  It's probably better to only 
> setProperties(JSONObject json) method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to