Author: objectiser
Date: 2010-01-20 12:09:46 -0500 (Wed, 20 Jan 2010)
New Revision: 468
Added:
trunk/docs/docbook/userguide/src/main/images/EclipseHelloWorldResponseUpdated.png
trunk/docs/docbook/userguide/src/main/images/EclipseHelloWorldUpdated.png
Modified:
trunk/docs/docbook/userguide/src/main/images/EclipseHelloWorldResponse.png
trunk/docs/docbook/userguide/src/main/module/deploy.xml
Log:
RIFTSAW-143 - add section on using the 'full publish' as part of deploying an
updated version of a BPEL project.
Modified: trunk/docs/docbook/userguide/src/main/images/EclipseHelloWorldResponse.png
===================================================================
(Binary files differ)
Added: trunk/docs/docbook/userguide/src/main/images/EclipseHelloWorldResponseUpdated.png
===================================================================
(Binary files differ)
Property changes on:
trunk/docs/docbook/userguide/src/main/images/EclipseHelloWorldResponseUpdated.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/docbook/userguide/src/main/images/EclipseHelloWorldUpdated.png
===================================================================
(Binary files differ)
Property changes on:
trunk/docs/docbook/userguide/src/main/images/EclipseHelloWorldUpdated.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/docs/docbook/userguide/src/main/module/deploy.xml
===================================================================
--- trunk/docs/docbook/userguide/src/main/module/deploy.xml 2010-01-20 09:56:26 UTC (rev
467)
+++ trunk/docs/docbook/userguide/src/main/module/deploy.xml 2010-01-20 17:09:46 UTC (rev
468)
@@ -200,7 +200,36 @@
</imageobject>
<para>
- You can then use the menu associated with the project, contained in the server, to
undeploy
+ If you now want to update the BPEL process, select the
<emphasis>assignHelloMesg</emphasis>
+ node in the diagram, and select the <emphasis>Properties</emphasis> view.
On the left of the
+ view is a vertical list of tabs. Select the <emphasis>Details</emphasis>
tab. Then select the
+ "Expression to Variable" from the list, and update the
<emphasis>concat</emphasis> function's
+ second parameter - for example to add 'UPDATED' to the text.
+ </para>
+
+ <imageobject>
+ <imagedata fileref="images/EclipseHelloWorldUpdated.png"
align="center" width="6in" />
+ </imageobject>
+
+ <para>
+ Once the update has been saved, go to the <emphasis>Server View</emphasis>
and select the
+ <emphasis>Full Publish</emphasis> option from the menu associated with
the
+ <emphasis>Quickstart_bpel_hello_world</emphasis> project. This will cause
the project to be
+ re-deployed to the RiftSaw server.
+ </para>
+
+ <para>
+ The final step is to then re-run the 'sendhello' target within the
<filename>build.xml</filename>
+ file, to send a new request, and view the response. The response should now be
modified
+ according to the changes you made in the BPEL process.
+ </para>
+
+ <imageobject>
+ <imagedata fileref="images/EclipseHelloWorldResponseUpdated.png"
align="center" width="6in" />
+ </imageobject>
+
+ <para>
+ You can then use the menu associated with the project, contained in the
<emphasis>Server View</emphasis>, to undeploy
the project (using the <emphasis>Add and Remove ...</emphasis> menu item)
and finally use
the menu associated with the server itself to <emphasis>Stop</emphasis>
the server.
</para>
Show replies by date