]
Pavel Macik updated JBESB-1981:
-------------------------------
Component/s: Examples
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
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: