Re: REPOST FOR HELP: Axis client logging from web applet causes security error

2006-05-26 Thread ANTHONY ZIOLKOWSKI
> org.apache.commons.discovery.jdk.JDK12Hooks.findSystemClassLoader(JDK12Hooks.java:215)> at> org.apache.commons.discovery.jdk.JDK12Hooks.(JDK12Hooks.java:73)> ... 35 more>> - Original Message > From: robert lazarski <[EMAIL PROTECTED]>> To: axis-user

Re: REPOST FOR HELP: Axis client logging from web applet causes security error

2006-05-26 Thread ANTHONY ZIOLKOWSKI
mClassLoader(JDK12Hooks.java:215)> at> org.apache.commons.discovery.jdk.JDK12Hooks.(JDK12Hooks.java:73)> ... 35 more>> - Original Message > From: robert lazarski <[EMAIL PROTECTED]>> To: axis-user@ws.apache.org; ANTHONY ZIOLKOWSKI <[EMAIL PROTECTED]>>

Re: REPOST FOR HELP: Axis client logging from web applet causes security error

2006-05-25 Thread Davanum Srinivas
bert lazarski <[EMAIL PROTECTED]> To: axis-user@ws.apache.org; ANTHONY ZIOLKOWSKI <[EMAIL PROTECTED]> Sent: Monday, May 8, 2006 8:36:16 AM Subject: Re: REPOST FOR HELP: Axis client logging from web applet causes security error I suspect this is primarily a log4j / commons-logging issue. Tr

Re: REPOST FOR HELP: Axis client logging from web applet causes security error

2006-05-25 Thread ANTHONY ZIOLKOWSKI
I moved to axis 1.4 and the problem went away. Unfortunately to be replaced by another problem.My console client stub still works fine.Running under firefox i get the following message in the Java Console window:Failure trying to get the Call object; nested exception is:     java.lang.NoClassDefFou

Re: REPOST FOR HELP: Axis client logging from web applet causes security error

2006-05-18 Thread Henri Yandell
Nope, not the foggiest. Though axis folk are welcome to make one happen if they need one. Hen On 5/18/06, ANTHONY ZIOLKOWSKI <[EMAIL PROTECTED]> wrote: Any idea of a release date? Davanum Srinivas <[EMAIL PROTECTED]> wrote: Please build a new version of commons-discovery from SVN, i think thi

Re: REPOST FOR HELP: Axis client logging from web applet causes security error

2006-05-18 Thread ANTHONY ZIOLKOWSKI
oader.(PsuedoSystemClassLoader.java:73)> at> org.apache.commons.discovery.jdk.JDK12Hooks.findSystemClassLoader(JDK12Hooks.java:215)> at> org.apache.commons.discovery.jdk.JDK12Hooks.(JDK12Hooks.java:73)> ... 35 more>>> - Original Message > F

Re: REPOST FOR HELP: Axis client logging from web applet causes security error

2006-05-18 Thread Davanum Srinivas
ache.commons.discovery.jdk.PsuedoSystemClassLoader.(PsuedoSystemClassLoader.java:73) > at > org.apache.commons.discovery.jdk.JDK12Hooks.findSystemClassLoader(JDK12Hooks.java:215) > at > org.apache.commons.discovery.jdk.JDK12Hooks.(JDK12Hooks.java:73) > ... 35 more > > > - O

Re: REPOST FOR HELP: Axis client logging from web applet causes security error

2006-05-18 Thread ANTHONY ZIOLKOWSKI
oader.(PsuedoSystemClassLoader.java:73)> at> org.apache.commons.discovery.jdk.JDK12Hooks.findSystemClassLoader(JDK12Hooks.java:215)> at> org.apache.commons.discovery.jdk.JDK12Hooks.(JDK12Hooks.java:73)> ... 35 more>>> - Original Message > F

Re: REPOST FOR HELP: Axis client logging from web applet causes security error

2006-05-15 Thread ANTHONY ZIOLKOWSKI
y.jdk.PsuedoSystemClassLoader.(PsuedoSystemClassLoader.java:73)> at> org.apache.commons.discovery.jdk.JDK12Hooks.findSystemClassLoader(JDK12Hooks.java:215)> at> org.apache.commons.discovery.jdk.JDK12Hooks.(JDK12Hooks.java:73)> ... 35 more>>> - Original Message > F

Re: REPOST FOR HELP: Axis client logging from web applet causes security error

2006-05-12 Thread Davanum Srinivas
PROTECTED]> To: ANTHONY ZIOLKOWSKI <[EMAIL PROTECTED]> Sent: Wednesday, May 10, 2006 8:26:12 PM Subject: Re: REPOST FOR HELP: Axis client logging from web applet causes security error Put it under WEB-INF/classes . Make sure you have the log4j.jar under WEB-INF/lib . If there is a comm

Re: REPOST FOR HELP: Axis client logging from web applet causes security error

2006-05-10 Thread ANTHONY ZIOLKOWSKI
Nope, still doesn't work. Looks like the same error to me. Just to help this is the html code: Demo PageSomething Stupid 3 Latest stack trace:   Java Plug-in 1.5.0_02Using JRE version 1.5.0_02 Java HotSpot(TM) Client VMException in thread "AWT-EventQueue-2" java.lang.ExceptionInInitializerError at

Re: REPOST FOR HELP: Axis client logging from web applet causes security error

2006-05-08 Thread robert lazarski
I suspect this is primarily a log4j / commons-logging issue. Try editing the properties  of each and comment out the file appenders. Or simply enable log4j based logging in the commons property file, and use your own log4j.properties file instead of the one that comes with axis. I'm enclosing my lo

REPOST FOR HELP: Axis client logging from web applet causes security error

2006-05-08 Thread ANTHONY ZIOLKOWSKI
This is second post of this message. I guess the first got lost in the excitement about 2.0. However, I desparately need an answer to this.   I have written my first web service. It works fine in all the ways I want except one - running from an applet in a web browser. As far as I can tell