[jboss-svn-commits] JBL Code SVN: r14787 - in labs/jbossesb/trunk/product/samples: trailblazer/esb/conf and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Aug 31 11:59:31 EDT 2007


Author: kevin.conner at jboss.com
Date: 2007-08-31 11:59:31 -0400 (Fri, 31 Aug 2007)
New Revision: 14787

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/messagefilter/jboss-esb.xml
   labs/jbossesb/trunk/product/samples/trailblazer/esb/conf/jboss-esb.xml
Log:
Fix messagefilter QS: JBESB-920

Modified: labs/jbossesb/trunk/product/samples/quickstarts/messagefilter/jboss-esb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/messagefilter/jboss-esb.xml	2007-08-31 15:56:36 UTC (rev 14786)
+++ labs/jbossesb/trunk/product/samples/quickstarts/messagefilter/jboss-esb.xml	2007-08-31 15:59:31 UTC (rev 14787)
@@ -50,7 +50,7 @@
                         <route-to destination-name="DemoDestination" service-category="Test" service-name="NextService"/>
                     </property> 
                     <property name="object-paths">
-                    	<object-path path="body.defaultEntry" />
+                    	<object-path esb="body.'org.jboss.soa.esb.message.defaultEntry'" />
                     </property>
                 </action>
             </actions>

Modified: labs/jbossesb/trunk/product/samples/trailblazer/esb/conf/jboss-esb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/trailblazer/esb/conf/jboss-esb.xml	2007-08-31 15:56:36 UTC (rev 14786)
+++ labs/jbossesb/trunk/product/samples/trailblazer/esb/conf/jboss-esb.xml	2007-08-31 15:59:31 UTC (rev 14787)
@@ -7,7 +7,7 @@
 					jndi-context-factory="org.jnp.interfaces.NamingContextFactory"
 					jndi-URL="localhost">
 			<jms-bus busid="creditAgencyRequest">
-				<jms-message-filter dest-type="QUEUE" dest-name="queue/esb-tb-creditAgencyQueue" selector="function='request' "/>
+				<jms-message-filter dest-type="QUEUE" dest-name="queue/esb-tb-creditAgencyQueue" selector="function='request'"/>
 			</jms-bus>
 			<jms-bus busid="bankResponseGateway">
 				<jms-message-filter dest-type="QUEUE" dest-name="queue/esb-tb-bankGatewayResponseQueue"/>
@@ -49,4 +49,4 @@
 		</service>
 	</services>
 	
-</jbossesb>
\ No newline at end of file
+</jbossesb>




More information about the jboss-svn-commits mailing list