[jboss-cvs] jboss-seam/bootstrap/conf ...

Ales Justin ajustin at redhat.com
Mon Nov 12 16:06:10 EST 2007


  User: alesj   
  Date: 07/11/12 16:06:10

  Modified:    bootstrap/conf  jboss-service.xml
  Log:
  Fixing mbean xmls.
  
  Revision  Changes    Path
  1.2       +132 -152  jboss-seam/bootstrap/conf/jboss-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/bootstrap/conf/jboss-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jboss-service.xml	15 Jun 2007 05:20:57 -0000	1.1
  +++ jboss-service.xml	12 Nov 2007 21:06:10 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: jboss-service.xml,v 1.1 2007/06/15 05:20:57 gavin Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.2 2007/11/12 21:06:10 alesj Exp $ -->
   
   <!-- ===================================================================== -->
   <!--  JBoss Server Configuration                                           -->
  @@ -84,26 +84,6 @@
      <!-- ==================================================================== -->
      <!-- Transactions                                                         -->
      <!-- ==================================================================== -->
  -   <!-- The configurable Xid factory.  For use with Oracle, set pad to true -->
  -   <mbean code="org.jboss.tm.XidFactory"
  -      name="jboss:service=XidFactory">
  -      <!--attribute name="Pad">true</attribute-->
  -   </mbean>
  -
  -   <!--
  -      | The fast in-memory transaction manager.
  -      | Deprecated in 5.0.  Use JBossTS JTA instead.
  -      <mbean code="org.jboss.tm.TransactionManagerService"
  -      name="jboss:service=TransactionManager"
  -      xmbean-dd="resource:xmdesc/TransactionManagerService-xmbean.xml">
  -      <attribute name="TransactionTimeout">300</attribute>
  -      <attribute name="XARetryTimeout">60</attribute>
  -      <attribute name="PreparedTimeout">60</attribute>
  -      <attribute name="GlobalIdsEnabled">true</attribute>
  -      <depends optional-attribute-name="XidFactory">jboss:service=XidFactory</depends>
  -      </mbean>
  -   -->
  -   
      
      <!-- JBossTS JTA -->
      <mbean code="com.arjuna.ats.jbossatx.jta.TransactionManagerService"
  
  
  



More information about the jboss-cvs-commits mailing list