[jboss-svn-commits] JBL Code SVN: r28976 - labs/jbossesb/workspace/tfennelly/httpg2/product/etc/schemas/xml.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Aug 18 13:08:01 EDT 2009
Author: tfennelly
Date: 2009-08-18 13:08:00 -0400 (Tue, 18 Aug 2009)
New Revision: 28976
Modified:
labs/jbossesb/workspace/tfennelly/httpg2/product/etc/schemas/xml/jbossesb-1.2.0.xsd
Log:
fixed xsd
Modified: labs/jbossesb/workspace/tfennelly/httpg2/product/etc/schemas/xml/jbossesb-1.2.0.xsd
===================================================================
--- labs/jbossesb/workspace/tfennelly/httpg2/product/etc/schemas/xml/jbossesb-1.2.0.xsd 2009-08-18 16:15:51 UTC (rev 28975)
+++ labs/jbossesb/workspace/tfennelly/httpg2/product/etc/schemas/xml/jbossesb-1.2.0.xsd 2009-08-18 17:08:00 UTC (rev 28976)
@@ -513,28 +513,10 @@
</xsd:attribute>
</xsd:complexType>
- <xsd:attribute default="1" name="maxThreads" type="xsd:int" id="maxThreads">
- <xsd:annotation>
- <xsd:documentation xml:lang="en">
- The number of threads which will be started for this
- listener.
- </xsd:documentation>
- </xsd:annotation>
- </xsd:attribute>
- <xsd:attribute default="false" name="is-gateway" type="xsd:boolean" id="is-gateway">
- <xsd:annotation>
- <xsd:documentation xml:lang="en">
- true if the listener is a gateway. A gateway is an
- ESB-Unware listener, while a listener is ESB-aware
- and as such expects jbossesb formatted messages.
- </xsd:documentation>
- </xsd:annotation>
- </xsd:attribute>
-
<xsd:complexType abstract="true" name="gateway-only-listener">
<xsd:annotation>
<xsd:documentation xml:lang="en">
- Listener type that can only act as a message-unaware (gateway) listener.
+ Listener type that can only act as a message-unaware listener (gateway) .
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
@@ -545,13 +527,28 @@
<xsd:complexType abstract="true" name="dual-listener">
<xsd:annotation>
<xsd:documentation xml:lang="en">
- Listener type that can act as both a message-aware and message-unaware (gateway) listener.
+ Listener type that can act as both a message-aware and message-unaware listener (gateway).
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="jesb:listener">
- <xsd:attribute ref="jesb:is-gateway" use="optional" />
- <xsd:attribute ref="jesb:maxThreads" use="optional" />
+ <xsd:attribute default="1" name="maxThreads" type="xsd:int" use="optional">
+ <xsd:annotation>
+ <xsd:documentation xml:lang="en">
+ The number of threads which will be started for this
+ listener.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
+ <xsd:attribute default="false" name="is-gateway" type="xsd:boolean" use="optional">
+ <xsd:annotation>
+ <xsd:documentation xml:lang="en">
+ true if the listener is a gateway. A gateway is an
+ ESB-Unware listener, while a listener is ESB-aware
+ and as such expects jbossesb formatted messages.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
More information about the jboss-svn-commits
mailing list