You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by "Lori VanGulick (JIRA)" <ji...@apache.org> on 2010/02/26 16:55:27 UTC

[jira] Created: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Assigned: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle reassigned AXIS2-4633:
-------------------------------------

    Assignee: Rich Scheuerle

> 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
>            Assignee: Rich Scheuerle
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Assigned: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle reassigned AXIS2-4633:
-------------------------------------

    Assignee: Rich Scheuerle

> 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
>            Assignee: Rich Scheuerle
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

Posted by "Lori VanGulick (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lori VanGulick updated AXIS2-4633:
----------------------------------

    Attachment: AXIS2-4633.patch

Submitting patch for fix to AXIS2-4633

> 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
>            Assignee: Rich Scheuerle
>         Attachments: AXIS2-4633.patch
>
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Assigned: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle reassigned AXIS2-4633:
-------------------------------------

    Assignee: Rich Scheuerle

> 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
>            Assignee: Rich Scheuerle
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Assigned: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle reassigned AXIS2-4633:
-------------------------------------

    Assignee: Rich Scheuerle

> 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
>            Assignee: Rich Scheuerle
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved AXIS2-4633.
-----------------------------------

    Resolution: Fixed

Committed revision 922431.

> 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
>            Assignee: Rich Scheuerle
>         Attachments: AXIS2-4633.patch
>
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved AXIS2-4633.
-----------------------------------

    Resolution: Fixed

Committed revision 922431.

> 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
>            Assignee: Rich Scheuerle
>         Attachments: AXIS2-4633.patch
>
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

Posted by "Lori VanGulick (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lori VanGulick updated AXIS2-4633:
----------------------------------

    Attachment: AXIS2-4633.patch

Submitting patch for fix to AXIS2-4633

> 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
>            Assignee: Rich Scheuerle
>         Attachments: AXIS2-4633.patch
>
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved AXIS2-4633.
-----------------------------------

    Resolution: Fixed

Committed revision 922431.

> 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
>            Assignee: Rich Scheuerle
>         Attachments: AXIS2-4633.patch
>
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Assigned: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle reassigned AXIS2-4633:
-------------------------------------

    Assignee: Rich Scheuerle

> 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
>            Assignee: Rich Scheuerle
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

Posted by "Lori VanGulick (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lori VanGulick updated AXIS2-4633:
----------------------------------

    Attachment: AXIS2-4633.patch

Submitting patch for fix to AXIS2-4633

> 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
>            Assignee: Rich Scheuerle
>         Attachments: AXIS2-4633.patch
>
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved AXIS2-4633.
-----------------------------------

    Resolution: Fixed

Committed revision 922431.

> 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
>            Assignee: Rich Scheuerle
>         Attachments: AXIS2-4633.patch
>
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

Posted by "Lori VanGulick (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lori VanGulick updated AXIS2-4633:
----------------------------------

    Attachment: AXIS2-4633.patch

Submitting patch for fix to AXIS2-4633

> 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
>            Assignee: Rich Scheuerle
>         Attachments: AXIS2-4633.patch
>
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

Posted by "Lori VanGulick (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lori VanGulick updated AXIS2-4633:
----------------------------------

    Attachment: AXIS2-4633.patch

Submitting patch for fix to AXIS2-4633

> 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
>            Assignee: Rich Scheuerle
>         Attachments: AXIS2-4633.patch
>
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4633) Java 2 Security exception on getClassLoader call in JavaDispatcher

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved AXIS2-4633.
-----------------------------------

    Resolution: Fixed

Committed revision 922431.

> 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
>            Assignee: Rich Scheuerle
>         Attachments: AXIS2-4633.patch
>
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org