[
https://jira.jboss.org/jira/browse/JBESB-1981?page=com.atlassian.jira.plu...
]
Kevin Conner resolved JBESB-1981.
---------------------------------
Resolution: Done
I pulled Stefano's change across to the CP branch.
Committed in revision 22849.
Unused local variable "greetings" in QS
"webservice_consumer_wise2"
-------------------------------------------------------------------
Key: JBESB-1981
URL:
https://jira.jboss.org/jira/browse/JBESB-1981
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Examples
Affects Versions: 4.4 CP1
Environment: JBoss SOA-P 4.3 IR3
Reporter: Pavel Macik
Assignee: Stefano Maestri
Fix For: 4.4 CP1
QS "webservice_consumer_wise2":
There is unused local variable "greetings" in:
$(QS)/war/src/org/jboss/soa/esb/samples/quickstart/webservice_consumer_wise2/PingWS.java:37
Either the variable is useless or the webservice method is incomplete.
Here is a method source:
@WebMethod(operationName = "pingComplexObject", action =
"urn:pingComplexObject")
@WebResult(name = "ComplexObject")
public ComplexObject pingComplexObject( @WebParam(name = "complexObject")
ComplexObject arg0) {
String greeting = "Ping with " + arg0.toString();
return arg0;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira