Marteijn,

Marteijn Nouwens wrote:
> 
> Hello,
> 
> I seem to have a problem with my applet that is do not understand. It finds
> the EJB but does not seem to get it right. It produces the following error
> message.
> 
> Java.security.AccessControlException: access denied
> (java.io.FilePermission usr\local\jboss2.0bin\..\tmp\deploy\Cfg.jar\- read)
> 

Make sure that you have all required bean interfaces
and all jboss client jars in classpath for your applet.

It seems to me that your applet (client) tries to
download some missing classes from the server and
browser security doesn't allow it.

BTW, if you don't care about security or just for
testing you may set .java.policy to

grant {
  permission java.security.AllPermission;
};

best,


-- 
__________________________________________________
Alexander Kogan  PTC   www.ptc.com
[EMAIL PROTECTED]    140 Kendrick St. Needham MA 02494


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to