[jboss-cvs] JBossAS SVN: r80818 - trunk/connector/src/main/org/jboss/resource/connectionmanager.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 11 12:49:53 EST 2008


Author: adrian at jboss.org
Date: 2008-11-11 12:49:52 -0500 (Tue, 11 Nov 2008)
New Revision: 80818

Modified:
   trunk/connector/src/main/org/jboss/resource/connectionmanager/ManagedConnectionFactoryDeployment.java
Log:
Don't null things in stopService that are not configured in startService - especially when they are passed into the constructor

Modified: trunk/connector/src/main/org/jboss/resource/connectionmanager/ManagedConnectionFactoryDeployment.java
===================================================================
--- trunk/connector/src/main/org/jboss/resource/connectionmanager/ManagedConnectionFactoryDeployment.java	2008-11-11 17:42:16 UTC (rev 80817)
+++ trunk/connector/src/main/org/jboss/resource/connectionmanager/ManagedConnectionFactoryDeployment.java	2008-11-11 17:49:52 UTC (rev 80818)
@@ -381,8 +381,6 @@
    {
       mcf = null;
       mcfClass = null;
-      cmd = null;
-      dmd = null;
    }
 
    public void setManagedConnectionFactoryAttribute(String name, Class clazz, Object value)




More information about the jboss-cvs-commits mailing list