[ 
http://jira.codehaus.org/browse/GEOT-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux reopened GEOT-1150:
---------------------------------------


The  sun.rmi.runtime.GetThreadPoolAction  problem is back. This dependency 
seems to have been introduced in the unsupported/arcsde/datastore module.


> Geotools doesn't compile with Java 6
> ------------------------------------
>
>                 Key: GEOT-1150
>                 URL: http://jira.codehaus.org/browse/GEOT-1150
>             Project: GeoTools
>          Issue Type: Task
>          Components: admin
>    Affects Versions: 2.4-M0
>            Reporter: Martin Desruisseaux
>            Assignee: Jody Garnett
>             Fix For: 2.4.0
>
>
> Geotools trunk doesn't compile with Java 6. There is two issues:
> * In module {{modules/library/jdbc}}, the class 
> {{org.geotools.data.jdbc.MockPooledConnection}} implements the interface 
> {{javax.sql.PooledConnection}}. This interface has two new methods in Java 6: 
> {{addStatementEventListener}} and {{removeStatementEventListener}}. Those two 
> methods expect a {{javax.sql.StatementEventListener}} argument, which is a 
> new interface in Java 6. Consequently, we can not just add empty skeleton for 
> those interfaces in Java 1.4.
> * In module {{unsupported/tile}}, the class 
> {{org.geotools.tile.nasa.WorldWindTileStratagyOnlineTest}} uses 
> {{sun.rmi.runtime.GetThreadPoolAction}}, which is a Sun proprietary API not 
> available anymore in Java 6 (at least on Linux).
> In both case, the issues appear in the tests rather than the main source 
> code. We could workaround the issue by commenting out the tests.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to