[jboss-svn-commits] JBL Code SVN: r30014 - labs/jbossesb/trunk/product/samples/quickstarts/invm_transport1.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Nov 5 07:50:46 EST 2009
Author: tfennelly
Date: 2009-11-05 07:50:46 -0500 (Thu, 05 Nov 2009)
New Revision: 30014
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/invm_transport1/jboss-esb.xml
Log:
https://jira.jboss.org/jira/browse/JBESB-2955
QS invm_transport1: Showing a potentially misleading WARN on console
Modified: labs/jbossesb/trunk/product/samples/quickstarts/invm_transport1/jboss-esb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/invm_transport1/jboss-esb.xml 2009-11-05 12:41:27 UTC (rev 30013)
+++ labs/jbossesb/trunk/product/samples/quickstarts/invm_transport1/jboss-esb.xml 2009-11-05 12:50:46 UTC (rev 30014)
@@ -20,7 +20,7 @@
<!-- So we just need to define a Gateway to the service... -->
<jms-listener name="JMS-Gateway" busidref="quickstartGwChannel" is-gateway="true"/>
</listeners>
- <actions>
+ <actions mep="OneWay">
<action name="println" class="org.jboss.soa.esb.actions.SystemPrintln">
<property name="message" value=" - > Service 1"/>
</action>
@@ -36,7 +36,7 @@
<service category="HelloWorld" name="Service2" description="Service 2" invmScope="GLOBAL">
<!-- Don't need to define any listeners for local InVM services... -->
- <actions>
+ <actions mep="OneWay">
<action name="println" class="org.jboss.soa.esb.actions.SystemPrintln">
<property name="message" value=" - - > Service 2"/>
</action>
More information about the jboss-svn-commits
mailing list