You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Ari Rabkin (JIRA)" <ji...@apache.org> on 2010/03/18 00:58:27 UTC

[jira] Updated: (CHUKWA-457) TestUserResource test failed

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

Ari Rabkin updated CHUKWA-457:
------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this; thanks, Eric.

> 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.