[jboss-jira] [JBoss JIRA] Created: (JBAS-3813) BaseWrapperManagedConnectionFactory.isStaleConnection creates new class every call

Elias Ross (JIRA) jira-events at jboss.com
Thu Nov 2 20:37:43 EST 2006


BaseWrapperManagedConnectionFactory.isStaleConnection creates new class every call
----------------------------------------------------------------------------------

                 Key: JBAS-3813
                 URL: http://jira.jboss.com/jira/browse/JBAS-3813
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: JBossAS-5.0.0.Beta
            Reporter: Elias Ross
            Priority: Minor


}

   boolean isStaleConnection(SQLException e)
   {
      boolean isStale = false;
      
      if(staleConnectionChecker != null)
      {
      
         isStale = staleConnectionChecker.isStaleConnection(e); 
         
      }
      
      if(staleConnectionCheckerClassName != null)
      {
         

should change to:


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list