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

2006-05-26 Thread ANTHONY ZIOLKOWSKI
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. Try editing the propertiesof each and comment out the file appenders. Or simply enable log4j based logging in the commons property file, and us

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

2006-05-26 Thread ANTHONY ZIOLKOWSKI
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. Try editing the propertiesof each and comment out the file appenders. Or simply enable log4j bas

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:

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

2006-05-18 Thread ANTHONY ZIOLKOWSKI
stemClassLoader(JDK12Hooks.java:215) at org.apache.commons.discovery.jdk.JDK12Hooks.(JDK12Hooks.java:73) ... 35 more - Original Message From: robert lazarski <[EMAIL PROTECTED]> To: ANTHONY ZIOLKOWSKI <[EMAIL PROTECTED]> Sent: Wednesday, May 10, 2006 8:26:12 PM Subject: Re: REPOST FOR HELP: Axis client lo

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

2006-05-18 Thread Davanum Srinivas
the same error. Where do I put that file? - Original Message From: robert 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

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

2006-05-18 Thread ANTHONY ZIOLKOWSKI
stemClassLoader(JDK12Hooks.java:215) at org.apache.commons.discovery.jdk.JDK12Hooks.(JDK12Hooks.java:73) ... 35 more - Original Message From: robert lazarski <[EMAIL PROTECTED]> To: ANTHONY ZIOLKOWSKI <[EMAIL PROTECTED]> Sent: Wednesday, May 10, 2006 8:26:12 PM Subject: Re: REPOST FOR HELP: Axis client lo

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 this

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

2006-05-15 Thread ANTHONY ZIOLKOWSKI
lder as the web that runs the applet, but I still get the same error. Where do I put that file? - Original Message From: robert 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

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

2006-05-12 Thread Davanum Srinivas
- Original Message From: robert lazarski [EMAIL 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

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: !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"htmlheadmeta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"titleDemo Page/title/headbodySomething Stupid 3brAPPLET

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

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