You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Tim Joyce <Ti...@uk.wdsglobal.com> on 2002/04/24 18:46:12 UTC

using axis in applet

I am having terrible trouble getting axis to work from within an applet.
The problem is that the commons-logging won't initialise a logging class
(due to a security exception).  So I have fixed this, but am still hitting
security problems with any logging interface i try.
 
has anyone solved this?  can axis run without a logger?
 
I have found this post
 
http://marc.theaimsgroup.com/?l=axis-dev
<http://marc.theaimsgroup.com/?l=axis-dev&m=101853405319733&w=2>
&m=101853405319733&w=2
 
which implies that there is more to this issue than just the logger, so am i
fighting a loosing battle?
 
tia
 
timj
 

Re: using axis in applet

Posted by Jaroslaw Balut <ja...@neurosoft.net>.
Hello Tim,

> I am having terrible trouble getting axis to work from within an applet.
> The problem is that the commons-logging won't initialise a logging class
> (due to a security exception).  So I have fixed this, but am still hitting
> security problems with any logging interface i try.
>
> has anyone solved this?  can axis run without a logger?
>
> I have found this post
>
> http://marc.theaimsgroup.com/?l=axis-dev
> <http://marc.theaimsgroup.com/?l=axis-dev&m=101853405319733&w=2>
> &m=101853405319733&w=2
>
> which implies that there is more to this issue than just the logger, so am i
> fighting a loosing battle?

I have also tried to use Axis in an applet, but without much success. I found
another tool: WASP from systinet.com, which allows you to build small applet
clients to SOAP services. The "lite" version of it is free, even for commercial
use. I had a few interoperability problems with the server in AXIS, but I
resolved them. If you are interested, I can share my experience with you.

-Jaba