Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User »

[JBoss-user] [EJB/JBoss] - Re: java.security.AccessControlException

darranl

2004-02-24


If you are going to add a security manager you need to give code relevent
authorities. The easiest solution is to add the following policy.

grant {
 // Allow everything for now
 permission java.security.AllPermission;
};

Regards,
Adrian

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822660#3822660

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822660


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@(protected)
https://lists.sourceforge.net/lists/listinfo/jboss-user


©2008 junlu.com - Jax Systems, LLC, U.S.A.