Java 2 Security exception on getClassLoader call in JavaDispatcher
------------------------------------------------------------------
Key: AXIS2-4633
URL: https://issues.apache.org/jira/browse/AXIS2-4633
Project: Axis2
Issue Type: Bug
Components: jaxws
Reporter: Lori VanGulick
Java 2 Security exception may occur with this callstack:
java.security.AccessControlException: Access denied
(java.lang.RuntimePermission getClassLoader)
......
at java.lang.Thread.getContextClassLoader(Thread.java:497)
at
org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher$AsyncInvocationWorker.call(JavaDispatcher.java:114)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:284)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
org.apache.axis2.jaxws.utility.SingleThreadedExecutor.execute(SingleThreadedExecutor.java:45)
at
org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher.invokeOneWay(JavaBeanDispatcher.java:159)
.....
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]