RARDeployer
The RAR deployer is responsible for deploying .rar files
It is configured in jbossjca-service.xml (JBoss4) or jboss-jca.sar (JBoss-3.2.x)
Default Configuration
<mbean code="org.jboss.resource.deployment.RARDeployer" name="jboss.jca:service=RARDeployer"> <depends optional-attribute-name="WorkManagerName">jboss.jca:service=WorkManager</depends> <depends optional-attribute-name="XATerminatorName">jboss:service=TransactionManager</depends> </mbean>
Configurable Attributes
WorkManagerName - the object name of the WorkManager (JBoss4)
XATerminatorName - the object name of the XATerminator (JBoss4)
Comments