[jboss-svn-commits] JBL Code SVN: r8635 - labs/jbossesb/trunk/product/samples/quickstarts/simple_cbr
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jan 2 16:00:27 EST 2007
Author: burrsutter
Date: 2007-01-02 16:00:27 -0500 (Tue, 02 Jan 2007)
New Revision: 8635
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/simple_cbr/readme.txt
Log:
Modified: labs/jbossesb/trunk/product/samples/quickstarts/simple_cbr/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/simple_cbr/readme.txt 2007-01-02 20:59:02 UTC (rev 8634)
+++ labs/jbossesb/trunk/product/samples/quickstarts/simple_cbr/readme.txt 2007-01-02 21:00:27 UTC (rev 8635)
@@ -35,9 +35,10 @@
<jar destfile="${build.dir}/${ant.project.name}_Rules.jar"
basedir="${basedir}/src/services/rules" includes="*.*"/>
-* esb-config.xml establishes 3 services. The first is the perform the CBR evaluation and has this
+* jbossesb.xml establishes 3 services. The first is the perform the CBR evaluation and has this
action:
- <cbr ruleSet="MyESBRules-XPath.drl" ruleLanguage="XPathLanguage.dsl" />
+ ruleSet="MyESBRules-XPath.drl"
+ ruleLanguage="XPathLanguage.dsl"
XPathLanguage.dsl lives in core\services\rules\XPathLanguage.dsl and ships as jbossesb-rules.jar
* MyESBRules-XPath.drl routes to the appropriate destination service via this command
More information about the jboss-svn-commits
mailing list