Author: gnodet
Date: Mon Oct 23 06:26:28 2006
New Revision: 466986

URL: http://svn.apache.org/viewvc?view=rev&rev=466986
Log:
Fix loan broker example

Modified:
    
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/loan-broker/servicemix.xml

Modified: 
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/loan-broker/servicemix.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/loan-broker/servicemix.xml?view=diff&rev=466986&r1=466985&r2=466986
==============================================================================
--- 
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/loan-broker/servicemix.xml
 (original)
+++ 
incubator/servicemix/trunk/apache-servicemix/src/main/release/examples/loan-broker/servicemix.xml
 Mon Oct 23 06:26:28 2006
@@ -21,10 +21,11 @@
 
   <!-- the JBI container -->
   <sm:container id="jbi" 
-                rootDir="./wdir" 
+                rootDir="./data/smx" 
                 installationDirPath="./install"
                 deploymentDirPath="./deploy"
-                flowName="seda">
+                flowName="seda"
+                depends-on="broker">
 
     <sm:activationSpecs>
 


Reply via email to