[jboss-svn-commits] JBL Code SVN: r23008 - labs/jbosstm/workspace/adinn/orchestration.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Sep 23 06:29:43 EDT 2008
Author: adinn
Date: 2008-09-23 06:29:43 -0400 (Tue, 23 Sep 2008)
New Revision: 23008
Modified:
labs/jbosstm/workspace/adinn/orchestration/README
Log:
mentioned use of offline rule type checker program
Modified: labs/jbosstm/workspace/adinn/orchestration/README
===================================================================
--- labs/jbosstm/workspace/adinn/orchestration/README 2008-09-23 10:27:03 UTC (rev 23007)
+++ labs/jbosstm/workspace/adinn/orchestration/README 2008-09-23 10:29:43 UTC (rev 23008)
@@ -30,7 +30,7 @@
be supplied by repeating the =script:<scriptFile> argument separated
by a ','. The agent will parse each script file to identify rules to
be triggered from methods occurring in com.arjuna.* and org.jboss.*
-classes. File handler.txt contains an example script which defines 6
+classes. File handler.txt contains an example script which defines
rules used for testing a specific scenario in XTS coordinator crash
recovery. See these (or the code :-) to get a taste of what the rule
language offers (that's all foax, for now at least -- sorry).
@@ -207,3 +207,9 @@
soon. Adding a method to Helper automatically makes it available as a
builtin (type-checking happens automically too) so it should be easy
to extend the rule language as nw requirements arise.
+
+Type Checking Scripts
+---------------------
+Rule scripts may be checked offline by running the TestScript program.
+See build.xml for an example of how to use it to check the example
+test scenario defined in file handler.txt.
More information about the jboss-svn-commits
mailing list