Hi Gabriel:
I am helping out Mark who has some issues with GeoServer and ArcSDE
9.3 - so I am getting my GeoTools 2.5.x game face on and setting up
esri jars as per these instructions:

These instructions mention a few more jars than last time:
- http://docs.codehaus.org/display/GEOTOOLS/ArcSDE+Plugin

The jars are:
- com.esri:jsde_sdk:YOURVERSION
- com.esri:jsde_jpe_sdk:YOURVERSION
- com.esri:jsde_concurrent:YOURVERSION
- com.esri:jsde_icu4j:YOURVERSION (for version 9.2)

A couple problems with this:
- icu4j is some ibm project (ie com.ibm.icu.icu4j)
- concurrent is the old edu.oswedgo project that has been rolled into Java 5

ICU4J version hell:
- ESRI CD has icru 3.2
- GeoServer instructions have version 3.2 from the ibm site
- GeoTools root pom has 3.4.4

Looking at the source code the root pom has:
     <!-- ArcSDE -->
      <dependency>
        <groupId>com.ibm.icu</groupId>
        <artifactId>icu4j</artifactId>
        <version>3.4.4</version>
      </dependency>

The arcsde datastore pom has:
      <dependencies>
        <dependency>
          <groupId>com.esri</groupId>
          <artifactId>jsde_sdk</artifactId>
          <version>${sde.version}</version>
        </dependency>
        <dependency>
          <groupId>com.esri</groupId>
          <artifactId>jsde_jpe_sdk</artifactId>
          <version>${sde.version}</version>
        </dependency>
        <dependency>
          <groupId>com.ibm.icu</groupId>
          <artifactId>icu4j</artifactId>
        </dependency>

So I am going to guess that concurrent is not in fact needed.

Comments, next step for me is to update the build instructions.
Jody

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to