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