You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2011/11/15 05:25:28 UTC

svn commit: r1202036 - /servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml

Author: ffang
Date: Tue Nov 15 04:25:28 2011
New Revision: 1202036

URL: http://svn.apache.org/viewvc?rev=1202036&view=rev
Log:
[SMX4-914]servicemix-wsn2005 can't restart correctly when the dependency activemq-broker.xml bundle restart

Modified:
    servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml

Modified: servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml?rev=1202036&r1=1202035&r2=1202036&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml Tue Nov 15 04:25:28 2011
@@ -55,6 +55,9 @@
             org.apache.servicemix.wsn*;version=${project.version},
             META-INF.services.org.apache.xbean.spring.http.servicemix.apache.org.wsn
         </servicemix.osgi.export>
+        <servicemix.osgi.bundles>
+            activemq-broker.xml
+        </servicemix.osgi.bundles>
     </properties>
 
     <dependencies>