You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2008/02/21 20:11:19 UTC

[jira] Resolved: (CXF-699) Caching the wsdl that multi endpoints share to speed up the time of the service models building up from the wsdl

     [ https://issues.apache.org/jira/browse/CXF-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-699.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.1)
                   2.0.3
         Assignee: Daniel Kulp  (was: willem Jiang)


This was resolved around 2.0.2 or 2.0.3.  (aka: a while ago)


> Caching the wsdl that multi endpoints share to speed up the time of the service models building up from the wsdl
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-699
>                 URL: https://issues.apache.org/jira/browse/CXF-699
>             Project: CXF
>          Issue Type: New Feature
>    Affects Versions: 2.0
>            Reporter: willem Jiang
>            Assignee: Daniel Kulp
>             Fix For: 2.0.3
>
>
> In my WAR file I have Spring configuration file which defines collection (about 10) of endpoints (<jaxws:endpoint>).
> In every endpoint there is wsdlLocation attribute which defines path to WSDL file.
> Unfortunately it takes about 3 minutes to publish all my services.
> I suppose that the same wsdl file (which is quite complex) is parsed as many times as number of endpoints.
> Is there any option to make this process faster, eg. if every time it is the same file? 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.