Thanks for your examples, Subrahmanya.
I am actually looking for examples that include <typeMapping ... /> deployment and undeployment, since this is what fails for me. The failure is that <typeMapping ... /> does not get removed from server-config.wsdd upon undeployment. Specifically, this is the undeployment descriptor that I have:
<undeployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:gsdl="http://www.gridforum.org/namespaces/2002/10/gridServices" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java" xmlns:ogsatype0="http://www.gridforum.org/namespaces/2003/03/OGSI" xmlns:ogsatype1="http://impl.guide.ogsa.globus.org" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<typeMapping qname="ns1:lifecycleStateType"/>
</undeployment>
The <typeMapping ... /> exists outside any <service> ... </service> tags - this is what I want for scoping reasons. (When <typeMapping> is inside <service> .. </service>, undeployment works).
Any help would be appreciated.
Thanks,
Ramya
| "Subrahmanya, Noida" <[EMAIL PROTECTED]>
09/11/2003 08:59 AM
|
To: [EMAIL PROTECTED] cc: Subject: RE: Undeploy typeMapping using org.apache.axis.utils.Admin |
Hi Ramya Nagarajan ,
Please find the legal deploy/undeploy descriptor for your convenience if it meets your criteria.
With Thanks and Regards,
B. Subrahmanya Nayak
Member Technical Staff,
HCL Technologies Ltd.,
Net Centric Division,
B-41, A-11,Sector 16,
Noida - 201301
Ph: 120-2510701/702/813 Extn: 3028
-----Original Message-----
From: Ramya Nagarajan [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 11, 2003 06:24 PM
To: [EMAIL PROTECTED]
Cc: Axis-Userlist (E-Mail)
Subject: Re: Undeploy typeMapping using org.apache.axis.utils.Admin
Thanks for your suggestion, Wolfgang. Unfortunately, the typeMapping still does not get removed from server-config.wsdd. Even when I change the <typeMapping ... /> to contain all of the parameters in the undeployment descriptor as it had in the deployment descriptor, the problem still persists.
Are there any examples available that show the format of (legal) undeployment descriptors that may be passed to org.apache.axis.utils.Admin?
Thanks,
Ramya
| "Wolfgang Vullhorst" <[EMAIL PROTECTED]>
09/11/2003 08:24 AM Please respond to axis-user |
To: "Axis-Userlist (E-Mail)" <[EMAIL PROTECTED]> cc: Subject: Re: Undeploy typeMapping using org.apache.axis.utils.Admin |
> Then I have an undeployment descriptor:
> <undeployment xmlns="http://xml.apache.org/axis/wsdd/"
> xmlns:gsdl="http://www.gridforum.org/namespaces/2002/10/gridServices"
> xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"
> xmlns:ogsatype0="http://www.gridforum.org/namespaces/2003/03/OGSI"
> xmlns:ogsatype1="http://impl.guide.ogsa.globus.org"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
> <typeMapping qname="ns1:lifecycleStateType"/>
> </undeployment>
I think the declaration of the ns1 namespace in your undeployment descriptor
is missing, it should be
xmlns:ns1=http://www.gridforum.org/namespaces/2003/17/crm
Wolfgang
#### deploy.wsdd has been removed from this note on September 11, 2003 by Ramya Nagarajan
#### undeploy.wsdd has been removed from this note on September 11, 2003 by Ramya Nagarajan
ATTXPZV3
Description: Binary data
ATT8S1IF
Description: Binary data
