[jboss-user] [JCA/JBoss] - Re: Help: Mbean exceptions on jboss startup

sosoict1 do-not-reply at jboss.com
Tue Oct 9 10:25:17 EDT 2007


This is the configuration of Mbean:
------------------------------------------------------------------------------------- 
my-service.xml 
------------------------------------------------------------------------------------ 
<server>
  |  <mbean code="org.jboss.resource.connectionmanager.NoTxConnectionManager"
  |       name="jboss.jca:service=NoTxCM,name=FileRA">
  |       <depends>jboss.jca:service=RARDeployer</depends>
  |       <depends optional-attribute-name="ManagedConnectionFactoryName">
  |          <mbean code="org.jboss.resource.connectionmanager.RARDeployment"
  |             name="jboss.jca:service=NoTxFile,name=FileRA">
  |             <depends optional-attribute-name="OldRarDeployment">
  |             jboss.jca:service=RARDeployment,name=FileRA
  |             </depends>
  |             <attribute name="JndiName">NoTransFile</attribute>
  |          </mbean>
  |       </depends>
  | 
  |       <depends optional-attribute-name="ManagedConnectionPool">
  |          <mbean code="org.jboss.resource.connectionmanager.JBossManagedConnectionPool"
  |          name="jboss.jca:service=NoTxPool,name=FileRA">
  |          <attribute name="MinSize">0</attribute>
  |          <attribute name="MaxSize">50</attribute>
  |          <attribute name="BlockingTimeoutMillis">5000</attribute>
  |          <attribute name="IdleTimeoutMinutes">15</attribute>
  |          <attribute name="Criteria">ByContainer</attribute>
  |          </mbean>
  |       </depends>
  |       <depends optional-attribute-name="CachedConnectionManager">
  |       jboss.jca:service=CachedConnectionManager
  |       </depends>
  |       <depends optional-attribute-name="JaasSecurityManagerService">
  |       jboss.security:service=JaasSecurityManager
  |       </depends>
  |    </mbean>
  |    </server>---------------------------------------------------------------------------------- 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093056#4093056

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093056



More information about the jboss-user mailing list