[jbossws-issues] [JBoss JIRA] Created: (JBWS-3004) JAX-WS Port injected using @WebServiceRef retains last message

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Fri Apr 16 10:28:25 EDT 2010


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)
    Affects Versions: jbossws-native-3.3.0
            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

        


More information about the jbossws-issues mailing list