From overlord-commits at lists.jboss.org Tue Dec 16 12:17:57 2008 Content-Type: multipart/mixed; boundary="===============2408110207430012641==" MIME-Version: 1.0 From: overlord-commits at lists.jboss.org To: overlord-commits at lists.jboss.org Subject: [overlord-commits] Overlord SVN: r448 - cdl/trunk/docs/docbook/userguide/src/main/module. Date: Tue, 16 Dec 2008 12:17:56 -0500 Message-ID: --===============2408110207430012641== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: objectiser Date: 2008-12-16 12:17:56 -0500 (Tue, 16 Dec 2008) New Revision: 448 Modified: cdl/trunk/docs/docbook/userguide/src/main/module/conversation-validation= -with-cdl.xml Log: Updated user guide to include 'record only' service validator configuration. Modified: cdl/trunk/docs/docbook/userguide/src/main/module/conversation-val= idation-with-cdl.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- cdl/trunk/docs/docbook/userguide/src/main/module/conversation-validatio= n-with-cdl.xml 2008-11-18 14:09:08 UTC (rev 447) +++ cdl/trunk/docs/docbook/userguide/src/main/module/conversation-validatio= n-with-cdl.xml 2008-12-16 17:17:56 UTC (rev 448) @@ -4,9 +4,7 @@ Conversation Validation with CDL
- Conversation Validation -
- Overview + Overview Conversation validation is a form of runtime governance concerned with = the dynamic behaviour of a system. @@ -16,8 +14,7 @@ This section introduces the choreography description language (CDL) define= d by W3C, and the pi4soa open source project which pro= vides an editor for creating choreography descriptions, as well as utilizin= g these descriptions for runtime validation and execution purposes. = - -
+ =
= @@ -205,7 +202,7 @@ = When the dialog box is displayed, either enter the path to the validator-config.xml - in the text field, or use the Browse button to loca= te the file3 + in the text field, or use the Browse button to loca= te the file. = @@ -285,4 +282,66 @@ If any out of sequence or other error situations aris= e, these are displayed in red. + +
+ Configuration for Conversation Recording + + + As well as validating the interactions between a set of + services, against a pre-defined choreography description, + it is also possible to use the Service Validators + in a non-validating record mode. + + + + This will be useful in situations where a choreography + description does not currently exist, and we wish to + use the stream of business events being sent and received + by each identified service (or participant type) to + gain an understanding of the current business process. + + + + An example of this type of configuration, associated + with the TrailBlazer example, is: + + + + + + + + + + + + + + + + + + + + + + + + + + + ]]> + + + + To define a Service Validator in record + only mode, the cdmFilePath attribute + is not specified (because no choreography description exists + to be validated against), and the optional validate + attribute should be set to false (by = default + this attribute is true). + +
+
--===============2408110207430012641==--