Overlord SVN: r614 - cdl/trunk/docs/docbook/gettingstartedguide/src/main/module.
by overlord-commits@lists.jboss.org
Author: objectiser
Date: 2009-04-30 15:34:54 -0400 (Thu, 30 Apr 2009)
New Revision: 614
Modified:
cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/soagwithcdl.xml
Log:
Remove unnecessary para as the clients no longer share the same service category/name - but in a subsequent version, if stateful remains, it may be better to have them mutually exclusive, and using the same category/name - so client does not need to be aware of the implementation differences.
Modified: cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/soagwithcdl.xml
===================================================================
--- cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/soagwithcdl.xml 2009-04-30 19:30:05 UTC (rev 613)
+++ cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/soagwithcdl.xml 2009-04-30 19:34:54 UTC (rev 614)
@@ -254,9 +254,6 @@
</listitem>
</orderedlist>
- <para>
-NOTE: If you plan to try both the stateful and stateless variations of the service implementation, then please ensure you undeploy the first variation before deploying the second, as they share a common service category/name, used to locate the service by the test client.
- </para>
</section>
</section>
17 years, 2 months
Overlord SVN: r613 - in cdl/trunk/docs/docbook: samplesguide/src/main/module and 1 other directory.
by overlord-commits@lists.jboss.org
Author: objectiser
Date: 2009-04-30 15:30:05 -0400 (Thu, 30 Apr 2009)
New Revision: 613
Modified:
cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/soagwithcdl.xml
cdl/trunk/docs/docbook/samplesguide/src/main/module/cdlconformance.xml
Log:
Sort out minor documentation issues
Modified: cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2009-04-30 16:45:30 UTC (rev 612)
+++ cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2009-04-30 19:30:05 UTC (rev 613)
@@ -70,8 +70,10 @@
<listitem>
Install pi4soa
<para>
- Unpack the pi4soa pre-packaged Eclipse version into a location alongside the JBossAS installation, or install the relevant plugins (as described on the pi4soa wiki) into an existing Eclipse environment.
- </para>
+ Unpack the pi4soa pre-packaged Eclipse version into a location alongside the JBossAS installation. Once unpacked, start the Eclipse environment and update the plugins using the pi4soa update site (http://pi4soa.sourceforge.net/updates) to obtain the most recent version of the plugins. Alternatively, if you wish to use an existing Eclipse environment, instead of the pre-packaged pi4soa Eclipse version, then simply use the update site from your preferred Eclipse environment.
+ </para>
+ <para>
+NOTE: When doing the plugin update, if it complains about unresolved dependencies, then the key components to install/update are the core feature (in the modeller category) and the technology preview feature (in the incubator category).
<para>
If just the service validation capabilities are being used, then no further configuration of the Eclipse environment is necessary.
However if the conversational ESB actions, with conformance checking against a Choreography Description, will be used, then the following additional steps will be required:
Modified: cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/soagwithcdl.xml
===================================================================
--- cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/soagwithcdl.xml 2009-04-30 16:45:30 UTC (rev 612)
+++ cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/soagwithcdl.xml 2009-04-30 19:30:05 UTC (rev 613)
@@ -234,23 +234,29 @@
If the Credit Agency returns a failed message, then the Store will send a 'BuyFailed' to user.
</listitem>
</itemizedlist>
-
+
+ <para>
+There are two alternate implementations of the services involved in the purchasing example, demonstrating both the stateful and stateless "conversation aware" ESB actions. The <filename>$Overlord/samples</filename> contains a sub-folder for each variation.
+ </para>
<para>
To run the <emphasis>purchasing</emphasis> example, firstly ensure that the JBoss Application Server has been fully configured as described in the <emphasis>Installation</emphasis> chapter, and then do the following:
</para>
<orderedlist>
<listitem>
-In a command window, go to the <filename>$Overlord/samples/purchasing/store</filename> folder and execute <emphasis role="bold">ant deploy</emphasis>
+In a command window, go to the <filename>$Overlord/samples/stateful/purchasing/store</filename> (or <filename>$Overlord/samples/stateless/purchasing/store</filename> if using the stateless approach) folder and execute <emphasis role="bold">ant deploy</emphasis>
</listitem>
<listitem>
-In a command window, go to the <filename>$Overlord/samples/common/creditAgency</filename> folder and execute <emphasis role="bold">ant deploy</emphasis>
+In a command window, go to the <filename>$Overlord/samples/common/creditAgency</filename> (or <filename>$Overlord/samples/stateless/common/creditAgency</filename> if using the stateless approach) folder and execute <emphasis role="bold">ant deploy</emphasis>
</listitem>
<listitem>
-In a command window, go to the <filename>$Overlord/samples/client</filename> folder and execute <emphasis role="bold">ant runPurchasingClient</emphasis>, which will send a 'BuyRequest' message to the <emphasis>Store</emphasis>, which will then perform the credit check before returning a response to the client.
+In a command window, go to the <filename>$Overlord/samples/client</filename> folder and execute <emphasis role="bold">ant runPurchasingClient</emphasis> (or <emphasis role="bold">ant runStatelessPurchasingClient</emphasis> if using the stateless services), which will send a 'BuyRequest' message to the <emphasis>Store</emphasis>, which will then perform the credit check before returning a response to the client.
</listitem>
</orderedlist>
-
+
+ <para>
+NOTE: If you plan to try both the stateful and stateless variations of the service implementation, then please ensure you undeploy the first variation before deploying the second, as they share a common service category/name, used to locate the service by the test client.
+ </para>
</section>
</section>
Modified: cdl/trunk/docs/docbook/samplesguide/src/main/module/cdlconformance.xml
===================================================================
--- cdl/trunk/docs/docbook/samplesguide/src/main/module/cdlconformance.xml 2009-04-30 16:45:30 UTC (rev 612)
+++ cdl/trunk/docs/docbook/samplesguide/src/main/module/cdlconformance.xml 2009-04-30 19:30:05 UTC (rev 613)
@@ -8,10 +8,10 @@
There are two examples to demonstrate the conversation aware ESB actions(for both stateful and stateless), and the conformance checking against a choreography.
</para>
<para>
-These are <filename>purchasing</filename>, a simple customer/supplier example with two associated Eclipse projects (<filename>purchasing-store</filename> and <filename>purchasing-models</filename>), and <filename>brokerage</filename> which extends the purchasing example through the introduction of a broker that mediates between potentially multiple suppliers to find the best deal, defined within three Eclipse projects (<filename>brokerage-broker</filename>, <filename>brokerage-supplier</filename> and <filename>brokerage-models</filename>).
+These are <filename>purchasing</filename>, a simple customer/supplier example with two associated Eclipse projects (<filename>purchasing-store-stateful/less</filename> and <filename>purchasing-models</filename>), and <filename>brokerage</filename> which extends the purchasing example through the introduction of a broker that mediates between potentially multiple suppliers to find the best deal, defined within three Eclipse projects (<filename>brokerage-broker-stateful/less</filename>, <filename>brokerage-supplier-stateful/less</filename> and <filename>brokerage-models</filename>).
</para>
<para>
-These examples make use of a common <emphasis>Credit Agency</emphasis> service, defined within the <filename>common-creditAgency</filename> Eclipse project, and are executed through the use of client applications defined in the <filename>${OverlordCDL}/samples/client</filename> folder.
+These examples make use of a common <emphasis>Credit Agency</emphasis> service, defined within the <filename>common-creditAgency-stateful/less</filename> Eclipse project, and are executed through the use of client applications defined in the <filename>${OverlordCDL}/samples/client</filename> folder.
</para>
<warning>
@@ -50,7 +50,7 @@
</para>
<orderedlist>
<listitem>
-Double click on <filename>purchasing-store/src/main/resources/META-INF/jboss-esb.xml</filename>
+Double click on <filename>purchasing-store[-stateful/less]/src/main/resources/META-INF/jboss-esb.xml</filename>
</listitem>
<listitem>
Scroll down to the second action, within the first service. This represents a <emphasis>ReceiveMessageAction</emphasis> and has a property defining the message type to be received.
@@ -74,7 +74,7 @@
<title>Running the Example</title>
<para>
This example has two versions, stateful and stateless. in the sample folder, you will find the samples were grouped in stateful and stateless folder.
- One is the sateful purchasing example (this is the example that we had since M1 release),the other is stateless purchasing example that is introduced in the M2 release.
+ One is the stateful purchasing example (this is the example that we had since M1 release),the other is stateless purchasing example that is introduced in the M2 release.
</para>
<orderedlist>
<listitem>
@@ -149,7 +149,7 @@
</para>
<orderedlist>
<listitem>
-Double click on <filename>brokerage-broker/src/main/resources/META-INF/jboss-esb.xml</filename>
+Double click on <filename>brokerage-broker[-stateful/less]/src/main/resources/META-INF/jboss-esb.xml</filename>
</listitem>
<listitem>
Scroll down to the second action, within the first service. This represents a <emphasis>ReceiveMessageAction</emphasis> and has a property defining the message type to be received.
@@ -175,10 +175,10 @@
<orderedlist>
<listitem>
First step is to install the ESB services (Presumely the JBoss ESB server started already)
- In a command window, Go to the <filename>$Overlord/samples/stateful</filename> folder (or <filename>$Overlord/sample/stateless</filename> in the stateless approach), execute <emphasis role="bold">ant deploy-broker</emphasis>
+ In a command window, Go to the <filename>$Overlord/samples/stateful</filename> folder (or <filename>$Overlord/samples/stateless</filename> in the stateless approach), execute <emphasis role="bold">ant deploy-broker</emphasis>
</listitem>
<listitem>
- Go to the <filename>$Overlord/samples/client</filename> folder and execute <emphasis role="bold">ant runBrokerageClient</emphasis> (or <emphasis role="bold"> ant runStatelessBrokerageClient</emphasis> in stateless approach.), which will initially send an 'enquiry' message to the Broker, which will communicate with the set of Suppliers to obtain the best quote. The client will then send a 'buy' request, which will result in the Broker performing a credit check before returning a response to the client.
+ Go to the <filename>$Overlord/samples/client</filename> folder and execute <emphasis role="bold">ant runBrokerageClient</emphasis> (or <emphasis role="bold"> ant runStatelessBrokerageClient</emphasis> in stateless approach), which will initially send an 'enquiry' message to the Broker, which will communicate with the set of Suppliers to obtain the best quote. The client will then send a 'buy' request, which will result in the Broker performing a credit check before returning a response to the client.
</listitem>
</orderedlist>
17 years, 2 months
Overlord SVN: r612 - cdl/trunk/distribution/src/main/release/samples/jbossesb.
by overlord-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2009-04-30 12:45:30 -0400 (Thu, 30 Apr 2009)
New Revision: 612
Modified:
cdl/trunk/distribution/src/main/release/samples/jbossesb/common_build.xml
Log:
* Remove the libraries in the example, as they are all in the jbossesb.sar.
Modified: cdl/trunk/distribution/src/main/release/samples/jbossesb/common_build.xml
===================================================================
--- cdl/trunk/distribution/src/main/release/samples/jbossesb/common_build.xml 2009-04-30 16:27:42 UTC (rev 611)
+++ cdl/trunk/distribution/src/main/release/samples/jbossesb/common_build.xml 2009-04-30 16:45:30 UTC (rev 612)
@@ -74,7 +74,6 @@
<fileset dir="${classes}" includes="deployment.xml"/>
<fileset dir="${classes}" includes="${jms.service.file}" />
<fileset dir="${classes}" includes="META-INF/**" />
- <fileset dir="${basedir}/lib" includes="*.jar"/>
</jar>
</target>
17 years, 2 months
Overlord SVN: r611 - in cdl/trunk/distribution/src/main: release/samples/jbossesb and 13 other directories.
by overlord-commits@lists.jboss.org
Author: objectiser
Date: 2009-04-30 12:27:42 -0400 (Thu, 30 Apr 2009)
New Revision: 611
Added:
cdl/trunk/distribution/src/main/release/samples/jbossesb/models/
cdl/trunk/distribution/src/main/release/samples/jbossesb/models/brokerage/
cdl/trunk/distribution/src/main/release/samples/jbossesb/models/purchasing/
Removed:
cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/brokerage/models/
cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/purchasing/models/
cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/brokerage/models/
cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/purchasing/models/
Modified:
cdl/trunk/distribution/src/main/assembly/bin.xml
cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/brokerage/broker/.classpath
cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/brokerage/supplier/.classpath
cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/common/creditAgency/.classpath
cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/purchasing/store/.classpath
cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/brokerage/broker/.classpath
cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/brokerage/supplier/.classpath
cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/common/creditAgency/.classpath
cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/purchasing/store/.classpath
Log:
Removed duplicate models projects in stateless/stateful examples and fixed the classpath on each project to reference cdl-runtime-jbosses.jar
Modified: cdl/trunk/distribution/src/main/assembly/bin.xml
===================================================================
--- cdl/trunk/distribution/src/main/assembly/bin.xml 2009-04-30 07:40:13 UTC (rev 610)
+++ cdl/trunk/distribution/src/main/assembly/bin.xml 2009-04-30 16:27:42 UTC (rev 611)
@@ -90,20 +90,29 @@
<directory>src/main/release/samples/jbossesb</directory>
<outputDirectory>samples</outputDirectory>
</fileSet>
-
- <!-- Copy stateful examples -->
+
+ <!-- Copy the models that are common to stateful and stateless examples -->
<fileSet>
- <directory>../samples/jbossesb/brokerage/broker/stateful/src</directory>
- <outputDirectory>samples/stateful/brokerage/broker/src</outputDirectory>
+ <directory>../samples/jbossesb/brokerage/models</directory>
+ <outputDirectory>samples/models/brokerage</outputDirectory>
+ <excludes>
+ <exclude>**/.project</exclude>
+ </excludes>
</fileSet>
<fileSet>
- <directory>../samples/jbossesb/brokerage/models</directory>
- <outputDirectory>samples/stateful/brokerage/models</outputDirectory>
+ <directory>../samples/jbossesb/purchasing/models</directory>
+ <outputDirectory>samples/models/purchasing</outputDirectory>
<excludes>
<exclude>**/.project</exclude>
</excludes>
</fileSet>
+
+ <!-- Copy stateful examples -->
<fileSet>
+ <directory>../samples/jbossesb/brokerage/broker/stateful/src</directory>
+ <outputDirectory>samples/stateful/brokerage/broker/src</outputDirectory>
+ </fileSet>
+ <fileSet>
<directory>../samples/jbossesb/brokerage/supplier/stateful/src</directory>
<outputDirectory>samples/stateful/brokerage/supplier/src</outputDirectory>
</fileSet>
@@ -112,13 +121,6 @@
<outputDirectory>samples/stateful/purchasing/store/src</outputDirectory>
</fileSet>
<fileSet>
- <directory>../samples/jbossesb/purchasing/models</directory>
- <outputDirectory>samples/stateful/purchasing/models</outputDirectory>
- <excludes>
- <exclude>**/.project</exclude>
- </excludes>
- </fileSet>
- <fileSet>
<directory>../samples/jbossesb/common/creditAgency/stateful/src</directory>
<outputDirectory>samples/stateful/common/creditAgency/src</outputDirectory>
</fileSet>
@@ -130,13 +132,6 @@
<outputDirectory>samples/stateless/brokerage/broker/src</outputDirectory>
</fileSet>
<fileSet>
- <directory>../samples/jbossesb/brokerage/models</directory>
- <outputDirectory>samples/stateless/brokerage/models</outputDirectory>
- <excludes>
- <exclude>**/.project</exclude>
- </excludes>
- </fileSet>
- <fileSet>
<directory>../samples/jbossesb/brokerage/supplier/stateless/src</directory>
<outputDirectory>samples/stateless/brokerage/supplier/src</outputDirectory>
</fileSet>
@@ -145,13 +140,6 @@
<outputDirectory>samples/stateless/purchasing/store/src</outputDirectory>
</fileSet>
<fileSet>
- <directory>../samples/jbossesb/purchasing/models</directory>
- <outputDirectory>samples/stateless/purchasing/models</outputDirectory>
- <excludes>
- <exclude>**/.project</exclude>
- </excludes>
- </fileSet>
- <fileSet>
<directory>../samples/jbossesb/common/creditAgency/stateless/src</directory>
<outputDirectory>samples/stateless/common/creditAgency/src</outputDirectory>
</fileSet>
Modified: cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/brokerage/broker/.classpath
===================================================================
--- cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/brokerage/broker/.classpath 2009-04-30 07:40:13 UTC (rev 610)
+++ cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/brokerage/broker/.classpath 2009-04-30 16:27:42 UTC (rev 611)
@@ -4,6 +4,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/rosetta.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/>
- <classpathentry kind="lib" path="lib/cdl-jbossesb.jar"/>
+ <classpathentry kind="lib" path="lib/cdl-runtime-jbossesb.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
Modified: cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/brokerage/supplier/.classpath
===================================================================
--- cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/brokerage/supplier/.classpath 2009-04-30 07:40:13 UTC (rev 610)
+++ cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/brokerage/supplier/.classpath 2009-04-30 16:27:42 UTC (rev 611)
@@ -4,6 +4,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/rosetta.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/>
- <classpathentry kind="lib" path="lib/cdl-jbossesb.jar"/>
+ <classpathentry kind="lib" path="lib/cdl-runtime-jbossesb.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
Modified: cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/common/creditAgency/.classpath
===================================================================
--- cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/common/creditAgency/.classpath 2009-04-30 07:40:13 UTC (rev 610)
+++ cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/common/creditAgency/.classpath 2009-04-30 16:27:42 UTC (rev 611)
@@ -4,6 +4,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/rosetta.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/>
- <classpathentry kind="lib" path="lib/cdl-jbossesb.jar"/>
+ <classpathentry kind="lib" path="lib/cdl-runtime-jbossesb.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
Modified: cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/purchasing/store/.classpath
===================================================================
--- cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/purchasing/store/.classpath 2009-04-30 07:40:13 UTC (rev 610)
+++ cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/purchasing/store/.classpath 2009-04-30 16:27:42 UTC (rev 611)
@@ -4,6 +4,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/rosetta.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/>
- <classpathentry kind="lib" path="lib/cdl-jbossesb.jar"/>
+ <classpathentry kind="lib" path="lib/cdl-runtime-jbossesb.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
Modified: cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/brokerage/broker/.classpath
===================================================================
--- cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/brokerage/broker/.classpath 2009-04-30 07:40:13 UTC (rev 610)
+++ cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/brokerage/broker/.classpath 2009-04-30 16:27:42 UTC (rev 611)
@@ -4,6 +4,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/rosetta.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/>
- <classpathentry kind="lib" path="lib/cdl-jbossesb.jar"/>
+ <classpathentry kind="lib" path="lib/cdl-runtime-jbossesb.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
Modified: cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/brokerage/supplier/.classpath
===================================================================
--- cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/brokerage/supplier/.classpath 2009-04-30 07:40:13 UTC (rev 610)
+++ cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/brokerage/supplier/.classpath 2009-04-30 16:27:42 UTC (rev 611)
@@ -4,6 +4,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/rosetta.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/>
- <classpathentry kind="lib" path="lib/cdl-jbossesb.jar"/>
+ <classpathentry kind="lib" path="lib/cdl-runtime-jbossesb.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
Modified: cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/common/creditAgency/.classpath
===================================================================
--- cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/common/creditAgency/.classpath 2009-04-30 07:40:13 UTC (rev 610)
+++ cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/common/creditAgency/.classpath 2009-04-30 16:27:42 UTC (rev 611)
@@ -4,6 +4,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/rosetta.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/>
- <classpathentry kind="lib" path="lib/cdl-jbossesb.jar"/>
+ <classpathentry kind="lib" path="lib/cdl-runtime-jbossesb.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
Modified: cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/purchasing/store/.classpath
===================================================================
--- cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/purchasing/store/.classpath 2009-04-30 07:40:13 UTC (rev 610)
+++ cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/purchasing/store/.classpath 2009-04-30 16:27:42 UTC (rev 611)
@@ -4,6 +4,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/rosetta.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/>
- <classpathentry kind="lib" path="lib/cdl-jbossesb.jar"/>
+ <classpathentry kind="lib" path="lib/cdl-runtime-jbossesb.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
17 years, 2 months
Overlord SVN: r610 - in cdl/trunk: runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions and 4 other directories.
by overlord-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2009-04-30 03:40:13 -0400 (Thu, 30 Apr 2009)
New Revision: 610
Added:
cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/EPRStore.java
Removed:
cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/EPRStorage.java
Modified:
cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/ReceiveMessageAction.java
cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/SendMessageAction.java
cdl/trunk/samples/jbossesb/brokerage/broker/stateless/src/main/java/org/jboss/soa/overlord/samples/jbossesb/loan/broker/MemoryEPRStorage.java
cdl/trunk/samples/jbossesb/brokerage/supplier/stateless/src/main/java/org/jboss/soa/overlord/samples/jbossesb/supplier/MemoryEPRStorage.java
cdl/trunk/samples/jbossesb/common/creditAgency/stateless/src/main/java/com/acme/services/creditAgency/MemoryEPRStorage.java
cdl/trunk/samples/jbossesb/purchasing/store/stateless/src/main/java/com/acme/services/broker/MemoryEPRStorage.java
Log:
* Refactor the classname of 'EPRStorage' to 'EPRStore'.
Deleted: cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/EPRStorage.java
===================================================================
--- cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/EPRStorage.java 2009-04-30 07:24:01 UTC (rev 609)
+++ cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/EPRStorage.java 2009-04-30 07:40:13 UTC (rev 610)
@@ -1,35 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, JBoss Inc., and others contributors as indicated
- * by the @authors tag. All rights reserved.
- * See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- * This copyrighted material is made available to anyone wishing to use,
- * modify, copy, or redistribute it subject to the terms and conditions
- * of the GNU Lesser General Public License, v. 2.1.
- * This program is distributed in the hope that it will be useful, but WITHOUT A
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
- * You should have received a copy of the GNU Lesser General Public License,
- * v.2.1 along with this distribution; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
- *
- * (C) 2008,
- */
-package org.jboss.soa.overlord.jbossesb;
-
-import org.jboss.soa.esb.addressing.EPR;
-import org.jboss.soa.esb.message.Message;
-
-/**
- * @author <a href="mailto:cyu@redhat.com">Jeff Yu</a>
- *
- */
-public interface EPRStorage {
-
- void registerRole(String roleName, Message message);
-
- EPR getEPRByRole(String roleName, Message message);
-
-}
Added: cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/EPRStore.java
===================================================================
--- cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/EPRStore.java (rev 0)
+++ cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/EPRStore.java 2009-04-30 07:40:13 UTC (rev 610)
@@ -0,0 +1,36 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, JBoss Inc., and others contributors as indicated
+ * by the @authors tag. All rights reserved.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
+ * (C) 2008,
+ */
+package org.jboss.soa.overlord.jbossesb;
+
+import org.jboss.soa.esb.addressing.EPR;
+import org.jboss.soa.esb.message.Message;
+
+/**
+ *
+ * @author <a href="mailto:cyu@redhat.com">Jeff Yu</a>
+ *
+ */
+public interface EPRStore {
+
+ void registerRole(String roleName, Message message);
+
+ EPR getEPRByRole(String roleName, Message message);
+
+}
Modified: cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/ReceiveMessageAction.java
===================================================================
--- cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/ReceiveMessageAction.java 2009-04-30 07:24:01 UTC (rev 609)
+++ cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/ReceiveMessageAction.java 2009-04-30 07:40:13 UTC (rev 610)
@@ -24,7 +24,7 @@
import org.jboss.soa.esb.helpers.ConfigTree;
import org.jboss.soa.esb.message.Message;
import org.jboss.soa.overlord.jbossesb.ClassLoaderUtil;
-import org.jboss.soa.overlord.jbossesb.EPRStorage;
+import org.jboss.soa.overlord.jbossesb.EPRStore;
import org.jboss.soa.overlord.jbossesb.MessageUtil;
import org.jboss.soa.overlord.jbossesb.StringUtils;
@@ -96,11 +96,11 @@
private void registerEPRwithRoleName(String roleName, String storageClass, Message message) throws Exception {
Class<?> storageClz = ClassLoaderUtil.loadClass(storageClass);
- if (!EPRStorage.class.isAssignableFrom(storageClz)){
+ if (!EPRStore.class.isAssignableFrom(storageClz)){
throw new Exception("The storageClass of " + storageClass + " doesn't implement the EPRStorage Interface.");
}
- EPRStorage storage = (EPRStorage)storageClz.newInstance();
+ EPRStore storage = (EPRStore)storageClz.newInstance();
storage.registerRole(roleName, message);
}
Modified: cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/SendMessageAction.java
===================================================================
--- cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/SendMessageAction.java 2009-04-30 07:24:01 UTC (rev 609)
+++ cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/SendMessageAction.java 2009-04-30 07:40:13 UTC (rev 610)
@@ -32,7 +32,7 @@
import org.jboss.soa.esb.message.format.MessageFactory;
import org.jboss.soa.esb.message.format.MessageType;
import org.jboss.soa.overlord.jbossesb.ClassLoaderUtil;
-import org.jboss.soa.overlord.jbossesb.EPRStorage;
+import org.jboss.soa.overlord.jbossesb.EPRStore;
import org.jboss.soa.overlord.jbossesb.LogicalCourier;
import org.jboss.soa.overlord.jbossesb.MessageUtil;
import org.jboss.soa.overlord.jbossesb.StringUtils;
@@ -188,11 +188,11 @@
private void deliverMessageToRole(String roleName, String storageClass,
Message deliverMessage, Message message) throws Exception {
Class<?> storageClz = ClassLoaderUtil.loadClass(storageClass);
- if (!EPRStorage.class.isAssignableFrom(storageClz)){
+ if (!EPRStore.class.isAssignableFrom(storageClz)){
throw new Exception("The storageClass of " + storageClass + " doesn't implement the EPRStorage Interface.");
}
- EPRStorage storage = (EPRStorage)storageClz.newInstance();
+ EPRStore storage = (EPRStore)storageClz.newInstance();
EPR epr = storage.getEPRByRole(roleName, message);
logger.debug("The reply EPR is: " + EPRHelper.toXMLString(epr));
Modified: cdl/trunk/samples/jbossesb/brokerage/broker/stateless/src/main/java/org/jboss/soa/overlord/samples/jbossesb/loan/broker/MemoryEPRStorage.java
===================================================================
--- cdl/trunk/samples/jbossesb/brokerage/broker/stateless/src/main/java/org/jboss/soa/overlord/samples/jbossesb/loan/broker/MemoryEPRStorage.java 2009-04-30 07:24:01 UTC (rev 609)
+++ cdl/trunk/samples/jbossesb/brokerage/broker/stateless/src/main/java/org/jboss/soa/overlord/samples/jbossesb/loan/broker/MemoryEPRStorage.java 2009-04-30 07:40:13 UTC (rev 610)
@@ -24,13 +24,13 @@
import org.jboss.soa.esb.addressing.EPR;
import org.jboss.soa.esb.message.Message;
-import org.jboss.soa.overlord.jbossesb.EPRStorage;
+import org.jboss.soa.overlord.jbossesb.EPRStore;
/**
* @author <a href="mailto:cyu@redhat.com">Jeff Yu</a>
*
*/
-public class MemoryEPRStorage implements EPRStorage {
+public class MemoryEPRStorage implements EPRStore {
private static final Map<String, EPR> storage = new HashMap<String, EPR>();
Modified: cdl/trunk/samples/jbossesb/brokerage/supplier/stateless/src/main/java/org/jboss/soa/overlord/samples/jbossesb/supplier/MemoryEPRStorage.java
===================================================================
--- cdl/trunk/samples/jbossesb/brokerage/supplier/stateless/src/main/java/org/jboss/soa/overlord/samples/jbossesb/supplier/MemoryEPRStorage.java 2009-04-30 07:24:01 UTC (rev 609)
+++ cdl/trunk/samples/jbossesb/brokerage/supplier/stateless/src/main/java/org/jboss/soa/overlord/samples/jbossesb/supplier/MemoryEPRStorage.java 2009-04-30 07:40:13 UTC (rev 610)
@@ -24,13 +24,13 @@
import org.jboss.soa.esb.addressing.EPR;
import org.jboss.soa.esb.message.Message;
-import org.jboss.soa.overlord.jbossesb.EPRStorage;
+import org.jboss.soa.overlord.jbossesb.EPRStore;
/**
* @author <a href="mailto:cyu@redhat.com">Jeff Yu</a>
*
*/
-public class MemoryEPRStorage implements EPRStorage {
+public class MemoryEPRStorage implements EPRStore {
private static final Map<String, EPR> storage = new HashMap<String, EPR>();
Modified: cdl/trunk/samples/jbossesb/common/creditAgency/stateless/src/main/java/com/acme/services/creditAgency/MemoryEPRStorage.java
===================================================================
--- cdl/trunk/samples/jbossesb/common/creditAgency/stateless/src/main/java/com/acme/services/creditAgency/MemoryEPRStorage.java 2009-04-30 07:24:01 UTC (rev 609)
+++ cdl/trunk/samples/jbossesb/common/creditAgency/stateless/src/main/java/com/acme/services/creditAgency/MemoryEPRStorage.java 2009-04-30 07:40:13 UTC (rev 610)
@@ -24,13 +24,13 @@
import org.jboss.soa.esb.addressing.EPR;
import org.jboss.soa.esb.message.Message;
-import org.jboss.soa.overlord.jbossesb.EPRStorage;
+import org.jboss.soa.overlord.jbossesb.EPRStore;
/**
* @author <a href="mailto:cyu@redhat.com">Jeff Yu</a>
*
*/
-public class MemoryEPRStorage implements EPRStorage {
+public class MemoryEPRStorage implements EPRStore {
private static final Map<String, EPR> storage = new HashMap<String, EPR>();
Modified: cdl/trunk/samples/jbossesb/purchasing/store/stateless/src/main/java/com/acme/services/broker/MemoryEPRStorage.java
===================================================================
--- cdl/trunk/samples/jbossesb/purchasing/store/stateless/src/main/java/com/acme/services/broker/MemoryEPRStorage.java 2009-04-30 07:24:01 UTC (rev 609)
+++ cdl/trunk/samples/jbossesb/purchasing/store/stateless/src/main/java/com/acme/services/broker/MemoryEPRStorage.java 2009-04-30 07:40:13 UTC (rev 610)
@@ -24,13 +24,13 @@
import org.jboss.soa.esb.addressing.EPR;
import org.jboss.soa.esb.message.Message;
-import org.jboss.soa.overlord.jbossesb.EPRStorage;
+import org.jboss.soa.overlord.jbossesb.EPRStore;
/**
* @author <a href="mailto:cyu@redhat.com">Jeff Yu</a>
*
*/
-public class MemoryEPRStorage implements EPRStorage {
+public class MemoryEPRStorage implements EPRStore {
private static final Map<String, EPR> storage = new HashMap<String, EPR>();
17 years, 2 months
Overlord SVN: r609 - in cdl/trunk: runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions and 8 other directories.
by overlord-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2009-04-30 03:24:01 -0400 (Thu, 30 Apr 2009)
New Revision: 609
Added:
cdl/trunk/samples/jbossesb/brokerage/broker/stateless/src/main/resources/jbm-queue-service.xml
cdl/trunk/samples/jbossesb/brokerage/supplier/stateless/src/main/resources/jbm-queue-service.xml
cdl/trunk/samples/jbossesb/common/creditAgency/stateless/src/main/resources/jbm-queue-service.xml
cdl/trunk/samples/jbossesb/purchasing/store/stateless/src/main/resources/jbm-queue-service.xml
Modified:
cdl/trunk/docs/docbook/userguide/src/main/module/conversation-aware-esb.xml
cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/ReceiveMessageAction.java
cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/SendMessageAction.java
cdl/trunk/samples/jbossesb/brokerage/broker/stateless/src/main/resources/META-INF/jboss-esb.xml
cdl/trunk/samples/jbossesb/brokerage/supplier/stateless/src/main/resources/META-INF/jboss-esb.xml
cdl/trunk/samples/jbossesb/common/creditAgency/stateless/src/main/resources/META-INF/jboss-esb.xml
cdl/trunk/samples/jbossesb/purchasing/store/stateless/src/main/resources/META-INF/jboss-esb.xml
Log:
* Update the 'storageClass' to the 'eprStore'.
* Add the jbm-queue service for deploying in the soa-p.
Modified: cdl/trunk/docs/docbook/userguide/src/main/module/conversation-aware-esb.xml
===================================================================
--- cdl/trunk/docs/docbook/userguide/src/main/module/conversation-aware-esb.xml 2009-04-29 18:54:19 UTC (rev 608)
+++ cdl/trunk/docs/docbook/userguide/src/main/module/conversation-aware-esb.xml 2009-04-30 07:24:01 UTC (rev 609)
@@ -878,7 +878,7 @@
process="process" name="...">
....
<property name="clientRole" value="buyer" />
- <property name="storageClass" value="orgization.your.impl.EPRStorageImpl" />
+ <property name="eprStore" value="orgization.your.impl.EPRStorageImpl" />
....
</action>
]]></programlisting>
@@ -905,7 +905,7 @@
<property name="operation" value="makeEnquiry" />
<property name="messageType" value="enquiry" />
<property name="clientRole" value="buyer" />
- <property name="storageClass" value="com.acme.services.creditAgency.MemoryEPRStorage" />
+ <property name="eprStore" value="com.acme.services.creditAgency.MemoryEPRStorage" />
</action>
]]></programlisting>
</informalexample>
Modified: cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/ReceiveMessageAction.java
===================================================================
--- cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/ReceiveMessageAction.java 2009-04-29 18:54:19 UTC (rev 608)
+++ cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/ReceiveMessageAction.java 2009-04-30 07:24:01 UTC (rev 609)
@@ -57,7 +57,7 @@
public static final String CLIENT_ROLE = "clientRole";
- public static final String STORAGE_CLASS = "storageClass";
+ public static final String STORAGE_CLASS = "eprStore";
private static Logger logger = Logger.getLogger(ReceiveMessageAction.class);
Modified: cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/SendMessageAction.java
===================================================================
--- cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/SendMessageAction.java 2009-04-29 18:54:19 UTC (rev 608)
+++ cdl/trunk/runtime/jbossesb/src/main/java/org/jboss/soa/overlord/jbossesb/stateless/actions/SendMessageAction.java 2009-04-30 07:24:01 UTC (rev 609)
@@ -66,7 +66,7 @@
process="process" name="s4-3">
<property name="messageType" value="quoteList" />
<property name="clientRole" value="buyer" />
- <property name="storageClass" value="orgization.your.impl.EPRStorageImpl" />
+ <property name="eprStore" value="orgization.your.impl.EPRStorageImpl" />
</action>
* }
* </pre>
@@ -92,7 +92,7 @@
* <li><i>serviceCategory</i> - Mapped to JBossESB service-category.</li>
* <li><i>responseServiceName</i> - The service-name of the responded message.</li>
* <li><i>responseServiceCategory</i> - The service-category of the responded message.</li>
- * <li><i>storageClass</i> - The class that is responsible for registering, getting EPR from roleName. </li>
+ * <li><i>eprStore</i> - The class that is responsible for registering, getting EPR from roleName. </li>
* </ul>
*
*
@@ -115,7 +115,7 @@
public static final String CLIENT_ROLE = "clientRole";
- public static final String STORAGE_CLASS = "storageClass";
+ public static final String STORAGE_CLASS = "eprStore";
private ConfigTree config;
Modified: cdl/trunk/samples/jbossesb/brokerage/broker/stateless/src/main/resources/META-INF/jboss-esb.xml
===================================================================
--- cdl/trunk/samples/jbossesb/brokerage/broker/stateless/src/main/resources/META-INF/jboss-esb.xml 2009-04-29 18:54:19 UTC (rev 608)
+++ cdl/trunk/samples/jbossesb/brokerage/broker/stateless/src/main/resources/META-INF/jboss-esb.xml 2009-04-30 07:24:01 UTC (rev 609)
@@ -80,7 +80,7 @@
<property name="operation" value="makeEnquiry"/>
<property name="messageType" value="enquiry"/>
<property name="clientRole" value="Buyer"/>
- <property name="storageClass" value="org.jboss.soa.overlord.samples.jbossesb.loan.broker.MemoryEPRStorage" />
+ <property name="eprStore" value="org.jboss.soa.overlord.samples.jbossesb.loan.broker.MemoryEPRStorage" />
</action>
<action class="org.jboss.soa.overlord.jbossesb.stateless.actions.IfAction" name="ESBBrokerProcess_Broker__1_action_2" process="process">
<property name="paths">
@@ -170,7 +170,7 @@
<property name="operation" value="makeEnquiry"/>
<property name="messageType" value="quoteList"/>
<property name="clientRole" value="Buyer"/>
- <property name="storageClass" value="org.jboss.soa.overlord.samples.jbossesb.loan.broker.MemoryEPRStorage" />
+ <property name="eprStore" value="org.jboss.soa.overlord.samples.jbossesb.loan.broker.MemoryEPRStorage" />
</action>
</actions>
</service>
@@ -183,7 +183,7 @@
<property name="operation" value="buy"/>
<property name="messageType" value="buy"/>
<property name="clientRole" value="Buyer"/>
- <property name="storageClass" value="org.jboss.soa.overlord.samples.jbossesb.loan.broker.MemoryEPRStorage" />
+ <property name="eprStore" value="org.jboss.soa.overlord.samples.jbossesb.loan.broker.MemoryEPRStorage" />
</action>
<action name="creditCheck-Request" class="org.jboss.soa.overlord.samples.jbossesb.loan.broker.SetCreditCheckRequestMessageAction" >
</action>
@@ -231,7 +231,7 @@
<property name="operation" value="buy"/>
<property name="messageType" value="bookingReference"/>
<property name="clientRole" value="Buyer"/>
- <property name="storageClass" value="org.jboss.soa.overlord.samples.jbossesb.loan.broker.MemoryEPRStorage" />
+ <property name="eprStore" value="org.jboss.soa.overlord.samples.jbossesb.loan.broker.MemoryEPRStorage" />
</action>
</actions>
</service>
@@ -249,7 +249,7 @@
<property name="operation" value="buy"/>
<property name="messageType" value="orderRejected"/>
<property name="clientRole" value="Buyer"/>
- <property name="storageClass" value="org.jboss.soa.overlord.samples.jbossesb.loan.broker.MemoryEPRStorage" />
+ <property name="eprStore" value="org.jboss.soa.overlord.samples.jbossesb.loan.broker.MemoryEPRStorage" />
</action>
</actions>
</service>
Added: cdl/trunk/samples/jbossesb/brokerage/broker/stateless/src/main/resources/jbm-queue-service.xml
===================================================================
--- cdl/trunk/samples/jbossesb/brokerage/broker/stateless/src/main/resources/jbm-queue-service.xml (rev 0)
+++ cdl/trunk/samples/jbossesb/brokerage/broker/stateless/src/main/resources/jbm-queue-service.xml 2009-04-30 07:24:01 UTC (rev 609)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<server>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_Broker__2"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_Broker__1"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_Broker__12"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_checkCredit"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_Broker__11"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_Broker__10"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_Broker__9"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_Broker__8"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_Broker__7"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_Broker__6"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_Broker__5"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_Broker__4"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_Broker__3"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_Broker"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_Broker_reply"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+</server>
\ No newline at end of file
Modified: cdl/trunk/samples/jbossesb/brokerage/supplier/stateless/src/main/resources/META-INF/jboss-esb.xml
===================================================================
--- cdl/trunk/samples/jbossesb/brokerage/supplier/stateless/src/main/resources/META-INF/jboss-esb.xml 2009-04-29 18:54:19 UTC (rev 608)
+++ cdl/trunk/samples/jbossesb/brokerage/supplier/stateless/src/main/resources/META-INF/jboss-esb.xml 2009-04-30 07:24:01 UTC (rev 609)
@@ -41,7 +41,7 @@
<property name="operation" value="confirm"/>
<property name="messageType" value="orderConfirmed"/>
<property name="clientRole" value="Broker" />
- <property name="storageClass" value="org.jboss.soa.overlord.samples.jbossesb.supplier.MemoryEPRStorage" />
+ <property name="eprStore" value="org.jboss.soa.overlord.samples.jbossesb.supplier.MemoryEPRStorage" />
</action>
<action class="org.jboss.soa.overlord.samples.jbossesb.supplier.SetOrderConfirmResponseAction" name="su-1">
</action>
@@ -49,7 +49,7 @@
<property name="operation" value="confirm"/>
<property name="messageType" value="bookingReference"/>
<property name="clientRole" value="Broker"/>
- <property name="storageClass" value="org.jboss.soa.overlord.samples.jbossesb.supplier.MemoryEPRStorage" />
+ <property name="eprStore" value="org.jboss.soa.overlord.samples.jbossesb.supplier.MemoryEPRStorage" />
</action>
</actions>
</service>
@@ -78,7 +78,7 @@
<property name="operation" value="getQuote"/>
<property name="messageType" value="requestForQuote"/>
<property name="clientRole" value="Broker"/>
- <property name="storageClass" value="org.jboss.soa.overlord.samples.jbossesb.supplier.MemoryEPRStorage" />
+ <property name="eprStore" value="org.jboss.soa.overlord.samples.jbossesb.supplier.MemoryEPRStorage" />
</action>
<action class="org.jboss.soa.overlord.samples.jbossesb.supplier.SetQuoteMessageAction" name="su1-2">
</action>
@@ -86,7 +86,7 @@
<property name="operation" value="getQuote"/>
<property name="messageType" value="quote"/>
<property name="clientRole" value="Broker"/>
- <property name="storageClass" value="org.jboss.soa.overlord.samples.jbossesb.supplier.MemoryEPRStorage" />
+ <property name="eprStore" value="org.jboss.soa.overlord.samples.jbossesb.supplier.MemoryEPRStorage" />
</action>
</actions>
</service>
Added: cdl/trunk/samples/jbossesb/brokerage/supplier/stateless/src/main/resources/jbm-queue-service.xml
===================================================================
--- cdl/trunk/samples/jbossesb/brokerage/supplier/stateless/src/main/resources/jbm-queue-service.xml (rev 0)
+++ cdl/trunk/samples/jbossesb/brokerage/supplier/stateless/src/main/resources/jbm-queue-service.xml 2009-04-30 07:24:01 UTC (rev 609)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<server>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_SupplierTxnProcessor"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_SupplierTxnProcessor_reply"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_SupplierTxnProcessor__1"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_SupplierQuoteEngine"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_SupplierQuoteEngine_reply"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.esbbroker.esbbroker.destination:service=Queue,name=org_pi4soa_esbbroker_esbbroker_ESBBrokerProcess_SupplierQuoteEngine__1"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+
+</server>
\ No newline at end of file
Modified: cdl/trunk/samples/jbossesb/common/creditAgency/stateless/src/main/resources/META-INF/jboss-esb.xml
===================================================================
--- cdl/trunk/samples/jbossesb/common/creditAgency/stateless/src/main/resources/META-INF/jboss-esb.xml 2009-04-29 18:54:19 UTC (rev 608)
+++ cdl/trunk/samples/jbossesb/common/creditAgency/stateless/src/main/resources/META-INF/jboss-esb.xml 2009-04-30 07:24:01 UTC (rev 609)
@@ -41,7 +41,7 @@
<property name="operation" value="checkCredit"/>
<property name="messageType" value="CreditCheckRequest"/>
<property name="clientRole" value="Store" />
- <property name="storageClass" value="com.acme.services.creditAgency.MemoryEPRStorage" />
+ <property name="eprStore" value="com.acme.services.creditAgency.MemoryEPRStorage" />
</action>
<action name="c3" process="process" class="org.jboss.soa.overlord.jbossesb.stateless.actions.IfAction">
<property name="paths">
@@ -62,7 +62,7 @@
<property name="operation" value="checkCredit"/>
<property name="messageType" value="CreditCheckOk"/>
<property name="clientRole" value="Store"/>
- <property name="storageClass" value="com.acme.services.creditAgency.MemoryEPRStorage" />
+ <property name="eprStore" value="com.acme.services.creditAgency.MemoryEPRStorage" />
</action>
</actions>
</service>
@@ -77,7 +77,7 @@
<property name="operation" value="checkCredit"/>
<property name="messageType" value="CreditCheckInvalid"/>
<property name="clientRole" value="Store"/>
- <property name="storageClass" value="com.acme.services.creditAgency.MemoryEPRStorage" />
+ <property name="eprStore" value="com.acme.services.creditAgency.MemoryEPRStorage" />
</action>
</actions>
</service>
Added: cdl/trunk/samples/jbossesb/common/creditAgency/stateless/src/main/resources/jbm-queue-service.xml
===================================================================
--- cdl/trunk/samples/jbossesb/common/creditAgency/stateless/src/main/resources/jbm-queue-service.xml (rev 0)
+++ cdl/trunk/samples/jbossesb/common/creditAgency/stateless/src/main/resources/jbm-queue-service.xml 2009-04-30 07:24:01 UTC (rev 609)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<server>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="jboss.esb.gen.destination:service=Queue,name=esb-stateless-creditAgency"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="jboss.esb.gen.destination:service=Queue,name=esb-stateless-creditAgency_reply"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="jboss.esb.gen.destination:service=Queue,name=esb-stateless-creditAgency1"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="jboss.esb.gen.destination:service=Queue,name=esb-stateless-creditAgency2"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="jboss.esb.gen.destination:service=Queue,name=esb-stateless-creditAgency3"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+
+</server>
\ No newline at end of file
Modified: cdl/trunk/samples/jbossesb/purchasing/store/stateless/src/main/resources/META-INF/jboss-esb.xml
===================================================================
--- cdl/trunk/samples/jbossesb/purchasing/store/stateless/src/main/resources/META-INF/jboss-esb.xml 2009-04-29 18:54:19 UTC (rev 608)
+++ cdl/trunk/samples/jbossesb/purchasing/store/stateless/src/main/resources/META-INF/jboss-esb.xml 2009-04-30 07:24:01 UTC (rev 609)
@@ -44,7 +44,7 @@
<property name="operation" value="buy"/>
<property name="messageType" value="BuyRequest"/>
<property name="clientRole" value="Buyer" />
- <property name="storageClass" value="com.acme.services.broker.MemoryEPRStorage" />
+ <property name="eprStore" value="com.acme.services.broker.MemoryEPRStorage" />
</action>
<action name="s3" process="process" class="com.acme.services.broker.SetCreditCheckRequestMessageAction">
</action>
@@ -73,7 +73,7 @@
<property name="operation" value="buy"/>
<property name="messageType" value="BuyConfirmed"/>
<property name="clientRole" value="Buyer"/>
- <property name="storageClass" value="com.acme.services.broker.MemoryEPRStorage" />
+ <property name="eprStore" value="com.acme.services.broker.MemoryEPRStorage" />
</action>
</actions>
</service>
@@ -91,7 +91,7 @@
<property name="operation" value="buy"/>
<property name="messageType" value="BuyFailed"/>
<property name="clientRole" value="Buyer"/>
- <property name="storageClass" value="com.acme.services.broker.MemoryEPRStorage" />
+ <property name="eprStore" value="com.acme.services.broker.MemoryEPRStorage" />
</action>
</actions>
</service>
Added: cdl/trunk/samples/jbossesb/purchasing/store/stateless/src/main/resources/jbm-queue-service.xml
===================================================================
--- cdl/trunk/samples/jbossesb/purchasing/store/stateless/src/main/resources/jbm-queue-service.xml (rev 0)
+++ cdl/trunk/samples/jbossesb/purchasing/store/stateless/src/main/resources/jbm-queue-service.xml 2009-04-30 07:24:01 UTC (rev 609)
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<server>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.purchase.purchasegoods.destination:service=Queue,name=org_pi4soa_purchase_purchasegoods_PurchaseGoodsProcess_Store__3"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.purchase.purchasegoods.destination:service=Queue,name=org_pi4soa_purchase_purchasegoods_PurchaseGoodsProcess_Store__2"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.purchase.purchasegoods.destination:service=Queue,name=org_pi4soa_purchase_purchasegoods_PurchaseGoodsProcess_Store__1"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.purchase.purchasegoods.destination:service=Queue,name=org_pi4soa_purchase_purchasegoods_PurchaseGoodsProcess_Store"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.purchase.purchasegoods.destination:service=Queue,name=org_pi4soa_purchase_purchasegoods_PurchaseGoodsProcess_Store_reply"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="org.pi4soa.purchase.purchasegoods.destination:service=Queue,name=org_pi4soa_purchase_purchasegoods_checkCredit"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+
+
+</server>
\ No newline at end of file
17 years, 2 months
Overlord SVN: r608 - in cdl/trunk/docs/docbook: gettingstartedguide/src/main/module and 4 other directories.
by overlord-commits@lists.jboss.org
Author: objectiser
Date: 2009-04-29 14:54:19 -0400 (Wed, 29 Apr 2009)
New Revision: 608
Added:
cdl/trunk/docs/docbook/userguide/src/main/images/genbpel1.png
cdl/trunk/docs/docbook/userguide/src/main/images/genbpel2.png
cdl/trunk/docs/docbook/userguide/src/main/images/genbpel3.png
cdl/trunk/docs/docbook/userguide/src/main/module/bpel-governance.xml
Removed:
cdl/trunk/docs/docbook/userguide/src/main/module/stateless-conversation-aware-esb.xml
Modified:
cdl/trunk/docs/docbook/gettingstartedguide/src/main/master.xml
cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/soagwithcdl.xml
cdl/trunk/docs/docbook/samplesguide/src/main/master.xml
cdl/trunk/docs/docbook/userguide/src/main/images/genesbconfig1.png
cdl/trunk/docs/docbook/userguide/src/main/images/genesbconfig2.png
cdl/trunk/docs/docbook/userguide/src/main/master.xml
cdl/trunk/docs/docbook/userguide/src/main/module/conversation-aware-esb.xml
Log:
Updated docs to include bpel generation and some minor restructuring of the stateless ESB actions section.
Modified: cdl/trunk/docs/docbook/gettingstartedguide/src/main/master.xml
===================================================================
--- cdl/trunk/docs/docbook/gettingstartedguide/src/main/master.xml 2009-04-29 11:12:05 UTC (rev 607)
+++ cdl/trunk/docs/docbook/gettingstartedguide/src/main/master.xml 2009-04-29 18:54:19 UTC (rev 608)
@@ -5,7 +5,7 @@
<book lang="en">
<bookinfo>
- <title>JBoss Overlord CDL 1.0-M1</title>
+ <title>JBoss Overlord CDL 1.0-M2</title>
<subtitle>Getting Started Guide</subtitle>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
</bookinfo>
Modified: cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/soagwithcdl.xml
===================================================================
--- cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/soagwithcdl.xml 2009-04-29 11:12:05 UTC (rev 607)
+++ cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/soagwithcdl.xml 2009-04-29 18:54:19 UTC (rev 608)
@@ -22,7 +22,7 @@
</note>
<section>
- <title>Design Time Governance using "Conversation Aware" ESB Actions</title>
+ <title>Design Time Governance</title>
<section>
<title>Creating a Choreography</title>
@@ -81,9 +81,26 @@
</section>
<section>
- <title>What are "Conversation Aware" ESB Actions?</title>
+ <title>Design Time Governance With WS-BPEL</title>
<para>
+This milestone release includes a basic capability to generate a service implementation, for a participant in a choreography, using WS-BPEL.
+ </para>
+ <para>
+Subsequent milestone releases will include more capabilities as part of the service generation, including the generation of WSDL, as well as supporting conformance checking back against the choreography description.
+ </para>
+ <para>
+More information about how to use this feature can be found in the User Guide.
+ </para>
+ </section>
+
+ <section>
+ <title>Design Time Governance With "Conversation Aware" ESB Actions</title>
+
+ <section>
+ <title>What are "Conversation Aware" ESB Actions?</title>
+
+ <para>
<emphasis>Conversation aware</emphasis> ESB actions refer to a set of pre-defined ESB actions that enable the structure (or behaviour) of a service to be inferred.
</para>
@@ -235,6 +252,7 @@
</orderedlist>
</section>
+ </section>
<section>
<title>Summary</title>
Modified: cdl/trunk/docs/docbook/samplesguide/src/main/master.xml
===================================================================
--- cdl/trunk/docs/docbook/samplesguide/src/main/master.xml 2009-04-29 11:12:05 UTC (rev 607)
+++ cdl/trunk/docs/docbook/samplesguide/src/main/master.xml 2009-04-29 18:54:19 UTC (rev 608)
@@ -5,7 +5,7 @@
<book lang="en">
<bookinfo>
- <title>JBoss Overlord CDL 1.0-M1</title>
+ <title>JBoss Overlord CDL 1.0-M2</title>
<subtitle>Samples Guide</subtitle>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
</bookinfo>
Added: cdl/trunk/docs/docbook/userguide/src/main/images/genbpel1.png
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/docs/docbook/userguide/src/main/images/genbpel1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: cdl/trunk/docs/docbook/userguide/src/main/images/genbpel2.png
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/docs/docbook/userguide/src/main/images/genbpel2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: cdl/trunk/docs/docbook/userguide/src/main/images/genbpel3.png
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/docs/docbook/userguide/src/main/images/genbpel3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: cdl/trunk/docs/docbook/userguide/src/main/images/genesbconfig1.png
===================================================================
(Binary files differ)
Modified: cdl/trunk/docs/docbook/userguide/src/main/images/genesbconfig2.png
===================================================================
(Binary files differ)
Modified: cdl/trunk/docs/docbook/userguide/src/main/master.xml
===================================================================
--- cdl/trunk/docs/docbook/userguide/src/main/master.xml 2009-04-29 11:12:05 UTC (rev 607)
+++ cdl/trunk/docs/docbook/userguide/src/main/master.xml 2009-04-29 18:54:19 UTC (rev 608)
@@ -5,7 +5,7 @@
<book lang="en">
<bookinfo>
- <title>JBoss Overlord CDL 1.0-M1</title>
+ <title>JBoss Overlord CDL 1.0-M2</title>
<subtitle>User Guide</subtitle>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
</bookinfo>
@@ -14,5 +14,5 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/overview.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/conversation-validation-with-cdl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/conversation-aware-esb.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/stateless-conversation-aware-esb.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/bpel-governance.xml"/>
</book>
Added: cdl/trunk/docs/docbook/userguide/src/main/module/bpel-governance.xml
===================================================================
--- cdl/trunk/docs/docbook/userguide/src/main/module/bpel-governance.xml (rev 0)
+++ cdl/trunk/docs/docbook/userguide/src/main/module/bpel-governance.xml 2009-04-29 18:54:19 UTC (rev 608)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<chapter id="bpelgovernance">
+ <title>BPEL Governance</title>
+
+ <section>
+ <title>Overview</title>
+ <para>
+This section will describe governance features related to WS-BPEL. This initial release provides basic support for generating BPEL processes from a choreography description. Subsequent releases will also provide conformance checking, to ensure that changes to a BPEL process are validated to ensure the process remains conformant with the choreography.
+ </para>
+ </section>
+
+ <section>
+ <title>Generating a BPEL process from CDL</title>
+ <section>
+ <title>Overview</title>
+ <para>
+This section explains how to generate a template BPEL process from a pi4soa choreography description (.cdm) file.
+ </para>
+ </section>
+ <section>
+ <title>Generating the BPEL Process</title>
+ <para>
+When the choreography description has been completed, and has no errors, the user should select the "Overlord->Generate->WS-BPEL" menu item from the popup menu associated with the choreography description (.cdm) file.
+ </para>
+
+ <imageobject>
+ <imagedata fileref="images/genbpel1.png" width="4in" />
+ </imageobject>
+
+ <para>
+When the dialog window is displayed, it will contain the list of services that can be generated, along with the project names that will be created. The user can unselect the services they do not wish to generate (also using the 'Check All' or 'Clear All' buttons).
+ </para>
+
+ <imageobject>
+ <imagedata fileref="images/genbpel2.png" />
+ </imageobject>
+
+ <para>
+The user can also select their preferred build system, which will create the relevant build structure.
+ </para>
+ <para>
+If there is a problem with the name of the project select, such as invalid characters used in the name, or the project name already exists, then it will be displayed in red.
+ </para>
+
+ <para>
+Once the BPEL is generated, it can be viewed using the Eclipse BPEL editor, e.g.
+ </para>
+
+ <imageobject>
+ <imagedata fileref="images/genbpel3.png" />
+ </imageobject>
+
+ </section>
+
+ <section>
+ <title>Limitations with the current CDL to BPEL mapping</title>
+
+ <para>
+This initial version of the BPEL generation is primarily targeted at generating the interactions and grouping constructs. These are the important components that will be required when doing conformance checking as part of the next milestone.
+ </para>
+
+ <para>
+This means that assignments and conditional expressions are not currently generated. The 'when' construct in CDL (also known as the blocking workunit) is also not currently handled. This may possible be implemented using flow links.
+ </para>
+ </section>
+ </section>
+
+</chapter>
+
Modified: cdl/trunk/docs/docbook/userguide/src/main/module/conversation-aware-esb.xml
===================================================================
--- cdl/trunk/docs/docbook/userguide/src/main/module/conversation-aware-esb.xml 2009-04-29 11:12:05 UTC (rev 607)
+++ cdl/trunk/docs/docbook/userguide/src/main/module/conversation-aware-esb.xml 2009-04-29 18:54:19 UTC (rev 608)
@@ -49,16 +49,24 @@
<para>
This ensures that all of the services will interaction correctly, as they will all have been validated against the choreography, and therefore work together by design.
</para>
+ <para>
+In the following two sections, we will describe how ESB services can be described using either
+<emphasis>Stateful</emphasis> or <emphasis>Stateless</emphasis> "conversation aware" ESB actions.
+The benefits of each approach will be discussed.
+ </para>
</section>
</section>
<section>
- <title>JBossESB "Conversation Aware" ESB Actions</title>
+ <title>Stateful "Conversation Aware" ESB Actions</title>
<section>
<title>Overview</title>
<para>
-This section outlines the various "conversation aware" ESB actions that can be used to make the communication behaviour of a service implementation explicit, thus enabling it to be compared for conformance against a description of the expected behaviour.
+This section outlines the various <emphasis>stateful</emphasis> "conversation aware" ESB actions that can be used to make the communication behaviour of a service implementation explicit, thus enabling it to be compared for conformance against a description of the expected behaviour.
</para>
+ <para>
+The benefit of this <emphasis>stateful</emphasis> approach is that the stateful behaviour of a service is explicitly defined, and can be used to perform a precise conformance check against the stateful behaviour expected from a choreography description. The disadvantage of the approach, and the reason why this section describes many more ESB action types than in the following section, is that the ESB service needs to maintain additional state information related to the individual sessions (i.e. a session per business transaction), and this state information needs to be persisted independently from other business information that the service may be accessing. This state information can be used to determine when messages have been received out of order, however this functionality is also available in the conversation validation mechanism.
+ </para>
</section>
<section>
<title>Conversational Service</title>
@@ -85,7 +93,7 @@
maxThreads="1"/>
</listeners>
<actions mep="OneWay">
- <action class="org.jboss.soa.overlord.jbossesb.actions.MessageRouterAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.MessageRouterAction"
process="process" name="s0-1">
<property name="paths">
<route service-category="ESBBroker.BrokerParticipant"
@@ -121,7 +129,7 @@
In this example, the 'service' endpoint reference will be associated with the service category "ESBBroker.BrokerParticipant" and name "ESBBrokerProcess". All inbound requests to an instance of this service will be routed via this service descriptor.
</para>
<para>
-This service descriptor therefore only has a single action, which represents the message routing capability. The action class is <emphasis>org.jboss.soa.overlord.jbossesb.actions.MessageRouterAction</emphasis>. This action only defines a single property 'path' which defines one or more 'route' elements. The attributes associated with this 'route' element are:
+This service descriptor therefore only has a single action, which represents the message routing capability. The action class is <emphasis>org.jboss.soa.overlord.jbossesb.stateful.actions.MessageRouterAction</emphasis>. This action only defines a single property 'path' which defines one or more 'route' elements. The attributes associated with this 'route' element are:
</para>
<para>
<itemizedlist>
@@ -207,7 +215,7 @@
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.CreateSessionAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.CreateSessionAction"
process="process" name="...">
....
<property name="conversationType"
@@ -242,7 +250,7 @@
Each top level or sub-service description will be associated with a business state 'pojo' class that contains its business relevant information and logic (i.e. methods). This class is identified by the property 'session', which will be associated with the initial conversation based ESB actions in a service (or sub-service) description, or in any subsequent conversation based ESB actions that require the information to determine the session instance.
</para>
<para>
-As well as representing the business state and logic for a session (or sub-session), the pojo can define an annotation that provides information about the session. The annotation type is <classname>org.jboss.soa.overlord.jbossesb.actions.Service</classname>.
+As well as representing the business state and logic for a session (or sub-session), the pojo can define an annotation that provides information about the session. The annotation type is <classname>org.jboss.soa.overlord.jbossesb.stateful.actions.Service</classname>.
</para>
<informalexample>
@@ -250,7 +258,7 @@
package org.jboss.soa.overlord.samples.jbossesb.loan.broker;
- import org.jboss.soa.overlord.jbossesb.actions.Service;
+ import org.jboss.soa.overlord.jbossesb.stateful.actions.Service;
@Service(name="{http://www.jboss.org/overlord/loanBroker}Broker",
conversationType="overlord.cdl.samples.LoanBroker@Broker",
@@ -279,7 +287,7 @@
</para>
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.CreateSessionAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.CreateSessionAction"
process="process" name="...">
<property name="session"
value="org.jboss.soa.overlord.samples.jbossesb.loan.broker.BrokerMain" />
@@ -369,7 +377,7 @@
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.SendMessageAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.SendMessageAction"
process="process" name="...">
<property name="operation" value="getQuote" />
<property name="messageType" value="requestForQuote" />
@@ -392,7 +400,7 @@
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.SendMessageAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.SendMessageAction"
process="process" name="...">
....
<property name="serviceName" value="RequestForQuote.main" />
@@ -407,7 +415,7 @@
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.SendMessageAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.SendMessageAction"
process="process" name="...">
....
<property name="serviceNameExpression" value="supplier.serviceName" />
@@ -428,7 +436,7 @@
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.SendMessageAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.SendMessageAction"
process="process" name="...">
....
<property name="clientEPR" value="buyer" />
@@ -450,7 +458,7 @@
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.SendMessageAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.SendMessageAction"
process="process" name="...">
....
<property name="identities" >
@@ -475,7 +483,7 @@
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.ReceiveMessageAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.ReceiveMessageAction"
process="process" name="s1-2">
<property name="operation" value="makeEnquiry" />
<property name="messageType" value="enquiry" />
@@ -519,7 +527,7 @@
</para>
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.SetStateAction" name="...">
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.SetStateAction" name="...">
<property name="variable" value="supplierIndex" />
<property name="stateExpression" value="nextSupplier()" />
</action>
@@ -545,7 +553,7 @@
</para>
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.SetMessageAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.SetMessageAction"
process="process" name="...">
<property name="headerProperty" value="quoteList" />
<property name="stateExpression" value="quotes" />
@@ -576,7 +584,7 @@
</para>
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.IfAction" process="process" name="...">
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.IfAction" process="process" name="...">
<property name="paths">
<if expression="isCreditHistoryAvailable()"
service-category="ESBBroker.CreditAgency"
@@ -611,7 +619,7 @@
</para>
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.SwitchAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.SwitchAction"
process="process" name="...">
<property name="paths">
<case service-category="ESBBroker.BrokerParticipant"
@@ -642,7 +650,7 @@
<title>Executing multiple paths concurrently</title>
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.ParallelAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.ParallelAction"
process="process" name="...">
<property name="paths">
<path service-category="ESBBroker.BrokerParticipant"
@@ -676,7 +684,7 @@
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.WhileAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.WhileAction"
process="process" name="...">
<property name="paths">
<while expression="hasNextSupplier()"
@@ -703,7 +711,7 @@
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.ScheduleStateAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.ScheduleStateAction"
process="process" name="...">
<property name="serviceCategory" value="ESBBroker.BrokerParticipant" />
<property name="serviceName" value="ESBBrokerProcess.main.1" />
@@ -730,7 +738,7 @@
<informalexample>
<programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.actions.WhenAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.WhenAction"
process="process" name="s4-1">
<property name="session"
value="org.jboss.soa.overlord.samples.jbossesb.loan.broker.BrokerMain" />
@@ -760,7 +768,7 @@
<programlisting role="XML" ><![CDATA[
<actions mep="OneWay">
- <action class="org.jboss.soa.overlord.jbossesb.actions.PerformAction"
+ <action class="org.jboss.soa.overlord.jbossesb.stateful.actions.PerformAction"
process="process" name="...">
<property name="serviceCategory" value="ESBBroker.BrokerParticipant" />
<property name="serviceName" value="RequestForQuote.main" />
@@ -795,6 +803,227 @@
</section>
<section>
+ <title>Stateless "Conversation Aware" ESB Actions</title>
+ <section>
+ <title>Overview</title>
+ <para>
+After the M1 release, we've found some problems in the <emphasis>Stateful</emphasis> "conversation aware" ESB actions approach, mainly due to its complexity and the need to have services recording state information.
+Therefore, we've introduced the <emphasis>Stateless</emphasis> "conversation aware" ESB actions, which we will see it later on.
+With this new approach, users can still validate the message exchange in the runtime, but it doesn't need us to store
+the state. So it simplified a lot without losing its functionality.
+ </para>
+
+ <para>
+Thus the benefit of this approach is its simplicity, and therefore it has less impact on the way that users create ESB service descriptors. The disadvantage with this approach is that only fragments of stateful behaviour can be derived from the ESB jboss-esb.xml. However, this is useful enough to perform static conformance checking of the service implementation against a choreography description, and when used in conjunction with the dynamic conversation validation mechanism, it is still possible to determine out of sequence messages.
+ </para>
+ </section>
+
+ <section>
+ <title>Interaction</title>
+ <para>
+Firstly, let's see the two basic actions for interaction.
+Services interact by sending and receiving messages, whether synchronously or asynchronously.
+ </para>
+ <para>
+JBossESB is designed to anonymously handle inbound messages (possibly requests), without explicitly defining restrictions on message type, and then optionally returning responses (again without explicitly defining the response message type).
+ </para>
+ <para>
+Although this is sufficient for a runtime mechanism, where issues related to unexpected message types can be handled with suitable exceptions/faults, it does not enable the communication type structure to be understood by examination of the JBossESB configuration.
+ </para>
+
+ <section>
+ <title>Sending a message</title>
+ <para>
+When sending a message, the first thing to consider is the type of the message. This can be declared as a property on the <emphasis>SendMessageAction</emphasis>.
+If dealing with RPC style interactions, then we may also want to optionally specify an operation name.
+ </para>
+ <informalexample>
+ <programlisting role="XML" ><![CDATA[
+ <action class="org.jboss.soa.overlord.jbossesb.stateless.actions.SendMessageAction"
+ process="process" name="...">
+ <property name="operation" value="getQuote" />
+ <property name="messageType" value="requestForQuote" />
+ ....
+ </action>
+ ]]></programlisting>
+ </informalexample>
+
+ <itemizedlist>
+ <listitem>
+Sending a request
+ <para>
+When sending a request, we need to identify the destination service category/name. This is done by either specifying the category and name explicitly, using the <emphasis>serviceCategory</emphasis> and <emphasis>serviceName</emphasis> properties:
+ </para>
+ <informalexample>
+ <programlisting role="XML" ><![CDATA[
+
+ <action class="org.jboss.soa.overlord.jbossesb.stateless.actions.SendMessageAction"
+ process="process" name="...">
+ ....
+ <property name="serviceName" value="RequestForQuote.main" />
+ <property name="serviceCategory" value="ESBBroker.SupplierParticipant" />
+ ....
+ </action>
+ ]]></programlisting>
+ </informalexample>
+
+ </listitem>
+
+ <listitem>
+Sending a response
+ <informalexample>
+ <programlisting role="XML" ><![CDATA[
+
+ <action class="org.jboss.soa.overlord.jbossesb.stateless.actions.SendMessageAction"
+ process="process" name="...">
+ ....
+ <property name="clientRole" value="buyer" />
+ <property name="storageClass" value="orgization.your.impl.EPRStorageImpl" />
+ ....
+ </action>
+ ]]></programlisting>
+ </informalexample>
+ <para>
+When sending a response, the destination will not be directly available. The destination would have been received as a 'reply to' EPR (Endpoint Reference) in a previously received request (see <emphasis>ReceiveMessageAction</emphasis> for details of how to store the 'reply to' EPR).
+Therefore, to indicate which EPR to respond to, a property called 'clientEPR' is specified with the name of the stored EPR. This must match up to a previously stored EPR name within a <emphasis>ReceiveMessageAction</emphasis>.
+ </para>
+ <para>
+The value of <emphasis>storageClass</emphasis> should be a class that implements the <emphasis>org.jboss.soa.overlord.jbossesb.EPRStorage</emphasis> interface, basically this class is responsible for registering, getting EPR from roleName.
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ </section>
+
+ <section>
+ <title>Receiving a message</title>
+
+ <informalexample>
+ <programlisting role="XML" ><![CDATA[
+ <action class="org.jboss.soa.overlord.jbossesb.stateless.actions.ReceiveMessageAction"
+ process="process" name="s1-2">
+ <property name="operation" value="makeEnquiry" />
+ <property name="messageType" value="enquiry" />
+ <property name="clientRole" value="buyer" />
+ <property name="storageClass" value="com.acme.services.creditAgency.MemoryEPRStorage" />
+ </action>
+ ]]></programlisting>
+ </informalexample>
+
+ <para>
+The <emphasis>ReceiveMessageAction</emphasis> is used to explicitly define the message type that should be received.
+If an RPC style has been used, then the optional operation name can also be defined.
+ </para>
+ <para>
+Unlike the <emphasis>SendMessageAction</emphasis>, which will actually send a message to the specified service category/name,
+the <emphasis>ReceiveMessageAction</emphasis> primarily serves to provide explicit details about the expected message and to perform any relevant validation of the message content. If an incorrect message type is received, then an error will be logged.
+ </para>
+ <para>
+The optional 'clientRole' and 'storageClass' properties are used to store any specific "reply to" EPR (associated with the message) against the specified name. This makes the EPR accessible to any subsequent <emphasis>SendMessageAction</emphasis> activities that need to return a response or send a notification.
+ </para>
+ </section>
+ </section>
+
+ <section>
+ <title>Controlling Flow</title>
+ <para>
+This section describes the two control flow mechanisms that are supported by the stateless ESB actions.
+ </para>
+ <para>
+The default control flow, supported natively by the ESB action pipeline design, is a sequence. As the name implies, the actions are performed one at a time in the order they defined in the action pipeline, i.e. in a sequence.
+ </para>
+
+ <section>
+ <title>Selecting paths based on a decision</title>
+ <para>
+The action associated with the 'selection of a path based on a decision' is the <emphasis>IfAction</emphasis>. An example of this construct is:
+ </para>
+ <informalexample>
+ <programlisting role="XML" ><![CDATA[
+<action class="org.jboss.soa.overlord.jbossesb.stateless.actions.IfAction" name="..."
+ process="process">
+ <property name="paths">
+ <if service-category="PurchaseGoods.CreditAgency"
+ service-name="CreditAgency.decision1"
+ decision-class="org.jboss.soa.overlord.jbossesb.TestDecision"/>
+ <elseif service-category="PurchaseGoods.CreditAgency"
+ service-name="CreditAgency.decision2"
+ decision-class="org.jboss.soa.overlord.jbossesb.Test2ndDecision"/>
+ <else service-category="PurchaseGoods.CreditAgency"
+ service-name="CreditAgency.decision3"/>
+ </property>
+</action>
+ ]]></programlisting>
+ </informalexample>
+ <para>
+This construct defines a 'path' property with one or more elements, representing the <emphasis>if</emphasis>, <emphasis>elseif</emphasis> and <emphasis>else</emphasis> aspects of the traditional if/else construct. Only the <emphasis>if</emphasis> element is mandatory, and can be followed by zero or more <emphasis>elseif</emphasis> elements before ending with the optional <emphasis>else</emphasis> element.
+ </para>
+ <para>
+The <emphasis>if</emphasis> and <emphasis>elseif</emphasis> elements can define an 'decision-class' attribute to be evaluated at runtime, to determine if the associated 'service-category' and 'service-name' should be invoked.
+the value of decision-class must implement the interface of <emphasis>org.jboss.soa.overlord.jbossesb.Decision</emphasis>.
+ </para>
+ </section>
+
+ <section>
+ <title>Message router action</title>
+ <para>
+The action used to select paths based on a received message type is <emphasis>SwitchAction</emphasis>.
+In the stateless esb actions approach, we are using this as the <emphasis>Message Router</emphasis>.
+The configuration of <emphasis>SwithAction</emphasis> is like:
+ </para>
+ <informalexample>
+ <programlisting role="XML" ><![CDATA[
+<action class="org.jboss.soa.overlord.jbossesb.stateless.actions.SwitchAction"
+ name="..." process="process">
+ <property name="serviceDescriptionName"
+ value="{org.pi4soa.esbbroker.esbbroker}ESBBrokerProcess-Broker"/>
+ <property name="conversationType" value="overlord.cdl.samples.LoanBroker@Broker"/>
+ <property name="paths">
+ <case service-category="org.pi4soa.esbbroker.esbbroker"
+ service-name="ESBBrokerProcess_Broker__1">
+ <message type="enquiry"/>
+ </case>
+ <case service-category="org.pi4soa.esbbroker.esbbroker"
+ service-name="ESBBrokerProcess_Broker__7">
+ <event description="Event trigger to send quoteList message type(s)"/>
+ </case>
+ <case service-category="org.pi4soa.esbbroker.esbbroker"
+ service-name="ESBBrokerProcess_Broker__8">
+ <message type="buy"/>
+ </case>
+ </property>
+</action>
+ ]]></programlisting>
+ </informalexample>
+ <para>
+In this approach, the <emphasis>SwitchAction</emphasis> typically is the point of contact for other services. Also true for the internal services. In the same manner as the <emphasis>Stateful</emphasis> ESB actions, it is necessary to specify the 'conversation type' that the service represents, to enable conformance checking to be performed against a choreography description that provides the associated conversation type. In the <emphasis>Stateless</emphasis> ESB actions, this initial <emphasis>SwitchAction</emphasis> defines this information in the <emphasis>conversationType</emphasis> property.
+ </para>
+ <para>
+The 'paths' property defines one or more 'case' elements. These elements identify a service category and name that should be invoked upon receipt of one or more message types, as specified by 'message' elements contained within the 'case' elements.
+ </para>
+ <para>
+The 'type' attribute on the 'message' element defines the type of message that can be routed to the specified service category/name. In the example above, the message types have no namespace.
+However if they have a namespace, this can be defined in curly braces, e.g. "{http://www.jboss.org/samples}buy".
+ </para>
+ <para>
+The 'event' element is defined for paths with no associated message type. These paths are expected to be triggered by a different sort of event, for example an internal timeout managed by the service implementation. However these internal events are triggered, and directed to the appropriate service descriptor is a implementation issue for the service. The inclusion of this path in the <emphasis>SwitchAction</emphasis> symbolises the exist of this asynchronously triggered path in the behaviour of the service.
+ </para>
+ <para>
+Once a path has been selected, the associated service category/name will be invoked immediately.
+If none of the paths specified within this action are relevant to the received message, then a runtime exception will be thrown.
+ </para>
+ </section>
+
+ </section>
+
+ <tip>
+ In this M2 release, we've just had these four actions in the stateless esb action approach.
+ we might add other actions in the subsequent release. If you have any comments and feedback, you can go to the forum or issue track to raise your request.
+ </tip>
+
+ </section>
+
+ <section>
<title>Generating a JBossESB Configuration from CDL</title>
<section>
<title>Overview</title>
@@ -805,7 +1034,7 @@
<section>
<title>Generating the JBossESB Configuration</title>
<para>
-When the choreography description has been completed, and has no errors, the user should select the "Overlord->JBossESB->Generate ESB Services" menu item from the popup menu associated with the choreography description (.cdm) file.
+When the choreography description has been completed, and has no errors, the user should select the "Overlord->Generate->JBossESB Services" menu item from the popup menu associated with the choreography description (.cdm) file.
</para>
<imageobject>
@@ -813,14 +1042,15 @@
</imageobject>
<para>
-When the dialog window is displayed, it will contain the list of services that can be generated, along with the project names that will be created. The user can unselect the services they do not wish to generate (also using the 'Check All' or 'Clear All' buttons).
+When the dialog window is displayed, it will contain the list of services that can be generated, along with the project names that will be created. The user can unselect the services they do not wish to generate (also using the 'Check All' or 'Clear All' buttons). There is also a checkbox to determine whether a stateful or stateless (the default) implementation should be generated.
</para>
<imageobject>
<imagedata fileref="images/genesbconfig2.png" />
</imageobject>
+
<para>
-The user can also select their preferred build system, which will create the relevant build structure and script in the generated Java project, to enable the JBossESB service to be deployed.
+The user can also select their preferred build system, which will create the relevant build structure and script in the generated Java project to enable the JBossESB service to be deployed, as well as the appropiate messaging system to use.
</para>
<para>
If there is a problem with the name of the project select, such as invalid characters used in the name, or the project name already exists, then it will be displayed in red.
Deleted: cdl/trunk/docs/docbook/userguide/src/main/module/stateless-conversation-aware-esb.xml
===================================================================
--- cdl/trunk/docs/docbook/userguide/src/main/module/stateless-conversation-aware-esb.xml 2009-04-29 11:12:05 UTC (rev 607)
+++ cdl/trunk/docs/docbook/userguide/src/main/module/stateless-conversation-aware-esb.xml 2009-04-29 18:54:19 UTC (rev 608)
@@ -1,215 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]>
-<chapter id="statelessconversationawareesb">
- <title>Stateless ESB Actions</title>
- <section>
-
- <title>Stateless ESB Actions</title>
- <section>
- <title>Overview</title>
- <para>
-After the M1 release, we've found some problems in the conversation aware esb actions approach, mainly due to its complexity.
-Therefore, we've introduced the Stateless conversation ESB actions, which we will see it later on.
-With this new approach, users can still validate the message exchange in the runtime, but it doesn't need us to store
-the state. So it simplified a lot without losing its functionality.
- </para>
-
- </section>
-
- <section>
- <title>Interaction</title>
- <para>
-Firstly, let's see the two basic actions for interaction.
-Services interact by sending and receiving messages, whether synchronously or asynchronously.
- </para>
- <para>
-JBossESB is designed to anonymously handle inbound messages (possibly requests), without explicitly defining restrictions on message type, and then optionally returning responses (again without explicitly defining the response message type).
- </para>
- <para>
-Although this is sufficient for a runtime mechanism, where issues related to unexpected message types can be handled with suitable exceptions/faults, it does not enable the communication type structure to be understood by examination of the JBossESB configuration.
- </para>
-
- <section>
- <title>Sending a message</title>
- <para>
-When sending a message, the first thing to consider is the type of the message. This can be declared as a property on the <emphasis>SendMessageAction</emphasis>.
-If dealing with RPC style interactions, then we may also want to optionally specify an operation name.
- </para>
- <informalexample>
- <programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.stateless.actions.SendMessageAction"
- process="process" name="...">
- <property name="operation" value="getQuote" />
- <property name="messageType" value="requestForQuote" />
- ....
- </action>
- ]]></programlisting>
- </informalexample>
-
- <itemizedlist>
- <listitem>
-Sending a request
- <para>
-When sending a request, we need to identify the destination service category/name. This is done by either specifying the category and name explicitly, using the <emphasis>serviceCategory</emphasis> and <emphasis>serviceName</emphasis> properties:
- </para>
- <informalexample>
- <programlisting role="XML" ><![CDATA[
-
- <action class="org.jboss.soa.overlord.jbossesb.stateless.actions.SendMessageAction"
- process="process" name="...">
- ....
- <property name="serviceName" value="RequestForQuote.main" />
- <property name="serviceCategory" value="ESBBroker.SupplierParticipant" />
- ....
- </action>
- ]]></programlisting>
- </informalexample>
-
- </listitem>
-
- <listitem>
-Sending a response
- <informalexample>
- <programlisting role="XML" ><![CDATA[
-
- <action class="org.jboss.soa.overlord.jbossesb.stateless.actions.SendMessageAction"
- process="process" name="...">
- ....
- <property name="clientRole" value="buyer" />
- <property name="storageClass" value="orgization.your.impl.EPRStorageImpl" />
- ....
- </action>
- ]]></programlisting>
- </informalexample>
- <para>
-When sending a response, the destination will not be directly available. The destination would have been received as a 'reply to' EPR (Endpoint Reference) in a previously received request (see <emphasis>ReceiveMessageAction</emphasis> for details of how to store the 'reply to' EPR).
-Therefore, to indicate which EPR to respond to, a property called 'clientEPR' is specified with the name of the stored EPR. This must match up to a previously stored EPR name within a <emphasis>ReceiveMessageAction</emphasis>.
- </para>
- <para>
-The value of <emphasis>storageClass</emphasis> should be a class that implements the <emphasis>org.jboss.soa.overlord.jbossesb.EPRStorage</emphasis> interface, basically this class is responsible for registering, getting EPR from roleName.
- </para>
- </listitem>
- </itemizedlist>
-
- </section>
-
- <section>
- <title>Receiving a message</title>
-
- <informalexample>
- <programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.stateless.actions.ReceiveMessageAction"
- process="process" name="s1-2">
- <property name="operation" value="makeEnquiry" />
- <property name="messageType" value="enquiry" />
- <property name="clientRole" value="buyer" />
- <property name="storageClass" value="com.acme.services.creditAgency.MemoryEPRStorage" />
- </action>
- ]]></programlisting>
- </informalexample>
-
- <para>
-The <emphasis>ReceiveMessageAction</emphasis> is used to explicitly define the message type that should be received.
-If an RPC style has been used, then the optional operation name can also be defined.
- </para>
- <para>
-Unlike the <emphasis>SendMessageAction</emphasis>, which will actually send a message to the specified service category/name,
-the <emphasis>ReceiveMessageAction</emphasis> primarily serves to provide explicit details about the expected message and to perform any relevant validation of the message content. If an incorrect message type is received, then an error will be logged.
- </para>
- <para>
-The optional 'cliengRole' and 'storageClass' properties are used to store any specific "reply to" EPR (associated with the message) against the specified name. This makes the EPR accessible to any subsequent <emphasis>SendMessageAction</emphasis> activities that need to return a response or send a notification.
- </para>
- </section>
- </section>
-
- <section>
- <title>Controlling Flow</title>
- <para>
-This section describes the two control flow mechanisms that are supported by the stateless ESB actions.
- </para>
- <para>
-The default control flow, supported natively by the ESB action pipeline design, is a sequence. As the name implies, the actions are performed one at a time in the order they defined in the action pipeline, i.e. in a sequence.
- </para>
-
- <section>
- <title>Selecting paths based on a decision</title>
- <para>
-The action associated with the 'selection of a path based on a decision' is the <emphasis>IfAction</emphasis>. An example of this construct is:
- </para>
- <informalexample>
- <programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.stateless.actions.IfAction" name="..." process="process">
- <property name="paths">
- <if service-category="PurchaseGoods.CreditAgency" service-name="CreditAgency.decision1" decision-class="org.jboss.soa.overlord.jbossesb.TestDecision"/>
- <elseif service-category="PurchaseGoods.CreditAgency" service-name="CreditAgency.decision2" decision-class="org.jboss.soa.overlord.jbossesb.Test2ndDecision"/>
- <else service-category="PurchaseGoods.CreditAgency" service-name="CreditAgency.decision3"/>
- </property>
- </action>
- ]]></programlisting>
- </informalexample>
- <para>
-This construct defines a 'path' property with one or more elements, representing the <emphasis>if</emphasis>, <emphasis>elseif</emphasis> and <emphasis>else</emphasis> aspects of the traditional if/else construct. Only the <emphasis>if</emphasis> element is mandatory, and can be followed by zero or more <emphasis>elseif</emphasis> elements before ending with the optional <emphasis>else</emphasis> element.
- </para>
- <para>
-The <emphasis>if</emphasis> and <emphasis>elseif</emphasis> elements can define an 'decision-class' attribute to be evaluated at runtime, to determine if the associated 'service-category' and 'service-name' should be invoked.
-the value of decision-class must implement the interface of <emphasis>org.jboss.soa.overlord.jbossesb.Decision</emphasis>.
- </para>
- </section>
-
- <section>
- <title>Message router action</title>
- <para>
-The action used to select paths based on a received message type is <emphasis>SwitchAction</emphasis>.
-In the stateless esb actions approach, we are using this as the <emphasis>Message Router</emphasis>.
-The configuration of <emphasis>SwithAction</emphasis> is like:
- </para>
- <informalexample>
- <programlisting role="XML" ><![CDATA[
- <action class="org.jboss.soa.overlord.jbossesb.stateless.actions.SwitchAction" name="..." process="process">
- <property name="serviceDescriptionName" value="{org.pi4soa.esbbroker.esbbroker}ESBBrokerProcess-Broker"/>
- <property name="conversationType" value="overlord.cdl.samples.LoanBroker@Broker"/>
- <property name="paths">
- <case service-category="org.pi4soa.esbbroker.esbbroker" service-name="ESBBrokerProcess_Broker__1">
- <message type="enquiry"/>
- </case>
- <case service-category="org.pi4soa.esbbroker.esbbroker" service-name="ESBBrokerProcess_Broker__7">
- <event description="Event trigger to send quoteList message type(s)"/>
- </case>
- <case service-category="org.pi4soa.esbbroker.esbbroker" service-name="ESBBrokerProcess_Broker__8">
- <message type="buy"/>
- </case>
- </property>
- </action>
- ]]></programlisting>
- </informalexample>
- <para>
-In this approach, the <emphasis>SwitchAction</emphasis> typically is the point of contact for other services. Also true for the internal services.
-
- </para>
- <para>
-The 'paths' property defines one or more 'case' elements. These elements identify a service category and name that should be invoked upon receipt of one or more message types, as specified by 'message' elements contained within the 'case' elements.
- </para>
- <para>
-The 'type' attribute on the 'message' element defines the type of message that can be routed to the specified service category/name. In the example above, the message types have no namespace.
-However if they have a namespace, this can be defined in curly braces, e.g. "{http://www.jboss.org/samples}buy".
- </para>
- <para>
-the 'event' attribute for paths with no associated message type.
- </para>
- <para>
-Once a path has been selected, the associated service category/name will be invoked immediately.
-If none of the paths specified within this action are relevant to the received message, then a runtime exception will be thrown.
- </para>
- </section>
-
- </section>
-
- <tip>
- In this M2 release, we've just had these four actions in the stateless esb action approach.
- we might add other actions in the subsequent release. If you have any comments and feedback, you can go to the forum or issue track to raise your request.
- </tip>
-
- </section>
-</chapter>
-
17 years, 2 months
Overlord SVN: r607 - in cdl/trunk: distribution/src/main/release/samples/jbossesb/stateful and 5 other directories.
by overlord-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2009-04-29 07:12:05 -0400 (Wed, 29 Apr 2009)
New Revision: 607
Added:
cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/build.xml
cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/build.xml
Modified:
cdl/trunk/distribution/src/main/release/install/deployment.properties
cdl/trunk/docs/docbook/samplesguide/src/main/module/cdlconformance.xml
cdl/trunk/runtime/jbossesb-assembly/pom.xml
cdl/trunk/samples/jbossesb/client/build.xml
cdl/trunk/samples/jbossesb/client/src/com/acme/services/buyer/BrokerClient.java
Log:
* Update the sample guide.
* Add the build.xml in stateful/stateless folder, so users deploy examples easily.
Modified: cdl/trunk/distribution/src/main/release/install/deployment.properties
===================================================================
--- cdl/trunk/distribution/src/main/release/install/deployment.properties 2009-04-28 23:14:55 UTC (rev 606)
+++ cdl/trunk/distribution/src/main/release/install/deployment.properties 2009-04-29 11:12:05 UTC (rev 607)
@@ -7,11 +7,11 @@
# This path should not include spaces.
# Use of relative paths or paths with spaces will cause runtime errors
# when deploying and executing the quickstart and the trailblazers.
-# (e.g. /var/local/jboss-4.2.2.GA)
-org.jboss.esb.server.home=/var/local/jboss-4.2.2.GA
+# (e.g. /local/deploy/jboss-4.2.3.GA)
+org.jboss.esb.server.home=/local/deploy/jboss-4.2.3.GA
# The Configuration of JBoss AS to Use
# (e.g. default)
org.jboss.esb.server.config=default
# The directory for JBossESB home
-# (e.g. /var/local/jbossesb-4.4.GA)
-org.jboss.esb.home=/var/local/jbossesb-4.4.GA
+# (e.g. /local/deploy/jbossesb-4.5.GA)
+org.jboss.esb.home=/local/deploy/jbossesb-4.5.GA
Added: cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/build.xml
===================================================================
--- cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/build.xml (rev 0)
+++ cdl/trunk/distribution/src/main/release/samples/jbossesb/stateful/build.xml 2009-04-29 11:12:05 UTC (rev 607)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project name="jbossesb-stateful" default="deploy-purchasing" basedir=".">
+
+ <target name="deploy-purchasing" >
+ <ant dir="purchasing/store" target="deploy" />
+ <ant dir="common/creditAgency" target="deploy" />
+ </target>
+
+ <target name="undeploy-purchasing" >
+ <ant dir="purchasing/store" target="undeploy" />
+ <ant dir="common/creditAgency" target="undeploy" />
+ </target>
+
+ <target name="deploy-broker" >
+ <ant dir="brokerage/broker" target="deploy" />
+ <ant dir="brokerage/supplier" target="deploy" />
+ <ant dir="common/creditAgency" target="deploy" />
+ </target>
+
+ <target name="undeploy-broker" >
+ <ant dir="brokerage/broker" target="undeploy" />
+ <ant dir="brokerage/supplier" target="undeploy" />
+ <ant dir="common/creditAgency" target="undeploy" />
+ </target>
+
+
+</project>
Added: cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/build.xml
===================================================================
--- cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/build.xml (rev 0)
+++ cdl/trunk/distribution/src/main/release/samples/jbossesb/stateless/build.xml 2009-04-29 11:12:05 UTC (rev 607)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project name="jbossesb-stateless" default="deploy-purchasing" basedir=".">
+
+ <target name="deploy-purchasing" >
+ <ant dir="purchasing/store" target="deploy" />
+ <ant dir="common/creditAgency" target="deploy" />
+ </target>
+
+ <target name="undeploy-purchasing" >
+ <ant dir="purchasing/store" target="undeploy" />
+ <ant dir="common/creditAgency" target="undeploy" />
+ </target>
+
+ <target name="deploy-broker" >
+ <ant dir="brokerage/broker" target="deploy" />
+ <ant dir="brokerage/supplier" target="deploy" />
+ <ant dir="common/creditAgency" target="deploy" />
+ </target>
+
+ <target name="undeploy-broker" >
+ <ant dir="brokerage/broker" target="undeploy" />
+ <ant dir="brokerage/supplier" target="undeploy" />
+ <ant dir="common/creditAgency" target="undeploy" />
+ </target>
+
+
+</project>
Modified: cdl/trunk/docs/docbook/samplesguide/src/main/module/cdlconformance.xml
===================================================================
--- cdl/trunk/docs/docbook/samplesguide/src/main/module/cdlconformance.xml 2009-04-28 23:14:55 UTC (rev 606)
+++ cdl/trunk/docs/docbook/samplesguide/src/main/module/cdlconformance.xml 2009-04-29 11:12:05 UTC (rev 607)
@@ -5,8 +5,11 @@
<title>CDL Conformance</title>
<para>
-There are two examples to demonstrate the conversation aware ESB actions, and the conformance checking against a choreography. These are <filename>purchasing</filename>, a simple customer/supplier example with two associated Eclipse projects (<filename>purchasing-store</filename> and <filename>purchasing-models</filename>), and <filename>brokerage</filename> which extends the purchasing example through the introduction of a broker that mediates between potentially multiple suppliers to find the best deal, defined within three Eclipse projects (<filename>brokerage-broker</filename>, <filename>brokerage-supplier</filename> and <filename>brokerage-models</filename>).
+There are two examples to demonstrate the conversation aware ESB actions(for both stateful and stateless), and the conformance checking against a choreography.
</para>
+ <para>
+These are <filename>purchasing</filename>, a simple customer/supplier example with two associated Eclipse projects (<filename>purchasing-store</filename> and <filename>purchasing-models</filename>), and <filename>brokerage</filename> which extends the purchasing example through the introduction of a broker that mediates between potentially multiple suppliers to find the best deal, defined within three Eclipse projects (<filename>brokerage-broker</filename>, <filename>brokerage-supplier</filename> and <filename>brokerage-models</filename>).
+ </para>
<para>
These examples make use of a common <emphasis>Credit Agency</emphasis> service, defined within the <filename>common-creditAgency</filename> Eclipse project, and are executed through the use of client applications defined in the <filename>${OverlordCDL}/samples/client</filename> folder.
</para>
@@ -18,7 +21,8 @@
<section>
<title>Purchasing Example</title>
-
+ <section>
+ <title>Overview</title>
<para>
The purchasing example describes the interactions between a Buyer, Store and Credit Agency. The flow for this example would be:
</para>
@@ -64,25 +68,21 @@
<para>
Another Quick Fix option associated with this error is <emphasis>Update from Referenced Description</emphasis>. By selecting this option, you will notice that the message type is changed back to the value without the 'X'.
</para>
-
+ </section>
+
<section>
<title>Running the Example</title>
-
+ <para>
+ This example has two versions, stateful and stateless. in the sample folder, you will find the samples were grouped in stateful and stateless folder.
+ One is the sateful purchasing example (this is the example that we had since M1 release),the other is stateless purchasing example that is introduced in the M2 release.
+ </para>
<orderedlist>
<listitem>
First step is to install the ESB services. (Presumely the JBoss ESB server started already)
- In a command window,
- <itemizedlist>
- <listitem>
- Go to the <filename>$Overlord/samples/purchasing/store</filename> folder and execute <emphasis role="bold">ant deploy</emphasis>
- </listitem>
- <listitem>
- Go to the $Overlord/samples/common/creditAgency folder and execute <emphasis role="bold">ant deploy</emphasis>
- </listitem>
- </itemizedlist>
+ In a command window, Go to the the <filename>$Overlord/samples/stateful</filename> folder (or <filename>$Overlord/sample/stateless</filename> in the stateless approach), execute the <emphasis role="bold">ant deploy-purchasing</emphasis>.
</listitem>
<listitem>
- Go to the <filename>$Overlord/samples/client</filename> folder and execute <emphasis role="bold">ant runPurchasingClient</emphasis>, which will send a 'BuyRequest' message to the Store, which will then perform the credit check before returning a response to the client.
+ Go to the <filename>$Overlord/samples/client</filename> folder and execute <emphasis role="bold">ant runPurchasingClient</emphasis> (or <emphasis role="bold"> ant runStatelessPurchasingClient</emphasis> in stateless approach.), which will send a 'BuyRequest' message to the Store, which will then perform the credit check before returning a response to the client.
</listitem>
</orderedlist>
@@ -91,8 +91,7 @@
</para>
<tip>
- <para>You can undeploy the corresponding esb artifact by through command <command>ant undeploy</command> in its directory, such as
- $Overlord/samples/purchasing/store</para>
+ <para>You can undeploy the corresponding esb artifact by through command <command>ant undeploy-purchasing</command> in the <filename>$Overlord/samples/stateful</filename> folder or <filename>$Overlord/samples/stateless</filename> folder respectively.</para>
</tip>
</section>
@@ -101,7 +100,10 @@
<section>
<title>Brokerage Example</title>
-
+
+ <section>
+ <title>Overview</title>
+
<para>
The brokerage example describes the interactions between a Customer, Broker, Supplier and Credit Agency. The flow for this example would be:
</para>
@@ -162,34 +164,26 @@
<para>
The information regarding the expected message type is obtained from the choreography description in the <filename>brokerage-models</filename> project. To identify the precise interaction within the choreography that this error relates to, select the context menu associated with the error and choose the Quick Fix menu item. This will display a dialog with a list of fixes, select the <emphasis>Show referenced description</emphasis> option and press OK. This will cause the relevant interaction within the choreography description to be displayed.
</para>
-
+ </section>
+
<section>
<title>Running the Example</title>
-
+ <para>
+ This example has two versions, stateful and stateless. in the sample folder, you will find the samples were grouped in stateful and stateless folder.
+ one is the sateful broker example (this is the example that we had since M1 release), the other is stateless broker example that is introduced in the M2 release.
+ </para>
<orderedlist>
<listitem>
First step is to install the ESB services (Presumely the JBoss ESB server started already)
- In a command window,
- <itemizedlist>
- <listitem>
- Go to the <filename>$Overlord/samples/brokerage/supplier</filename> folder and execute <emphasis role="bold">ant deploy</emphasis>
- </listitem>
- <listitem>
- Go to the <filename>$Overlord/samples/brokerage/broker</filename> folder and execute <emphasis role="bold">ant deploy</emphasis>
- </listitem>
- <listitem>
- Go to the <filename>$Overlord/samples/common/creditAgency</filename> folder and execute <emphasis role="bold">ant deploy</emphasis>
- </listitem>
- </itemizedlist>
+ In a command window, Go to the <filename>$Overlord/samples/stateful</filename> folder (or <filename>$Overlord/sample/stateless</filename> in the stateless approach), execute <emphasis role="bold">ant deploy-broker</emphasis>
</listitem>
<listitem>
- Go to the <filename>$Overlord/samples/client</filename> folder and execute <emphasis role="bold">ant runBrokerageClient</emphasis>, which will initially send an 'enquiry' message to the Broker, which will communicate with the set of Suppliers to obtain the best quote. The client will then send a 'buy' request, which will result in the Broker performing a credit check before returning a response to the client.
+ Go to the <filename>$Overlord/samples/client</filename> folder and execute <emphasis role="bold">ant runBrokerageClient</emphasis> (or <emphasis role="bold"> ant runStatelessBrokerageClient</emphasis> in stateless approach.), which will initially send an 'enquiry' message to the Broker, which will communicate with the set of Suppliers to obtain the best quote. The client will then send a 'buy' request, which will result in the Broker performing a credit check before returning a response to the client.
</listitem>
</orderedlist>
<tip>
- <para>You can undeploy the corresponding esb artifact by through command <command>ant undeploy</command> in its directory, such as
- $Overlord/samples/brokerage/supplier</para>
+ <para>You can undeploy the corresponding esb artifact by through command <command>ant undeploy-broker</command> in $Overlord/samples/stateful or $Overlord/samples/stateless respectively.</para>
</tip>
</section>
Modified: cdl/trunk/runtime/jbossesb-assembly/pom.xml
===================================================================
--- cdl/trunk/runtime/jbossesb-assembly/pom.xml 2009-04-28 23:14:55 UTC (rev 606)
+++ cdl/trunk/runtime/jbossesb-assembly/pom.xml 2009-04-29 11:12:05 UTC (rev 607)
@@ -119,7 +119,6 @@
<exclude>c3p0:c3p0</exclude>
<exclude>log4j:log4j</exclude>
<exclude>org.jboss.jbossesb:rosetta</exclude>
- <exclude>org.mvel:mvel</exclude>
</excludes>
</configuration>
</plugin>
Modified: cdl/trunk/samples/jbossesb/client/build.xml
===================================================================
--- cdl/trunk/samples/jbossesb/client/build.xml 2009-04-28 23:14:55 UTC (rev 606)
+++ cdl/trunk/samples/jbossesb/client/build.xml 2009-04-29 11:12:05 UTC (rev 607)
@@ -36,8 +36,16 @@
<classpath refid="project.classpath" />
<classpath location="${classes.dir}" />
</java>
+
</target>
+ <target name="runStatelessPurchasingClient" depends="compile">
+ <java fork="yes" classname="com.acme.services.buyer.StatelessBuyerClient">
+ <classpath refid="project.classpath" />
+ <classpath location="${classes.dir}" />
+ </java>
+ </target>
+
<target name="runBrokerageClient" depends="compile">
<java fork="yes" classname="com.acme.services.buyer.BrokerClient">
<classpath refid="project.classpath" />
@@ -45,4 +53,11 @@
</java>
</target>
+ <target name="runStatelessBrokerageClient" depends="compile">
+ <java fork="yes" classname="com.acme.services.buyer.StatelessBrokerClient">
+ <classpath refid="project.classpath" />
+ <classpath location="${classes.dir}" />
+ </java>
+ </target>
+
</project>
Modified: cdl/trunk/samples/jbossesb/client/src/com/acme/services/buyer/BrokerClient.java
===================================================================
--- cdl/trunk/samples/jbossesb/client/src/com/acme/services/buyer/BrokerClient.java 2009-04-28 23:14:55 UTC (rev 606)
+++ cdl/trunk/samples/jbossesb/client/src/com/acme/services/buyer/BrokerClient.java 2009-04-29 11:12:05 UTC (rev 607)
@@ -42,7 +42,7 @@
System.setProperty("javax.xml.registry.ConnectionFactoryClass",regClass);
try {
- brokerInvoker = new ServiceInvoker("org.pi4soa.esbbroker.esbbroker", "ESBBrokerProcess_Broker");
+ brokerInvoker = new ServiceInvoker("ESBBroker.BrokerParticipant", "ESBBrokerProcess");
} catch (Exception e) {
throw new RuntimeException("Failed to create ServiceInvoker", e);
}
17 years, 2 months
Overlord SVN: r606 - cdl/trunk/distribution/validator/jbossesb/pi4soa.sar.
by overlord-commits@lists.jboss.org
Author: objectiser
Date: 2009-04-28 19:14:55 -0400 (Tue, 28 Apr 2009)
New Revision: 606
Added:
cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.cdl_2.0.0.200904101438.jar
cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.common_2.0.0.200904101438.jar
cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.j2ee_2.0.0.200904101438.jar
cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.jboss_2.0.0.200904101438.jar
cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.jbossesb_2.0.0.200904101438.jar
cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.service_2.0.0.200904101438.jar
Removed:
cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.cdl_2.0.0.200903181050.jar
cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.common_2.0.0.200903181050.jar
cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.j2ee_2.0.0.200903181050.jar
cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.jboss_2.0.0.200903181050.jar
cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.jbossesb_2.0.0.200903181050.jar
cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.service_2.0.0.200903181050.jar
Log:
Updated pi4soa to 2.0.0.GA.
Deleted: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.cdl_2.0.0.200903181050.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.cdl_2.0.0.200904101438.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.cdl_2.0.0.200904101438.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.common_2.0.0.200903181050.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.common_2.0.0.200904101438.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.common_2.0.0.200904101438.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.j2ee_2.0.0.200903181050.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.j2ee_2.0.0.200904101438.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.j2ee_2.0.0.200904101438.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.jboss_2.0.0.200903181050.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.jboss_2.0.0.200904101438.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.jboss_2.0.0.200904101438.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.jbossesb_2.0.0.200903181050.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.jbossesb_2.0.0.200904101438.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.jbossesb_2.0.0.200904101438.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.service_2.0.0.200903181050.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.service_2.0.0.200904101438.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/validator/jbossesb/pi4soa.sar/org.pi4soa.service_2.0.0.200904101438.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 2 months
Overlord SVN: r605 - in cdl/trunk/distribution/eclipse: features and 1 other directories.
by overlord-commits@lists.jboss.org
Author: objectiser
Date: 2009-04-28 18:17:25 -0400 (Tue, 28 Apr 2009)
New Revision: 605
Added:
cdl/trunk/distribution/eclipse/features/org.jboss.tools.overlord.cdl.jbossesb.feature_1.0.0.200904282311.jar
cdl/trunk/distribution/eclipse/features/org.scribble.conversation.feature_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/features/org.scribble.experimental.feature_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/features/org.scribble.feature_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/features/org.scribble.java.feature_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/features/org.scribble.protocol.feature_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.jboss.tools.overlord.cdl.runtime.jbossesb_1.0.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.jboss.tools.overlord.cdl.validator.jbossesb_1.0.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.conformance_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.comparator_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.export.text_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.model_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.parser_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.projector_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.validation_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.core_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.designer_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.expression.xpath_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.lang.comparator_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.lang.java.parser_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.lang.model_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.osgi_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.comparator_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.export.text_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.model_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.parser_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.projector_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.validation_0.1.0.200904282311.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.type.java_0.1.0.200904282311.jar
Removed:
cdl/trunk/distribution/eclipse/features/org.jboss.tools.overlord.cdl.jbossesb.feature_1.0.0.200903261709.jar
cdl/trunk/distribution/eclipse/features/org.scribble.conversation.feature_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/features/org.scribble.experimental.feature_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/features/org.scribble.feature_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/features/org.scribble.java.feature_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/features/org.scribble.protocol.feature_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.jboss.tools.overlord.cdl.runtime.jbossesb_1.0.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.jboss.tools.overlord.cdl.validator.jbossesb_1.0.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.conformance_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.comparator_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.export.text_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.model_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.parser_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.projector_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.validation_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.core_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.designer_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.expression.xpath_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.lang.comparator_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.lang.java.parser_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.lang.model_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.osgi_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.comparator_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.export.text_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.model_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.parser_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.projector_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.validation_0.1.0.200903261709.jar
cdl/trunk/distribution/eclipse/plugins/org.scribble.type.java_0.1.0.200903261709.jar
Modified:
cdl/trunk/distribution/eclipse/site.xml
Log:
Deleted: cdl/trunk/distribution/eclipse/features/org.jboss.tools.overlord.cdl.jbossesb.feature_1.0.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/features/org.jboss.tools.overlord.cdl.jbossesb.feature_1.0.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/features/org.jboss.tools.overlord.cdl.jbossesb.feature_1.0.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/features/org.scribble.conversation.feature_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/features/org.scribble.conversation.feature_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/features/org.scribble.conversation.feature_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/features/org.scribble.experimental.feature_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/features/org.scribble.experimental.feature_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/features/org.scribble.experimental.feature_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/features/org.scribble.feature_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/features/org.scribble.feature_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/features/org.scribble.feature_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/features/org.scribble.java.feature_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/features/org.scribble.java.feature_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/features/org.scribble.java.feature_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/features/org.scribble.protocol.feature_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/features/org.scribble.protocol.feature_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/features/org.scribble.protocol.feature_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.jboss.tools.overlord.cdl.runtime.jbossesb_1.0.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.jboss.tools.overlord.cdl.runtime.jbossesb_1.0.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.jboss.tools.overlord.cdl.runtime.jbossesb_1.0.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.jboss.tools.overlord.cdl.validator.jbossesb_1.0.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.jboss.tools.overlord.cdl.validator.jbossesb_1.0.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.jboss.tools.overlord.cdl.validator.jbossesb_1.0.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.conformance_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.conformance_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.conformance_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.comparator_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.comparator_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.comparator_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.export.text_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.export.text_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.export.text_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.model_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.model_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.model_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.parser_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.parser_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.parser_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.projector_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.projector_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.projector_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.validation_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.validation_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.conversation.validation_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.core_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.core_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.core_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.designer_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.designer_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.designer_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.expression.xpath_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.expression.xpath_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.expression.xpath_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.lang.comparator_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.lang.comparator_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.lang.comparator_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.lang.java.parser_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.lang.java.parser_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.lang.java.parser_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.lang.model_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.lang.model_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.lang.model_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.osgi_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.osgi_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.osgi_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.comparator_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.comparator_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.comparator_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.export.text_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.export.text_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.export.text_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.model_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.model_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.model_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.parser_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.parser_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.parser_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.projector_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.projector_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.projector_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.validation_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.validation_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.protocol.validation_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: cdl/trunk/distribution/eclipse/plugins/org.scribble.type.java_0.1.0.200903261709.jar
===================================================================
(Binary files differ)
Added: cdl/trunk/distribution/eclipse/plugins/org.scribble.type.java_0.1.0.200904282311.jar
===================================================================
(Binary files differ)
Property changes on: cdl/trunk/distribution/eclipse/plugins/org.scribble.type.java_0.1.0.200904282311.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: cdl/trunk/distribution/eclipse/site.xml
===================================================================
--- cdl/trunk/distribution/eclipse/site.xml 2009-04-28 22:09:45 UTC (rev 604)
+++ cdl/trunk/distribution/eclipse/site.xml 2009-04-28 22:17:25 UTC (rev 605)
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
- <feature url="features/org.scribble.conversation.feature_0.1.0.200903261709.jar" id="org.scribble.conversation.feature" version="0.1.0.200903261709">
+ <feature url="features/org.scribble.conversation.feature_0.1.0.200904282311.jar" id="org.scribble.conversation.feature" version="0.1.0.200904282311">
<category name="Common"/>
</feature>
- <feature url="features/org.scribble.experimental.feature_0.1.0.200903261709.jar" id="org.scribble.experimental.feature" version="0.1.0.200903261709">
+ <feature url="features/org.scribble.experimental.feature_0.1.0.200904282311.jar" id="org.scribble.experimental.feature" version="0.1.0.200904282311">
<category name="Common"/>
</feature>
- <feature url="features/org.scribble.feature_0.1.0.200903261709.jar" id="org.scribble.feature" version="0.1.0.200903261709">
+ <feature url="features/org.scribble.feature_0.1.0.200904282311.jar" id="org.scribble.feature" version="0.1.0.200904282311">
<category name="Common"/>
</feature>
- <feature url="features/org.scribble.java.feature_0.1.0.200903261709.jar" id="org.scribble.java.feature" version="0.1.0.200903261709">
+ <feature url="features/org.scribble.java.feature_0.1.0.200904282311.jar" id="org.scribble.java.feature" version="0.1.0.200904282311">
<category name="Common"/>
</feature>
- <feature url="features/org.scribble.protocol.feature_0.1.0.200903261709.jar" id="org.scribble.protocol.feature" version="0.1.0.200903261709">
+ <feature url="features/org.scribble.protocol.feature_0.1.0.200904282311.jar" id="org.scribble.protocol.feature" version="0.1.0.200904282311">
<category name="Common"/>
</feature>
- <feature url="features/org.jboss.tools.overlord.cdl.jbossesb.feature_1.0.0.200903261709.jar" id="org.jboss.tools.overlord.cdl.jbossesb.feature" version="1.0.0.200903261709">
+ <feature url="features/org.jboss.tools.overlord.cdl.jbossesb.feature_1.0.0.200904282311.jar" id="org.jboss.tools.overlord.cdl.jbossesb.feature" version="1.0.0.200904282311">
<category name="JBossESB"/>
</feature>
<category-def name="JBossESB" label="JBossESB">
17 years, 2 months