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

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jbosscx/src/main/org/jboss/resource/adapter/jdbc/local   ...
From:       Weston Price <weston.price () jboss ! com>
Date:       2006-05-31 22:40:10
Message-ID: E1FlZMI-0004S0-Sz () committer01 ! frg ! pub ! inap ! atl ! jboss ! com
[Download RAW message or body]

  User: wprice  
  Date: 06/05/31 18:40:10

  Modified:    src/main/org/jboss/resource/adapter/jdbc/local  
                        LocalManagedConnectionFactory.java
                        LocalManagedConnection.java
  Log:
  Removed getProps() methods  from children (HA and Local), changed method name to \
getProperties() and added to matchManagedConnections in children.  
  Revision  Changes    Path
  1.28      +2 -2      \
jbosscx/src/main/org/jboss/resource/adapter/jdbc/local/LocalManagedConnectionFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalManagedConnectionFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosscx/src/main/org/jboss/resource/adapter/jdbc/local/LocalManagedConnectionFactory.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- LocalManagedConnectionFactory.java	31 May 2006 20:37:36 -0000	1.27
  +++ LocalManagedConnectionFactory.java	31 May 2006 22:40:10 -0000	1.28
  @@ -45,7 +45,7 @@
    *
    * @author <a href="mailto:d_jencks@users.sourceforge.net">David Jencks</a>
    * @author <a href="mailto:adrian@jboss.com">Adrian Brock</a>
  - * @version $Revision: 1.27 $
  + * @version $Revision: 1.28 $
    */
   public class LocalManagedConnectionFactory extends \
BaseWrapperManagedConnectionFactory  {
  @@ -192,7 +192,7 @@
               LocalManagedConnection mc = (LocalManagedConnection) o;
   
               //First check the properties
  -            if (mc.getProps().equals(newProps))
  +            if (mc.getProperties().equals(newProps))
               {
                  //Next check to see if we are validating on matchManagedConnections
                  if ((getValidateOnMatch() && mc.checkValid()) || \
!getValidateOnMatch())  
  
  
  1.17      +5 -5      \
jbosscx/src/main/org/jboss/resource/adapter/jdbc/local/LocalManagedConnection.java  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalManagedConnection.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosscx/src/main/org/jboss/resource/adapter/jdbc/local/LocalManagedConnection.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- LocalManagedConnection.java	2 Mar 2006 14:49:55 -0000	1.16
  +++ LocalManagedConnection.java	31 May 2006 22:40:10 -0000	1.17
  @@ -37,7 +37,7 @@
    *
    * @author <a href="mailto:d_jencks@users.sourceforge.net">David Jencks</a>
    * @author <a href="mailto:adrian@jboss.com">Adrian Brock</a>
  - * @version $Revision: 1.16 $
  + * @version $Revision: 1.17 $
    */
   public class LocalManagedConnection extends BaseWrapperManagedConnection \
implements LocalTransaction  {
  @@ -123,8 +123,8 @@
         }
      }
   
  -   Properties getProps()
  -   {
  -      return props;
  -   }
  +//   Properties getProps()
  +//   {
  +//      return props;
  +//   }
   }
  
  
  


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
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