On Sunday 10 October 2004 21:05, [EMAIL PROTECTED] wrote:
> in your server-config.wsdd within the <globalConfiguration> add
> <parameter name="axis.development.system" value="true"/>
>
> alternatively refer to the Global Axis Configuration in the
> docs\reference.html.

Yes, I had seen that, but I don't get it to work.

I've put the following in 
$CATALINE_HOME/webapps/axis/WEB-INF/server-config.wsdd

<?xml version="1.0" encoding="UTF-8"?>
<deployment xmlns="http://xml.apache.org/axis/wsdd/"; 
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
 <globalConfiguration>
  <parameter name="axis.development.system" value="true"/>
 </globalConfiguration>
</deployment>

and still I get no stack trace.

> guess this is a jdk 1.5 related

It seems to be :-( I have tried the stock sample with 
org.apache.axis.transport.http.SimpleAxisServer with JDK 1.5 where it 
does not work, while it does work with JDK 1.4.

I've tried my luck with axis 1.2alpha, but it, too, doesn't work as is. 
Then I tried to rebuild it (with source="1.4" inserted in all build 
files), alas I get "real" compiler errors, i.e., ones that are not 
related to missing jars, such as 

org.apache.axis.message.Text is not abstract and does not override 
abstract method getUserData(java.lang.String) in org.w3c.dom.Node

So, does anyone actually use axis with JDK 1.5? What's the trick?

Michael

-- 
Michael Schuerig                   The Fifth Rider of the Apocalypse
mailto:[EMAIL PROTECTED]         is a programmer.
http://www.schuerig.de/michael/

Reply via email to