[jboss-svn-commits] JBL Code SVN: r9033 - in labs/jbossesb/trunk/product/samples/quickstarts: static_router and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Jan 26 01:21:51 EST 2007
Author: kurt.stam at jboss.com
Date: 2007-01-26 01:21:51 -0500 (Fri, 26 Jan 2007)
New Revision: 9033
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/jbossesb.xml
labs/jbossesb/trunk/product/samples/quickstarts/static_router/jbossesb.xml
Log:
Removing some leftover flags.
Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/jbossesb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/jbossesb.xml 2007-01-26 06:18:14 UTC (rev 9032)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/jbossesb.xml 2007-01-26 06:21:51 UTC (rev 9033)
@@ -38,8 +38,7 @@
<service
category="myCategory"
name="myJmsListener"
- description="Hello World SQL Action (esb jdbc listener)"
- is-gateway="false">
+ description="Hello World SQL Action (esb jdbc listener)">
<listeners>
<sql-listener name="SqlGateway"
busidref="helloSQLChannel"
Modified: labs/jbossesb/trunk/product/samples/quickstarts/static_router/jbossesb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/static_router/jbossesb.xml 2007-01-26 06:18:14 UTC (rev 9032)
+++ labs/jbossesb/trunk/product/samples/quickstarts/static_router/jbossesb.xml 2007-01-26 06:21:51 UTC (rev 9033)
@@ -80,8 +80,7 @@
<service
category="category01"
name="service01"
- description="Static route destination 1"
- is-gateway="false">
+ description="Static route destination 1">
<listeners>
<fs-listener name="fileDest01" busidref="fileMessageDestination_01" maxThreads="1" />
</listeners>
@@ -95,8 +94,7 @@
<service
category="category02"
name="service02"
- description="Static route destination 2"
- is-gateway="false">
+ description="Static route destination 2">
<listeners>
<fs-listener name="fileDest02" busidref="fileMessageDestination_02" maxThreads="1" />
</listeners>
@@ -110,8 +108,7 @@
<service
category="category03"
name="service03"
- description="Static route destination 3"
- is-gateway="false">
+ description="Static route destination 3">
<listeners>
<fs-listener name="fileDest03" busidref="fileMessageDestination_03" maxThreads="1" />
</listeners>
More information about the jboss-svn-commits
mailing list