[jboss-svn-commits] JBL Code SVN: r8441 - labs/jbossesb/trunk/product/etc/schemas/xml

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Dec 20 10:47:40 EST 2006


Author: kurt.stam at jboss.com
Date: 2006-12-20 10:47:40 -0500 (Wed, 20 Dec 2006)
New Revision: 8441

Modified:
   labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.xsd
Log:
adding target-service-name and target-service-category as optional elements on service. You need these for gateway services.

Modified: labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.xsd
===================================================================
--- labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.xsd	2006-12-20 15:38:08 UTC (rev 8440)
+++ labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.xsd	2006-12-20 15:47:40 UTC (rev 8441)
@@ -117,11 +117,21 @@
 				</xsd:annotation>
 			</xsd:attribute>
 			<xsd:attribute name="is-gateway" use="required" type="xsd:boolean">
-			<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: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:attribute name="target-service-name" use="optional" type="xsd:string">
+				<xsd:annotation>
+					<xsd:documentation xml:lang="en">Used by gateways only, where it will send it's now esb-aware messages to.</xsd:documentation>
+				</xsd:annotation>
+			</xsd:attribute>
+			<xsd:attribute name="target-service-category" use="optional" type="xsd:string">
+				<xsd:annotation>
+					<xsd:documentation xml:lang="en">Used by gateways only, where it will send it's now esb-aware messages to.</xsd:documentation>
+				</xsd:annotation>
+			</xsd:attribute>
 		</xsd:complexType>
 	</xsd:element>
 




More information about the jboss-svn-commits mailing list