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/17 05:17:27 UTC

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

    [ https://issues.apache.org/jira/browse/CHUKWA-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846291#action_12846291 ] 

Ari Rabkin commented on CHUKWA-457:
-----------------------------------

This test is now passing, even though patch has not been committed.  Is this issue now a duplicate?

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