[jboss-svn-commits] JBL Code SVN: r23872 - labs/jbossrules/trunk/drools-examples/drools-examples-brms/mortgage-example.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Nov 14 05:30:56 EST 2008
Author: Rikkola
Date: 2008-11-14 05:30:55 -0500 (Fri, 14 Nov 2008)
New Revision: 23872
Modified:
labs/jbossrules/trunk/drools-examples/drools-examples-brms/mortgage-example/HOW_TO_USE.txt
Log:
Updated mortgage example documentation
Modified: labs/jbossrules/trunk/drools-examples/drools-examples-brms/mortgage-example/HOW_TO_USE.txt
===================================================================
--- labs/jbossrules/trunk/drools-examples/drools-examples-brms/mortgage-example/HOW_TO_USE.txt 2008-11-14 08:11:59 UTC (rev 23871)
+++ labs/jbossrules/trunk/drools-examples/drools-examples-brms/mortgage-example/HOW_TO_USE.txt 2008-11-14 10:30:55 UTC (rev 23872)
@@ -16,7 +16,7 @@
* Setting up the client app *
Step 8: Import the mortgage-client app (its an eclipse project) into eclipse IDE (or other IDE)
-Step 9: Browse to the war "directory" (exploded war) and grab drools-core and mvel jars (just the 2) from WEB-INF/lib and place them in the LIB directory of that project.
+Step 9: Browse to the war "directory" (exploded war) and grab drools-api, drools-core and mvel jars (just the 3) from WEB-INF/lib and place them in the LIB directory of that project.
(this step is necessary to make sure that the version of the runtime that the client has is the same as the one in the BRMS).
Step 10: open mortgageapproval.properties in the project: make sure it points to your BRMS server address (this is the agent config file)
Step 11: you can execute the "client" ! Note how it uses declared facts.
More information about the jboss-svn-commits
mailing list