[jboss-user] [JBoss jBPM] - Re: Don't see running process in JBPM

DeanDeen do-not-reply at jboss.com
Wed Apr 1 08:06:57 EDT 2009


jBPM is properly configured  for seam.

This is the code form jboss-service.xml. 
 <!-- 
  | ==================================================================== -->
  |    <!-- Transactions                                                         -->
  |    <!-- ==================================================================== -->
  |    
  |    <!-- JBossTS JTA -->
  |    <mbean code="com.arjuna.ats.jbossatx.jta.TransactionManagerService"
  |       name="jboss:service=TransactionManager">
  |       <attribute name="TransactionTimeout">300</attribute>
  |       <attribute name="ObjectStoreDir">${jboss.server.data.dir}/tx-object-store</attribute>      
  |    </mbean>
  | 
  |    <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">100</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>
  |       <depends optional-attribute-name="XATerminatorName">jboss:service=TransactionManager</depends>
  |    </mbean>
  | 
  |    <!--
  |       | The CachedConnectionManager is used partly to relay started UserTransactions to 
  |       | open connections so they may be enrolled in the new tx.
  |     -->
  |    <mbean code="org.jboss.resource.connectionmanager.CachedConnectionManager"
  |           name="jboss.jca:service=CachedConnectionManager">
  |      <depends optional-attribute-name="TransactionManagerServiceName">jboss:service=TransactionManager</depends>
  | 
  |      <!-- Enable connection close debug monitoring -->
  |      <attribute name="Debug">true</attribute>
  | 
  |    </mbean>

Does it help you? Or where should I look for this.

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

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



More information about the jboss-user mailing list