ArcSDE datastores are disposed in DataDataStoresEditorAction.java and they never get re-opened
----------------------------------------------------------------------------------------------
Key: GEOS-1963
URL: http://jira.codehaus.org/browse/GEOS-1963
Project: GeoServer
Issue Type: Bug
Components: ArcSDE
Affects Versions: 1.6.4
Reporter: Saul Farber
Assignee: Gabriel Roldán
Priority: Critical
Fix For: 1.6.5
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira