Hi,

I'm trying to access my beans via an applet.
when i launch the applet via appletviewer, the client throws this
exception :

<snip>
java.security.AccessControlException: access denied
(java.lang.RuntimePermission
org.jboss.security.SecurityAssociation.getPrincipalInfo)
        at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)

        at
java.security.AccessController.checkPermission(AccessController.java:401)

        at
java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
        at
org.jboss.security.SecurityAssociation.getPrincipal(SecurityAssociation.java:109)

        at
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:72)
        at
org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:185)
        at
org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
</snip>


I've browse the JBossSX documentation and the JAAS spec but I find no
solution to this problem (as JBossSX never talks about the
getPrincipalInfo() method)

Here are my questions :
- Is it possible to shutdown the security layer ?
- If not, how to solve this problem ?

Thanks,
ionel


_______________________________________________________________

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to