[jboss-jira] [JBoss JIRA] (JBAS-9544) Add sun.security.action package export to sun.jdk module
Tomas Gustavsson (JIRA)
jira-events at lists.jboss.org
Fri Jun 28 09:04:20 EDT 2013
Tomas Gustavsson created JBAS-9544:
--------------------------------------
Summary: Add sun.security.action package export to sun.jdk module
Key: JBAS-9544
URL: https://issues.jboss.org/browse/JBAS-9544
Project: Application Server 3 4 5 and 6
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 6.1.0
Reporter: Tomas Gustavsson
An application that uses a simple:
System.getProperty("line.separator");
gets a stacktrace during startup:
{quote}
0m[31m11:38:22,418 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/ejbca/cmp-tcp]] (ServerService Thread Pool -- 64) JBWEB000289: Servlet CmpTcpInitServlet threw load() exception: java.lang.ClassNotFoundException: sun.security.action.GetPropertyAction
{quote}
The simple solution is to export sun/security/action in modules/system/layers/base/sun/jdk/main/module.xml. Simply add:
{code}<path name="sun/security/action"/>{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list