GeoServer

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

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 1.6.4
  • Fix Version/s: 1.6.5
  • Component/s: ArcSDE
  • Labels:
    None
  • Number of attachments :
    0

Description

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.

Issue Links

Activity

Hide
Gabriel Roldán added a comment -

fixed, see related geotools issue

Show
Gabriel Roldán added a comment - fixed, see related geotools issue

People

Vote (1)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: