Re: java.security.AccessControlException

2004-11-09 Thread tony . q . weddle
Sorry, I can't help any more. However, I'm surprised that any of the commons libraries would try to install a custom class loader. Tony [EMAIL PROTECTED] wrote: > It has been a long time since I worked with applets but I think that > an applet can open connections with the host that served th

Re: java.security.AccessControlException

2004-11-09 Thread Christian Schröder
[EMAIL PROTECTED] wrote: It has been a long time since I worked with applets but I think that an applet can open connections with the host that served the applet. In this case, if the web service is hosted on the same machine as the applet, you should have no problems in either loading classes f

Re: java.security.AccessControlException

2004-11-09 Thread tony . q . weddle
Christian, It has been a long time since I worked with applets but I think that an applet can open connections with the host that served the applet. In this case, if the web service is hosted on the same machine as the applet, you should have no problems in either loading classes from the server o

Re: java.security.AccessControlException

2004-11-09 Thread Christian Schröder
Hi again ... Ok, I should have been done some googling before asking the mailing list. It seems that using Axis in an applet is only possible if the jar file is signed. But for a signed jar file, the user must accept the signature, and I believe that many users will not be willing to do that (si

Re: java.security.AccessControlException: access denied (java.io.FilePermission

2003-12-10 Thread shadin_10-postings
How do I change it? I didn't write the file but it came with axis.jar.   Can you please help me out here.   TX, S P   You need to change your security.policy file. So that it reflects io permission for your classDinesh Ganesh wrote:> Hi,> > I have written a class which extends org.apache.axis.clien

Re: java.security.AccessControlException: access denied (java.io.FilePermission client-config.wsdd read)

2003-12-06 Thread kevinc
You need to change your security.policy file. So that it reflects io permission for your class Dinesh Ganesh wrote: Hi,   I have written a class which extends org.apache.axis.client.Service. I get the following error:   java.security.AccessControlException: access denied (java.io.F