| Commit in servicemix/base/src/main/release/conf on MAIN | |||
| servicemix.xml | +2 | -1 | 1.9 -> 1.10 |
added flowName property
servicemix/base/src/main/release/conf
diff -u -r1.9 -r1.10 --- servicemix.xml 13 Aug 2005 21:55:18 -0000 1.9 +++ servicemix.xml 15 Aug 2005 06:08:26 -0000 1.10 @@ -12,7 +12,8 @@
<property name="monitorInstallationDirectory" value="true"/>
<property name="dumpStats" value="true"/>
<property name="statsInterval" value="10"/>
- <property name="transactionManager" ref="transactionManager"/>
+ <property name="flowName" value = "seda"/> + <property name="transactionManager" ref="transactionManager"/>
<components>
</components>
