Re: [Geotools-devel] Using the geotools library in an applet

2008-09-09 Thread mcr
Examining the source of the GeoTools class it seems that there is no possibility to avoid the security exceptions in an unsigned applet. Using an unsigned applet offers a possibility. Signing the applet jar is not enough, you have to sign gt-metadata.jar and the gt-reference.jar. (the

[Geotools-devel] [jira] Created: (GEOT-2023) Make sure JDBCDataStore derivatives do work properly with 2.5d data

2008-09-09 Thread Andrea Aime (JIRA)
Make sure JDBCDataStore derivatives do work properly with 2.5d data --- Key: GEOT-2023 URL: http://jira.codehaus.org/browse/GEOT-2023 Project: GeoTools Issue Type: Improvement

[Geotools-devel] [jira] Created: (GEOT-2024) ArcSDE NStrings

2008-09-09 Thread Jared Erickson (JIRA)
ArcSDE NStrings --- Key: GEOT-2024 URL: http://jira.codehaus.org/browse/GEOT-2024 Project: GeoTools Issue Type: Bug Components: data arcsde Affects Versions: 2.5-RC0 Environment: Windows XP, Java 1.6.0

Re: [Geotools-devel] Using the geotools library in an applet

2008-09-09 Thread Ben Caradoc-Davies
You can make a fat jar containing your applet and all dependencies and sign that. mcr wrote: Examining the source of the GeoTools class it seems that there is no possibility to avoid the security exceptions in an unsigned applet. Using an unsigned applet offers a possibility. Signing the