Hi,
What is this file jbossjca-service.xml file in Jboss Server?
<!-- ==================================================================== -->
<!-- JBossCX setup, for J2EE connector architecture support -->
<!-- The RARDeployer is needed only until xslt based deployment is written.-->
<!-- ==================================================================== -->
mbean code="org.jboss.util.threadpool.BasicThreadPool"
name="jboss.jca:service=WorkManagerThreadPool">
<!-- The name that appears in thread names -->
attribute name="Name">WorkManager</attribute
<!-- The maximum amount of work in the queue -->
attribute name="MaximumQueueSize">1024</attribute
<!-- The maximum number of active threads -->
attribute name="MaximumPoolSize">200</attribute
<!-- How long to keep threads alive after their last work (default one minute)
-->
attribute name="KeepAliveTime">60000</attribute
/mbean
mbean code="org.jboss.resource.work.JBossWorkManager"
name="jboss.jca:service=WorkManager">
<depends
optional-attribute-name="ThreadPoolName">jboss.jca:service=WorkManagerThreadPool
<depends
optional-attribute-name="XATerminatorName">jboss:service=TransactionManager
mbean code="org.jboss.resource.deployment.RARDeployer"
name="jboss.jca:service=RARDeployer">
<depends
optional-attribute-name="WorkManagerName">jboss.jca:service=WorkManager
<depends
optional-attribute-name="XATerminatorName">jboss:service=TransactionManager
attribute name="DdSuffix">-ds.xml
attribute name="EnhancedSuffixes">300:-ds.xml
attribute name="XslUrl">stylesheets/ConnectionFactoryTemplate.xsl
attribute name="ValidateDTDs">false
/mbean>
<!--
| The CachedConnectionManager is used partly to relay started UserTransactions to
| open connections so they may be enrolled in the new tx.
-->
<depends
optional-attribute-name="TransactionManagerServiceName">jboss:service=TransactionManager
<!--SpecCompliant false means JBoss will close connections left open when you
return from a method call and generate a loud warning. SpecCompliant true
means JBoss will disconnect connection handles left open on return from a
method call and reconnect them with an appropriate (security, tx)
connection on the next call to the same object.-->
attribute name="SpecCompliant">false</attribute
<!-- Enable connection close debug monitoring -->
attribute name="Debug">true
-------------------------------------------------------------------------------------------
thanks.
Milan Gothe
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175322#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...