| Commit in servicemix/tooling/jboss-deployer/src/sar/META-INF on MAIN | |||
| jboss-service.xml | +2 | -1 | 1.2 -> 1.3 |
Added in the depends on the transaction manager
servicemix/tooling/jboss-deployer/src/sar/META-INF
diff -u -r1.2 -r1.3 --- jboss-service.xml 29 Sep 2005 18:11:40 -0000 1.2 +++ jboss-service.xml 5 Oct 2005 12:44:12 -0000 1.3 @@ -12,7 +12,8 @@
<mbean code="org.servicemix.jboss.deployment.JBIService" name="org.servicemix:service=JBIService">
- <!-- <attribute name="TransactionManager">java:/TransactionManager</attribute> -->
+ <depends name="jboss:service=TransactionManager"/> + <attribute name="TransactionManager">java:/TransactionManager</attribute> -->
</mbean> </server>
