Author: cschneider
Date: Mon Oct 22 08:44:02 2012
New Revision: 1400801
URL: http://svn.apache.org/viewvc?rev=1400801&view=rev
Log:
DOSGI-66 Document why we use spring
Modified:
cxf/dosgi/trunk/dsw/cxf-dsw/src/main/resources/META-INF/spring/dsw.xml
Modified: cxf/dosgi/trunk/dsw/cxf-dsw/src/main/resources/META-INF/spring/dsw.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-dsw/src/main/resources/META-INF/spring/dsw.xml?rev=1400801&r1=1400800&r2=1400801&view=diff
==============================================================================
--- cxf/dosgi/trunk/dsw/cxf-dsw/src/main/resources/META-INF/spring/dsw.xml
(original)
+++ cxf/dosgi/trunk/dsw/cxf-dsw/src/main/resources/META-INF/spring/dsw.xml Mon
Oct 22 08:44:02 2012
@@ -21,6 +21,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
+ <!--
+ The spring config is currently needed as dsw loads the intent file
using spring and we need to make sure the spring extender is loaded at this
point.
+ See https://issues.apache.org/jira/browse/DOSGI-66
+ -->
<bean name="dsw" class="org.apache.cxf.dosgi.dsw.Activator"
init-method="start"
destroy-method="stop"