Author: gnodet
Date: Mon Oct 23 06:23:23 2006
New Revision: 466984

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

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

Modified: 
incubator/servicemix/branches/servicemix-3.0/apache-servicemix/src/main/release/examples/loan-broker/servicemix.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/apache-servicemix/src/main/release/examples/loan-broker/servicemix.xml?view=diff&rev=466984&r1=466983&r2=466984
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.0/apache-servicemix/src/main/release/examples/loan-broker/servicemix.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.0/apache-servicemix/src/main/release/examples/loan-broker/servicemix.xml
 Mon Oct 23 06:23:23 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