[jbosstools-issues] [JBoss JIRA] (JBIDE-7922) WSDL should be read once

Denis Golovin (JIRA) jira-events at lists.jboss.org
Wed Jan 18 18:03:19 EST 2012


     [ https://issues.jboss.org/browse/JBIDE-7922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Golovin updated JBIDE-7922:
---------------------------------

    Fix Version/s: 3.3.0.M2
                       (was: 3.3.x)

    
> WSDL should be read once
> ------------------------
>
>                 Key: JBIDE-7922
>                 URL: https://issues.jboss.org/browse/JBIDE-7922
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: Webservices
>    Affects Versions: 3.2.0.Beta2
>            Reporter: Lukas Jungmann
>            Assignee: Feng Qian
>             Fix For: 3.3.0.M2
>
>         Attachments: JBIDE-7922-org.jboss.tools.ws.creation.core.patch
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> see http://anonsvn.jboss.org/repos/jbosstools/trunk/ws/plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/ImplementationClassCreationCommand.java
> The class is involved in Top-Down web service scenario where it is responsible for creating a web service implementation class from artifacts generated by wscosume tool and user supplied WSDL. The problem with this class is that for each data it needs to know from wsdl there is separate read from external resource (local WSDL file) - see getTNSFromWSDL(), getServiceNameFromWSDL() (as of r27544) and this can cause some performance penalty in case of big WSDL. The code should be changed so the particular WSDL is read only once per wizard's run.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list