Author: ningjiang
Date: Tue May 22 08:55:56 2012
New Revision: 1341362
URL: http://svn.apache.org/viewvc?rev=1341362&view=rev
Log:
CXF-4327 update the blueprint namespace handler
Modified:
cxf/trunk/rt/features/clustering/src/main/resources/OSGI-INF/blueprint/cxf-clustering.xml
Modified:
cxf/trunk/rt/features/clustering/src/main/resources/OSGI-INF/blueprint/cxf-clustering.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/features/clustering/src/main/resources/OSGI-INF/blueprint/cxf-clustering.xml?rev=1341362&r1=1341361&r2=1341362&view=diff
==============================================================================
---
cxf/trunk/rt/features/clustering/src/main/resources/OSGI-INF/blueprint/cxf-clustering.xml
(original)
+++
cxf/trunk/rt/features/clustering/src/main/resources/OSGI-INF/blueprint/cxf-clustering.xml
Tue May 22 08:55:56 2012
@@ -24,7 +24,7 @@
<service interface="org.apache.aries.blueprint.NamespaceHandler">
<service-properties>
- <entry key="osgi.service.blueprint.namespace"
value="http://cxf.apache.org/blueprint/clustering"/>
+ <entry key="osgi.service.blueprint.namespace"
value="http://cxf.apache.org/clustering"/>
</service-properties>
<bean
class="org.apache.cxf.clustering.blueprint.ClusteringBPNamespaceHandler"/>
</service>