Dashboard > WebWork > ... > App Servers > SunOne 7.0
  WebWork Log In View a printable version of the current page.  
  SunOne 7.0
Added by Patrick Lightbody, last edited by Patrick Lightbody on Mar 23, 2006
Labels: 
(None)

You need to grant permissions to WebWork:

grant {
	permission java.security.AllPermission;
};

or more specifically,

  • Give Write Permissions to java.util.PropertyPermission.
  • Add java.lang.reflect.ReflectPermission "suppressAccessChecks"
  • OgnlInvoke Permission
grant {
	permission java.util.PropertyPermission "*", "read, write";
	permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
	permission ognl.OgnlInvokePermission "*";
};

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request - Contact Administrators