From riftsaw-commits at lists.jboss.org Thu Jun 24 18:36:31 2010 Content-Type: multipart/mixed; boundary="===============1085245717073159818==" MIME-Version: 1.0 From: riftsaw-commits at lists.jboss.org To: riftsaw-commits at lists.jboss.org Subject: [riftsaw-commits] riftsaw SVN: r791 - in trunk: distribution/src/main/release/install and 1 other directories. Date: Thu, 24 Jun 2010 18:36:30 -0400 Message-ID: <201006242236.o5OMaUNP026196@svn01.web.mwc.hst.phx2.redhat.com> --===============1085245717073159818== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: objectiser Date: 2010-06-24 18:36:30 -0400 (Thu, 24 Jun 2010) New Revision: 791 Modified: trunk/distribution/src/main/assembly/bin.xml trunk/distribution/src/main/release/install/build.xml trunk/docs/docbook/gettingstartedguide/src/main/module/examples.xml trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml Log: Update to remove the webservice_esb_bpel example, and also remove the 'depl= oy-esb-examples' installation step. Modified: trunk/distribution/src/main/assembly/bin.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/distribution/src/main/assembly/bin.xml 2010-06-24 22:34:45 UTC (r= ev 790) +++ trunk/distribution/src/main/assembly/bin.xml 2010-06-24 22:36:30 UTC (r= ev 791) @@ -68,7 +68,6 @@ esb/bpel_loan_fault/** esb/invoke_esb_ebws/** esb/simple_esb_proxy_invoke/** - esb/webservice_esb_bpel/** quickstart/bpel_event_listener/** quickstart/hello_world/** quickstart/hello_world_header_ode/** Modified: trunk/distribution/src/main/release/install/build.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/distribution/src/main/release/install/build.xml 2010-06-24 22:34:= 45 UTC (rev 790) +++ trunk/distribution/src/main/release/install/build.xml 2010-06-24 22:36:= 30 UTC (rev 791) @@ -126,21 +126,7 @@ = - - - - - - = - - - - - - - - Modified: trunk/docs/docbook/gettingstartedguide/src/main/module/examples.x= ml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/docbook/gettingstartedguide/src/main/module/examples.xml 201= 0-06-24 22:34:45 UTC (rev 790) +++ trunk/docs/docbook/gettingstartedguide/src/main/module/examples.xml 201= 0-06-24 22:36:30 UTC (rev 791) @@ -185,91 +185,6 @@ = - = -
- ESB Examples - Order Management - = - - The ESB/BPEL example we are going to try out is the - 'order management' example. When the ESB examples have been - deployed, as described in the Installation chapter, then - this example will be located in the - ${JBossESB}/samples/quickstarts/webservice_esb_bpel - folder. - - = - - This example is different to the previous ESB example, in that - it uses the BPEL process running inside RiftSaw as a Web Service. - There is no direct invocation of the BPEL process. - - = - - The first step is to deploy the example to the running JBossAS - server. This is achieved using the following command: - - = - - ant deploy - - = - - When the ant script indicates that it has completed successfully, - the next step is to invoke the BPEL process we have just deployed. - This can be achieved using any SOAP client, such as SOAPUI (avail= able - from http://www.soapui.org/= ). - - = - - The WSDL definition is located in the bpel - folder, and can be used to initialise the SOAPUI client. The - service location is: = - http://localhost:8080/Webservice_esb_bpel_Retailer. - - = - - An example message can be found in the bpel/sampleData<= /filename> - subfolder. - - = - - - - = - - When the message is submitted to the BPEL process, the response receive= d is: - - = - - - - = - - This is an acknowledgement that the order has been received, and is awa= iting approval. - At this point, you can access the BPEL console, to see that the BPEL pr= ocess triggered - by the request message is still active. - - = - - The next step is to access the order manager, located at: - http://localho= st:8080/order-manager. - - = - - - - = - - Once the order has been approved, by pressing the Approve further processing - will be triggered using ESB components, as outlined in the following di= agram. - - = - - - - = -
-
Importing Examples into Eclipse = Modified: trunk/docs/docbook/gettingstartedguide/src/main/module/installati= on.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml= 2010-06-24 22:34:45 UTC (rev 790) +++ trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml= 2010-06-24 22:36:30 UTC (rev 791) @@ -100,10 +100,6 @@ - - If JBossESB has been installed, then run: ant deploy-esb-= examples to - install the BPEL/ESB examples into the JBossESB samples/quickstart= folder. - @@ -122,10 +118,6 @@ RiftSaw from JBossAS. The database option should specify the same = value used during installation of RiftSaw. - - If JBossESB has been installed, then run: ant undeploy-es= b-examples to - remove the BPEL/ESB examples from the JBossESB samples/quickstart = folder. - --===============1085245717073159818==--