My JBoss hangs at the point of deploying the in memory Tx Manager. The hang is due to line 3 in jboss-service.xml,
1 <mbean code="org.jboss.tm.TransactionManagerService"
2 name="jboss:service=TransactionManager"
3 xmbean-dd="resource:xmdesc/TransactionManagerService-xmbean.xml">
4 <attribute name="TransactionTimeout">300</attribute>
5
6 <depends optional-attribute-name="XidFactory">jboss:service=XidFactory</depends>
7 </mbean>
If I remove the attribute
xmbean-dd, then JBoss starts up fine. What is the function of the file
TransactionManagerService-xmbean.xml ?
Regards,
A