You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2007/01/17 19:19:52 UTC

[Db-derby Wiki] Update of "JavaRoutineSecurity" by RichardHillegas

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The following page has been changed by RichardHillegas:
http://wiki.apache.org/db-derby/JavaRoutineSecurity

------------------------------------------------------------------------------
  When a Security Manager is installed public static method can not directly access any resource (e.g. `java.lang.System.exit`, `System.getProperty`) since Derby generates code to execute a SQL statement that calls a routine and that generated code has no permissions granted to it. 
  
  ==== Referenced Classes ====
- The EXTERNAL NAME clause defines an entry point for the routine, if the class containing the static method is in
+ The EXTERNAL NAME clause defines an entry point for the routine. If the class containing the static method is in
  an installed jar on the database class path file then that class may reference other classes as follows:
  
  || '''Location''' || '''Resolve''' || '''Visibility''' ||