Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
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?