Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 42433 invoked from network); 23 Jan 2009 15:49:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jan 2009 15:49:53 -0000 Received: (qmail 9427 invoked by uid 500); 23 Jan 2009 15:49:51 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 9373 invoked by uid 500); 23 Jan 2009 15:49:51 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 9353 invoked by uid 99); 23 Jan 2009 15:49:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2009 07:49:51 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2009 15:49:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 897902388896; Fri, 23 Jan 2009 07:49:15 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r737061 - in /cxf/trunk: distribution/bundle/minimal/pom.xml rt/ws/policy/src/main/resources/META-INF/spring.schemas Date: Fri, 23 Jan 2009 15:49:15 -0000 To: commits@cxf.apache.org From: davidb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090123154915.897902388896@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: davidb Date: Fri Jan 23 07:49:14 2009 New Revision: 737061 URL: http://svn.apache.org/viewvc?rev=737061&view=rev Log: Fixed with using CXF without network connection. The Spring parsing couldn't find xmldsig-core-schema.xsd. Added xmldsig-core-schema.xsd to spring.schemas file Also added schemas/** to Export-Package in the CXF minimal distribution. Modified: cxf/trunk/distribution/bundle/minimal/pom.xml cxf/trunk/rt/ws/policy/src/main/resources/META-INF/spring.schemas Modified: cxf/trunk/distribution/bundle/minimal/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/minimal/pom.xml?rev=737061&r1=737060&r2=737061&view=diff ============================================================================== --- cxf/trunk/distribution/bundle/minimal/pom.xml (original) +++ cxf/trunk/distribution/bundle/minimal/pom.xml Fri Jan 23 07:49:14 2009 @@ -176,7 +176,10 @@ org.apache.cxf.*;version=${pom.version};-split-package:=merge-first, org.codehaus.xfire.aegis.type.java5.*, - '=META-INF.cxf' + '=META-INF.cxf', + '=schemas', + '=schemas.configuration', + '=schemas.wsdl' <_failok>true Modified: cxf/trunk/rt/ws/policy/src/main/resources/META-INF/spring.schemas URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/policy/src/main/resources/META-INF/spring.schemas?rev=737061&r1=737060&r2=737061&view=diff ============================================================================== --- cxf/trunk/rt/ws/policy/src/main/resources/META-INF/spring.schemas (original) +++ cxf/trunk/rt/ws/policy/src/main/resources/META-INF/spring.schemas Fri Jan 23 07:49:14 2009 @@ -25,3 +25,5 @@ http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd=schemas/oasis-200401-wss-wssecurity-utility-1.0.xsd http\://www.w3.org/2001/xml.xsd=schemas/xml.xsd http\://cxf.apache.org/schemas/policy.xsd=schemas/policy.xsd +http\://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd=schemas/xmldsig-core-schema.xsd +