Sounds like a problem with namespaces (e.g. the default namespace vs. no
namespace).
----- Original Message -----
From: "Sean Leach" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 20, 2003 8:15 AM
Subject: Bug/Wierdness in reading config file after class update


> Environment: Resin 2.1.5 on Linux w/ JDK 1.4 w/ Axis 1.0
>
> I am experiencing a wierdness when I recompile a class file that is being
> published as aa web service (it actually happens on any reload, i.e. if I
> modify the web.xml file and the webapp is reloaded)
>
> Everything is working fine, i.e. I can see the service in the Axis Admin,
> and I can call the methods no problems via a test client.  But if I
> recompile a file, or modify the web.xml file etc., then I get the
following
> error whenever I try and request any Axis service (admin, list
deployments,
> call method on my class):
>
> 500 Servlet Exception
> org.apache.axis.InternalException: org.apache.axis.ConfigurationException:
> org.apache.axis.deployment.wsdd.WSDDException: java.lang.Exception:
Invalid
> WSDD element 'deployment' (wanted 'deployment')
> java.lang.Exception: Invalid WSDD element 'deployment' (wanted
'deployment')
> at
...

Reply via email to