You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/04/24 22:58:00 UTC

svn commit: r1330009 - in /cxf/trunk/services/wsn/wsn-core: pom.xml src/main/resources/META-INF/ src/main/resources/META-INF/jax-ws-catalog.xml

Author: dkulp
Date: Tue Apr 24 20:58:00 2012
New Revision: 1330009

URL: http://svn.apache.org/viewvc?rev=1330009&view=rev
Log:
[CXF-4240] Get WSN service running if not connected to w3.org.

Added:
    cxf/trunk/services/wsn/wsn-core/src/main/resources/META-INF/
    cxf/trunk/services/wsn/wsn-core/src/main/resources/META-INF/jax-ws-catalog.xml   (with props)
Modified:
    cxf/trunk/services/wsn/wsn-core/pom.xml

Modified: cxf/trunk/services/wsn/wsn-core/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/services/wsn/wsn-core/pom.xml?rev=1330009&r1=1330008&r2=1330009&view=diff
==============================================================================
--- cxf/trunk/services/wsn/wsn-core/pom.xml (original)
+++ cxf/trunk/services/wsn/wsn-core/pom.xml Tue Apr 24 20:58:00 2012
@@ -156,7 +156,7 @@
                 <configuration>
                     <instructions>
                         <Require-Bundle>
-                            org.apache.activemq.activemq-core
+                            org.apache.activemq.activemq-core,org.apache.cxf.services.wsn.cxf-services-wsn-api
                         </Require-Bundle>
                         <Import-Package>
                             org.apache.cxf.wsn.util.*;version=${project.version},

Added: cxf/trunk/services/wsn/wsn-core/src/main/resources/META-INF/jax-ws-catalog.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/services/wsn/wsn-core/src/main/resources/META-INF/jax-ws-catalog.xml?rev=1330009&view=auto
==============================================================================
--- cxf/trunk/services/wsn/wsn-core/src/main/resources/META-INF/jax-ws-catalog.xml (added)
+++ cxf/trunk/services/wsn/wsn-core/src/main/resources/META-INF/jax-ws-catalog.xml Tue Apr 24 20:58:00 2012
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system">
+    <rewriteSystem systemIdStartString="http://www.w3.org/2006/03/addressing" rewritePrefix="classpath:/org/apache/cxf/wsn/wsdl"/>
+    <rewriteSystem systemIdStartString="http://www.w3.org/2005/08/addressing" rewritePrefix="classpath:/org/apache/cxf/wsn/wsdl"/>
+</catalog>

Propchange: cxf/trunk/services/wsn/wsn-core/src/main/resources/META-INF/jax-ws-catalog.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/services/wsn/wsn-core/src/main/resources/META-INF/jax-ws-catalog.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/services/wsn/wsn-core/src/main/resources/META-INF/jax-ws-catalog.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml