Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 68453 invoked from network); 25 Jul 2007 05:52:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 05:52:52 -0000 Received: (qmail 14898 invoked by uid 500); 25 Jul 2007 05:52:53 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 14873 invoked by uid 500); 25 Jul 2007 05:52:53 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 14856 invoked by uid 99); 25 Jul 2007 05:52:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 22:52:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 22:52:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A34D27141F6 for ; Tue, 24 Jul 2007 22:52:31 -0700 (PDT) Message-ID: <9116425.1185342751666.JavaMail.jira@brutus> Date: Tue, 24 Jul 2007 22:52:31 -0700 (PDT) From: "willem Jiang (JIRA)" To: cxf-issues@incubator.apache.org Subject: [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 In-Reply-To: <17800529.1181035226115.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on 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 (). > 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.