Hi,
I am pretty new to EJB and is using SUNs j2ee tutorial to try it out. I have made a 
simple example where I have a statfull session bean deployed in the app. server and a 
client that can set or get some value from that bean.

Now to the problem:
When I try to create an MBeanServer (using the javax.management package in JMX) from 
the client I get a AccesControlException during runtime. Why? The code and the error 
message looks like this:

CODE:
public class MyClient {
...
MBeanServer server = MBeanServerFactory.createMBeanServer();

EXCEPTION:
Application threw an exception:java.security.AccessControlException: access denied 
(java.util.PropertyPermission * read,write)

Regards
Stefan

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to