You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "willem Jiang (JIRA)" <ji...@apache.org> on 2007/06/05 11:20:26 UTC

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

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


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.


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

Posted by "willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

willem Jiang updated CXF-699:
-----------------------------

    Fix Version/s:     (was: 2.0.1)
                   2.1

> 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: willem Jiang
>             Fix For: 2.1
>
>
> 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.


[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

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Bozhong Lin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bozhong Lin updated CXF-699:
----------------------------

    Fix Version/s: 2.0.1

> 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
>             Fix For: 2.0.1
>
>
> 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.


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

Posted by "Bozhong Lin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bozhong Lin updated CXF-699:
----------------------------

    Assignee: willem Jiang

> 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: willem Jiang
>             Fix For: 2.0.1
>
>
> 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.