chillon_m created AXIS2-5450:
--------------------------------
Summary: Annotation is not work,always is"return" !
Key: AXIS2-5450
URL: https://issues.apache.org/jira/browse/AXIS2-5450
Project: Axis2
Issue Type: Bug
Components: kernel
Affects Versions: 1.6.2
Reporter: chillon_m
WebResultAnnotation returnAnnon =
JSR181Helper.INSTANCE.getWebResultAnnotation(jMethod);
String returnName = "return";
if (returnAnnon != null) {
returnName = returnAnnon.getName();
if (returnName != null && !"".equals(returnName)) {
returnName = "return";
}
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]