[jbossws-issues] [JBoss JIRA] Created: (JBWS-2767) WSDL_DESCRIPTION population in MessageContext badly affects performances

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Thu Sep 17 11:10:49 EDT 2009


WSDL_DESCRIPTION population in MessageContext badly affects performances
------------------------------------------------------------------------

                 Key: JBWS-2767
                 URL: https://jira.jboss.org/jira/browse/JBWS-2767
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-native
    Affects Versions: jbossws-native-3.0.4
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano
             Fix For: jbossws-native-3.2.1


We read and transfer the wsdl to set the value for the javax.xml.ws.wsdl.description key in the MessageContext. On real world scenarios, this can cause bad performances due to the network latency. Despite the javadoc of MessageContext suggesting an InputSource for that value type, the JAXWS 2.1 spec says that has to be a URI and the Metro impl also use a URI. Using a URI would save a lot of time.

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