You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/12/12 15:35:03 UTC

svn commit: r603628 - /servicemix/smx4/runtime/trunk/gshell/gshell-features/src/main/resources/META-INF/spring/gshell-features.xml

Author: gnodet
Date: Wed Dec 12 06:35:03 2007
New Revision: 603628

URL: http://svn.apache.org/viewvc?rev=603628&view=rev
Log:
Specify init and destroy methods so that the repo is set by default

Modified:
    servicemix/smx4/runtime/trunk/gshell/gshell-features/src/main/resources/META-INF/spring/gshell-features.xml

Modified: servicemix/smx4/runtime/trunk/gshell/gshell-features/src/main/resources/META-INF/spring/gshell-features.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/gshell/gshell-features/src/main/resources/META-INF/spring/gshell-features.xml?rev=603628&r1=603627&r2=603628&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/gshell/gshell-features/src/main/resources/META-INF/spring/gshell-features.xml (original)
+++ servicemix/smx4/runtime/trunk/gshell/gshell-features/src/main/resources/META-INF/spring/gshell-features.xml Wed Dec 12 06:35:03 2007
@@ -38,7 +38,7 @@
 
     <bean id="removeUrl" class="org.apache.servicemix.gshell.features.internal.commands.RemoveUrlCommand" />
 
-    <bean id="featuresService" class="org.apache.servicemix.gshell.features.internal.FeaturesServiceImpl">
+    <bean id="featuresService" class="org.apache.servicemix.gshell.features.internal.FeaturesServiceImpl" init-method="start" destroy-method="stop">
         <property name="urls" value="${featuresRepositories}" />
     </bean>