Use of undocumented fields with setAccessible
---------------------------------------------

         Key: GERONIMO-670
         URL: http://issues.apache.org/jira/browse/GERONIMO-670
     Project: Geronimo
        Type: Bug
    Reporter: Jeremy Boynes


The classes below use setAccessible to access internal state of VM classes. 
This is likely to lead to non-portable behaviour between JVMs and requires 
dangerous permissions be granted to the server. Other ways of handling this 
should be found.

./modules/interop/src/java/org/apache/geronimo/interop/rmi/iiop/FinalFieldSetterJdk14.java
./modules/interop/src/java/org/apache/geronimo/interop/rmi/iiop/GetField.java
./modules/interop/src/java/org/apache/geronimo/interop/rmi/iiop/PutField.java
./modules/interop/src/java/org/apache/geronimo/interop/rmi/iiop/ValueType.java
./modules/kernel/src/java/org/apache/geronimo/kernel/config/ConfigurationClassLoader.java
./modules/system/src/java/org/apache/geronimo/system/main/ToolsJarHack.java
./modules/system/src/java/org/apache/geronimo/system/url/GeronimoURLFactory.java


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

Reply via email to