[jbossws-issues] [JBoss JIRA] Created: (JBWS-2695) Setting a new config at runtime the properties are not available to RemotingConnectionImpl

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Thu Jun 25 07:24:56 EDT 2009


Setting a new config at runtime the properties are not available to RemotingConnectionImpl
------------------------------------------------------------------------------------------

                 Key: JBWS-2695
                 URL: https://jira.jboss.org/jira/browse/JBWS-2695
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-native
    Affects Versions:  jbossws-native-3.1.2
            Reporter: Darran Lofthouse
            Assignee: Darran Lofthouse
             Fix For: jbossws-native-3.2.0


Using the following to replace the configuration for the client: -

  ((StubExt)port).setConfigName("Custom Client Config","descriptors/jaxws-client-config.xml");

Handlers are updated as required, however the properties that are processed by RemotingConnectionImpl still use the original values.

This is because the MessageContext obtains the config from the OperationMetaData as the custom config was not set when the MessageContext was created.


-- 
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