You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2013/10/24 12:36:45 UTC

svn commit: r1535333 - in /cxf/branches/2.7.x-fixes: ./ services/xkms/xkms-client/src/main/resources/OSGI-INF/blueprint/beans.xml

Author: cschneider
Date: Thu Oct 24 10:36:45 2013
New Revision: 1535333

URL: http://svn.apache.org/r1535333
Log:
CXF-5359 reload xkms client on config changes

Modified:
    cxf/branches/2.7.x-fixes/   (props changed)
    cxf/branches/2.7.x-fixes/services/xkms/xkms-client/src/main/resources/OSGI-INF/blueprint/beans.xml

Propchange: cxf/branches/2.7.x-fixes/
------------------------------------------------------------------------------
  Merged /cxf/trunk:r1535331

Modified: cxf/branches/2.7.x-fixes/services/xkms/xkms-client/src/main/resources/OSGI-INF/blueprint/beans.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/services/xkms/xkms-client/src/main/resources/OSGI-INF/blueprint/beans.xml?rev=1535333&r1=1535332&r2=1535333&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/services/xkms/xkms-client/src/main/resources/OSGI-INF/blueprint/beans.xml (original)
+++ cxf/branches/2.7.x-fixes/services/xkms/xkms-client/src/main/resources/OSGI-INF/blueprint/beans.xml Thu Oct 24 10:36:45 2013
@@ -19,16 +19,16 @@
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cxf="http://cxf.apache.org/blueprint/core"
     xmlns:jaxws="http://cxf.apache.org/blueprint/jaxws"
-    xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0"
+    xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0"
     xmlns:ext="http://www.osgi.org/xmlns/blueprint-ext/v1.1.0"
     xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd
               http://www.osgi.org/xmlns/blueprint-ext/v1.1.0 https://svn.apache.org/repos/asf/aries/tags/blueprint-0.3.1/blueprint-core/src/main/resources/org/apache/aries/blueprint/ext/blueprint-ext.xsd  
-              http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0 http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.0.0.xsd
+              http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0 http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.1.0.xsd
               http://cxf.apache.org/blueprint/jaxws http://cxf.apache.org/schemas/blueprint/jaxws.xsd
               http://cxf.apache.org/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd
 ">
 
-    <cm:property-placeholder persistent-id="org.apache.cxf.xkms.client">
+    <cm:property-placeholder persistent-id="org.apache.cxf.xkms.client" update-strategy="reload">
         <cm:default-properties>
             <cm:property name="xkms.endpoint"
                 value="http://localhost:8040/cxf/XKMS/" />