[
https://jira.jboss.org/jira/browse/JBWS-3004?page=com.atlassian.jira.plug...
]
Alessio Soldano updated JBWS-3004:
----------------------------------
Component/s: jbossws-native
JAX-WS Port injected using @WebServiceRef retains last message
--------------------------------------------------------------
Key: JBWS-3004
URL:
https://jira.jboss.org/jira/browse/JBWS-3004
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-native
Affects Versions: jbossws-native-3.3.0.CR2
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: jbossws-native-4.0
The class org.jboss.ws.core.CommonClient contains the following member variable: -
// Output parameters
protected EndpointInvocation epInv;
Within CommonClient this variable is only accessed from within the invoke method and each
time the invoke method is called the EndpointInvocation is recreated - however the member
variable is in place as org.jboss.ws.core.jaxrpc.client.CallImpl which extends
CommonClient access it for subsequent calls.
--
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