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 @@
<Export-Package>
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'
</Export-Package>
<_failok>true</_failok>
</instructions>
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
+