Author: ningjiang
Date: Tue May 22 08:56:35 2012
New Revision: 1341363
URL: http://svn.apache.org/viewvc?rev=1341363&view=rev
Log:
CXF-4327 updated the namespace of blueprint handler
Modified:
cxf/branches/2.5.x-fixes/rt/core/src/main/resources/OSGI-INF/blueprint/cxf-clustering.xml
Modified:
cxf/branches/2.5.x-fixes/rt/core/src/main/resources/OSGI-INF/blueprint/cxf-clustering.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/rt/core/src/main/resources/OSGI-INF/blueprint/cxf-clustering.xml?rev=1341363&r1=1341362&r2=1341363&view=diff
==============================================================================
---
cxf/branches/2.5.x-fixes/rt/core/src/main/resources/OSGI-INF/blueprint/cxf-clustering.xml
(original)
+++
cxf/branches/2.5.x-fixes/rt/core/src/main/resources/OSGI-INF/blueprint/cxf-clustering.xml
Tue May 22 08:56:35 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>