I can confirm this failure since im working with sun sdk 6 and ibm sdk 5 Jody: Did you apply the GEOT-1939 also to 2.5.x. I think this is the basis for future geoserver versions and I need to deploy geoserver in Websphere.
Btw, running "mvn -fn clean install" in the modules directory of the trunk with an ibm sdk is a desaster. Since I am know in a committer role I will spend some time to do some research. The output is: INFO] ------------------------------------------------------------------------ [INFO] Geotools modules ...................................... SUCCESS [5.430s] [INFO] Geotools libraries .................................... SUCCESS [0.043s] [INFO] Metadata .............................................. SUCCESS [18.106s] [INFO] Sample data module .................................... SUCCESS [5.087s] [INFO] Referencing services .................................. FAILED [15.120s] [INFO] API interfaces ........................................ FAILED [5.817s] [INFO] Geotools plugins ...................................... SUCCESS [0.172s] [INFO] EPSG Authority Service using WKT file ................. FAILED [13.897s] [INFO] Main module ........................................... FAILED [50.052s] [INFO] OGC CQL to Filter parser .............................. FAILED [13.677s] [INFO] Grid Coverage module .................................. FAILED [33.986s] [INFO] Legacy API and implementation ......................... FAILED [20.953s] [INFO] DataStore Support ..................................... FAILED [1.152s] [INFO] EPSG Authority Service using HSQL database ............ FAILED [46.844s] [INFO] Render ................................................ FAILED [1:43.290s] [INFO] XML Parsing Support ................................... FAILED [28.783s] [INFO] JDBC DataStore Support ................................ FAILED [13.731s] [INFO] ArcGrid datasource module ............................. FAILED [25.015s] [INFO] ArcSDE plugin ......................................... SUCCESS [0.080s] [INFO] ArcSDE dummy api ...................................... SUCCESS [2.033s] [INFO] ArcSDE DataStore plugin ............................... FAILED [11.730s] [INFO] DB2 Spatial Extender module ........................... FAILED [7.159s] [INFO] EPSG Authority Service using MS-Access database ....... FAILED [2.527s] [INFO] Extensions to EPSG authority factory .................. FAILED [7.416s] [INFO] EPSG Authority Service using PostgreSQL database ...... FAILED [2.551s] [INFO] GeoTIFF grid coverage exchange module ................. FAILED [9.612s] [INFO] GTopo30 datasource module ............................. FAILED [9.543s] [INFO] WorldImage datasource module .......................... FAILED [11.429s] [INFO] Shapefile module ...................................... FAILED [26.944s] [INFO] imagemosaic datasource module ......................... FAILED [18.109s] [INFO] imagepyramid datasource module ........................ FAILED [11.904s] [INFO] PostGIS module ........................................ FAILED [12.108s] [INFO] Property File DataStore ............................... FAILED [10.631s] [INFO] Vertical coordinate transformations ................... FAILED [6.125s] [INFO] Web Map Server client ................................. FAILED [13.737s] [INFO] Geotools unsupported .................................. SUCCESS [3.650s] [INFO] OGC Web Service Models ................................ SUCCESS [1.800s] [INFO] Xlink Model ........................................... SUCCESS [1.837s] [INFO] Open Web Services Model ............................... SUCCESS [8.955s] [INFO] Web Feature Service Model ............................. FAILED [8.203s] [INFO] Geotools extensions ................................... SUCCESS [0.258s] [INFO] Feature Based Graphs and Networks ..................... FAILED [17.497s] [INFO] XML Parsing ........................................... SUCCESS [0.460s] [INFO] XML Parsing ........................................... FAILED [21.939s] [INFO] GML2 XML Support ...................................... FAILED [35.724s] [INFO] GML3 XML Support ...................................... FAILED [1:39.354s] [INFO] Filter XML Support .................................... FAILED [2:45.839s] [INFO] OWS XML Support ....................................... FAILED [9.283s] [INFO] WFS XML Support ....................................... FAILED [1:03.090s] [INFO] WFS client module ..................................... FAILED [20.658s] [INFO] Brewer module ......................................... FAILED [5.850s] [INFO] Bridges to OpenOffice suite ........................... FAILED [25.004s] [INFO] Renderer optimized for shapefiles ..................... FAILED [12.227s] [INFO] GML module ............................................ FAILED [4.473s] [INFO] Directory module ...................................... FAILED [5.042s] [INFO] Validation Processor and Framework .................... FAILED [19.100s] [INFO] Swing widgets ......................................... FAILED [14.227s] [INFO] SLD XML Support ....................................... FAILED [9.380s] [INFO] KML XML Support ....................................... FAILED [14.242s] [INFO] Web Processing Service Model .......................... SUCCESS [5.931s] [INFO] WPS XML Support ....................................... FAILED [11.436s] [INFO] Coverage I/O base classes ............................. FAILED [5.918s] [INFO] Coverage I/O for NetCDF format ........................ FAILED [11.352s] [INFO] Coverage tools ........................................ FAILED [3.412s] [INFO] EPSG Authority Factory for Oracle ..................... FAILED [1.732s] [INFO] Geometries ............................................ FAILED [26.721s] [INFO] GPS eXchange XML Bindings ............................. FAILED [12.086s] [INFO] GPS eXchange Data Store ............................... FAILED [3.243s] [INFO] H2 DataStore .......................................... FAILED [18.799s] [INFO] imagemosaic-jdbc module ............................... FAILED [23.889s] [INFO] ISO 19107 implementation using JTS .................... FAILED [3.604s] [INFO] JMapPane Implementation ............................... FAILED [2.286s] [INFO] MapInfo MIF format module ............................. FAILED [7.523s] [INFO] MySQL DataStore Implementation ........................ FAILED [4.262s] [INFO] Web Coverage Service Model ............................ SUCCESS [4.703s] [INFO] Web Feature Service Versioning Model .................. FAILED [3.204s] [INFO] Oracle Spatial Module ................................. FAILED [3.721s] [INFO] Versioned PostGIS module .............................. FAILED [12.487s] [INFO] Process ............................................... FAILED [3.922s] [INFO] Web Processing Service ................................ FAILED [4.942s] [INFO] Repository ............................................ FAILED [3.905s] [INFO] Temporal implementation ............................... FAILED [8.032s] [INFO] TIGER/Line 2000 datastore implementation .............. FAILED [1.887s] [INFO] VPF Plugin ............................................ FAILED [6.843s] [INFO] Widgets-swing-pending ................................. FAILED [20.479s] [INFO] ------------------------------------------------------------------------ [INFO] Error for project: Referencing services (during install) [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. christian On Sunday, 10. August 2008 10:13:50 Jody Garnett wrote: > For the first time in a several months I tried building with Java 6; it > was more of an accident - I checked out 2.5.x to look at the unsupported > build issue. > > The failures were in the epsg-hsql module: > 1) > > > Test set: org.geotools.referencing.factory.epsg.DefaultFactoryTest > > ------------------------------------------------------------------------- > >------ Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: > > 2.932 sec <<< FAILURE! > > testFind(org.geotools.referencing.factory.epsg.DefaultFactoryTest) > > Time elapsed: 0.015 sec <<< FAILURE! > > java.lang.AssertionError: Should not find without a full scan, because > > the WKT contains no identifier and the CRS name i > > s ambiguous (more than one EPSG object have this name). > > at org.junit.Assert.fail(Assert.java:74) > > at org.junit.Assert.assertTrue(Assert.java:37) > > at org.junit.Assert.assertNull(Assert.java:375) > > at > > org.geotools.referencing.factory.epsg.DefaultFactoryTest.testFind(Default > >FactoryTest.java:800) at > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java > >:39) at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI > >mpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) > > 2) > > > Test set: > > org.geotools.referencing.factory.epsg.HsqlDialectEpsgFactoryTest > > ------------------------------------------------------------------------- > >------ Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: > > 3.675 sec <<< FAILURE! > > testFindWSG84(org.geotools.referencing.factory.epsg.HsqlDialectEpsgFactor > >yTest) Time elapsed: 3.624 sec <<< FAILURE! > > junit.framework.ComparisonFailure: The CRS should still be in the > > cache. expected:<EPSG:[4326]> but was:<EPSG:[63266405] > > > > at junit.framework.Assert.assertEquals(Assert.java:81) > > at > > org.geotools.referencing.factory.epsg.HsqlDialectEpsgFactoryTest.testFind > >WSG84(HsqlDialectEpsgFactoryTest.jav a:108) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java > >:39) at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI > >mpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) > > 3) > > > Test set: > > org.geotools.referencing.factory.epsg.HsqlDialectEpsgMediatorTest > > ------------------------------------------------------------------------- > >------ Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: > > 4.804 sec <<< FAILURE! > > testFindWSG84(org.geotools.referencing.factory.epsg.HsqlDialectEpsgMediat > >orTest) Time elapsed: 4.719 sec <<< FAILURE! > > junit.framework.ComparisonFailure: The CRS should still in the cache. > > expected:<EPSG:[4326]> but was:<EPSG:[63266405]> > > at junit.framework.Assert.assertEquals(Assert.java:81) > > at > > org.geotools.referencing.factory.epsg.HsqlDialectEpsgMediatorTest.testFin > >dWSG84(HsqlDialectEpsgMediatorTest.j ava:108) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java > >:39) at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI > >mpl.java:25) > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & win > great prizes Grand prize is a trip for two to an Open Source event anywhere > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
