[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jboss-transaction/src/etc transaction-service.xml
From:       Adrian Brock <ejort () users ! sourceforge ! net>
Date:       2003-08-30 15:41:31
[Download RAW message or body]

  User: ejort   
  Date: 03/08/30 08:41:31

  Modified:    src/etc  transaction-service.xml
  Log:
  Port the close connection changes from 3.2
  
  Revision  Changes    Path
  1.6       +8 -2      jboss-transaction/src/etc/transaction-service.xml
  
  Index: transaction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-transaction/src/etc/transaction-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- transaction-service.xml	27 Aug 2003 04:34:10 -0000	1.5
  +++ transaction-service.xml	30 Aug 2003 15:41:31 -0000	1.6
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE server>
  -<!-- $Id: transaction-service.xml,v 1.5 2003/08/27 04:34:10 patriot1burke Exp $ \
-->  +<!-- $Id: transaction-service.xml,v 1.6 2003/08/30 15:41:31 ejort Exp $ -->
   
   <server>
   
  @@ -13,13 +13,19 @@
        | open connections so they may be enrolled in the new tx.
      -->
     <mbean code="org.jboss.resource.connectionmanager.CachedConnectionManager" 
  -	 name="jboss.jca:service=CachedConnectionManager">
  +         name="jboss.jca:service=CachedConnectionManager">
  +    <depends optional-attribute-name="TransactionManagerServiceName">jboss:service=TransactionManager</depends>
  +
       <!--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</attribute>
  +
     </mbean>
   
   </server>
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic