Issue Details (XML | Word | Printable)

Key: GEOS-1963
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Gabriel Roldán
Reporter: Saul Farber
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
GeoServer

ArcSDE datastores are disposed in DataDataStoresEditorAction.java and they never get re-opened

Created: 02/Jun/08 02:30 PM   Updated: 10/Jun/08 02:31 PM   Resolved: 10/Jun/08 02:31 PM
Component/s: ArcSDE
Affects Version/s: 1.6.4
Fix Version/s: 1.6.5

Time Tracking:
Not Specified

Issue Links:
dependent
 


 Description  « Hide

Lines 131-171 of DataDataStoresEditorAction.java grab a 'new' datastore with the same params as the old one, get a layer list and then dispose of that datastore.

Unfortunately, ArcSDE has a static hashmap behind the scenes and when the 'new' datastore is dispose()-ed, the original is also closed down.

Not sure how to get around this...perhaps passing a flag to 'force a new store' that was correctly handled by ArcSDE would be enough.



Gabriel Roldán added a comment - 10/Jun/08 02:31 PM

fixed, see related geotools issue