Show
Ignore:
Timestamp:
01/12/09 08:49:34 (14 months ago)
Author:
jmoore
Message:

OmeroClustering : Cleaning sessions in jdbc ring and protecting NPEs

(cherry picked from commit bcafc11e48d911ccb405680477e40d66332241d8)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/components/blitz/src/ome/services/blitz/util/BlitzConfiguration.java

    r3266 r3270  
    120120 
    121121        } catch (RuntimeException e) { 
    122             destroy(); 
     122            try { 
     123                destroy(); 
     124            } catch (Exception e2) { 
     125                logger.error("Error destroying configuration after " 
     126                        + "initialization exception. " 
     127                        + "Throwing initialization exception", e2); 
     128            } 
    123129            throw e; 
    124130        } 

1.2.1-PRO © 2008-2009 agile42 all rights reserved (this page was served in: 0.44587 sec.)