[
https://issues.apache.org/jira/browse/CHUKWA-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850975#action_12850975
]
Hudson commented on CHUKWA-457:
-------------------------------
Integrated in Chukwa-trunk #330 (See
[http://hudson.zones.apache.org/hudson/job/Chukwa-trunk/330/])
> 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.