You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "David P. Nesbitt" <dn...@questerra.com> on 2002/11/12 01:50:04 UTC

XML deployment descriptors

I have a question regarding the XMLConfigManager and the dd.xsd schema.

It seems that only a single deployment descriptor file is expected by
the XMLConfigManager.  Additionally, the "service" element appears to be
the root element of the dd.xsd schema.  Therefore, one can only have a
single service deployed per deployment descriptor file (i.e. if the
deployment descriptor file is to be valid and well-formed).  It appears,
however, that the XMLConfigManager file supports multiple service
elements in the deployment descriptor file.

Is there a disconnect here?  Should there be a root element of the
schema that contains one or more "service" elements?

Thanks in advance for your assistance.

Regards,
Dave

Re: XML deployment descriptors

Posted by Scott Nichol <sn...@scottnichol.com>.
dd.xsd is the schema for the deployment descriptor for a single service.
There is no file containing the schema for the file read by
XMLConfigManager, but that file is simply any element containing 0 or
more service elements.

Scott Nichol

----- Original Message -----
From: "David P. Nesbitt" <dn...@questerra.com>
To: <so...@xml.apache.org>
Cc: "David P. Nesbitt" <dn...@questerra.com>
Sent: Monday, November 11, 2002 7:50 PM
Subject: XML deployment descriptors


I have a question regarding the XMLConfigManager and the dd.xsd schema.

It seems that only a single deployment descriptor file is expected by
the XMLConfigManager.  Additionally, the "service" element appears to be
the root element of the dd.xsd schema.  Therefore, one can only have a
single service deployed per deployment descriptor file (i.e. if the
deployment descriptor file is to be valid and well-formed).  It appears,
however, that the XMLConfigManager file supports multiple service
elements in the deployment descriptor file.

Is there a disconnect here?  Should there be a root element of the
schema that contains one or more "service" elements?

Thanks in advance for your assistance.

Regards,
Dave

--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>



Re: XML deployment descriptors

Posted by Scott Nichol <sn...@scottnichol.com>.
dd.xsd is the schema for the deployment descriptor for a single service.
There is no file containing the schema for the file read by
XMLConfigManager, but that file is simply any element containing 0 or
more service elements.

Scott Nichol

----- Original Message -----
From: "David P. Nesbitt" <dn...@questerra.com>
To: <so...@xml.apache.org>
Cc: "David P. Nesbitt" <dn...@questerra.com>
Sent: Monday, November 11, 2002 7:50 PM
Subject: XML deployment descriptors


I have a question regarding the XMLConfigManager and the dd.xsd schema.

It seems that only a single deployment descriptor file is expected by
the XMLConfigManager.  Additionally, the "service" element appears to be
the root element of the dd.xsd schema.  Therefore, one can only have a
single service deployed per deployment descriptor file (i.e. if the
deployment descriptor file is to be valid and well-formed).  It appears,
however, that the XMLConfigManager file supports multiple service
elements in the deployment descriptor file.

Is there a disconnect here?  Should there be a root element of the
schema that contains one or more "service" elements?

Thanks in advance for your assistance.

Regards,
Dave

--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>



--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>