[isis-fish-Bugs][1899] Les exports ne ferment pas les connexions à la base de données
Bugs item #1899, was opened at 30/06/2009 10:05 You can respond by visiting: http://labs.libre-entreprise.org/tracker/?func=detail&atid=113&aid=1899&group_id=8 Or by replying to this e-mail entering your response between the following markers: #+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+ (enter your response here) #+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+ Status: Open Priority: 3 Submitted By: Eric Chatellier (chatellier) Assigned to: Eric Chatellier (chatellier) Summary: Les exports ne ferment pas les connexions la base de donnes Category: None Group: None Resolution: Accepted Initial Comment: Les exports utilisent une mthode dprcie qui ne ferme pas la connexion la base de donnes. ----------------------------------------------------------------------
Comment By: Eric Chatellier (chatellier) Date: 30/06/2009 10:08
Message: les exports en cause taient : - CellsDefinition - RegionDefinition - ZonesDefinition Ils utilisaient la mthodes : - RegionStorage.getFisheryRegion() Le code a t remplac par : TopiaContext tx = simulation.getStorage().beginTransaction(); RegionStorage.getFisheryRegion(tx); tx.closeContext(); ---------------------------------------------------------------------- You can respond by visiting: http://labs.libre-entreprise.org/tracker/?func=detail&atid=113&aid=1899&group_id=8
participants (1)
-
noreply@labs.libre-entreprise.org