hello everyone, 
 
i'm having trouble using the java.rmi.RMISecurityManager
 
i'm developping an application that has all spatial data on the server side, 
and transfer a set of features to clients according to clients' queries. 
communication is done by the java rmi (which caused me may problems because 
geotools classes and interfaces don't implement Serializable .... thanks to 
jody Garnett  he gave me some tricks and finally, i can send 
featurecollections).
 
my question is that when i try to set a security manager, with some 
permissions, i have so many warnigs and exceptions about geotools.. like 
 
 
AccessControlException: access denied (java.util.PropertyPermission 
org.geotools.referencing.epsg-datasource read)
java.security.AccessControlException: access denied 
(java.util.PropertyPermission org.geotools.referencing.epsg-datasource read)
        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
        at 
java.security.AccessController.checkPermission(AccessController.java:546)
        at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
        at 
java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
        at java.lang.System.getProperty(System.java:652)
        at org.geotools.factory.GeoTools.scanForSystemHints(GeoTools.java:357)
...
 
i'd like to know what kind of permissions that geotools support.                
                          
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to