GeoTools

ArcSdeDataStoreFactory.determineJsdeVersion missbehaves whith 9.2 database and 9.1 jars

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: 2.4.2, 2.5-M0
  • Fix Version/s: 2.4.6
  • Component/s: arcsde plugin
  • Labels:
    None
  • Environment:
    ArcSDE 9.2
    ArcSDE client jars 9.1
    GeoTools 2.5.x

Description

determineJsdeVersion() fails to detect its using the arcsde 9.1 jars and reports an unneeded warning.

The following check fails, seems quite installation or server version dependant

int[] projcss = PeFactory.projcsCodelist();
     if (projcss.length == 16380){
      .....

We should find a better way to determine the client version jars while maintaining the module uncoupled of the jars, may be find a class that's on 9.1 but doesn't exist in 9.0?

Activity

Hide
Gabriel Roldán added a comment -
we don't suppord 9.1 anymore
Show
Gabriel Roldán added a comment - we don't suppord 9.1 anymore

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: