Author: abogachuk
Date: 2008-12-19 11:15:51 -0500 (Fri, 19 Dec 2008)
New Revision: 12726
Modified:
trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-452
Modified: trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2008-12-19 16:14:58 UTC (rev
12725)
+++ trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2008-12-19 16:15:51 UTC (rev
12726)
@@ -335,9 +335,41 @@
</imageobject>
</mediaobject>
</figure>
- <para>Then you will need to add JBoss ESB libraries to your
projects to configure the SOA server runtime exactly for your ptojects. Right-click on
your project, select <emphasis><property>Build Path > Add JBoss ESB
libraries</property></emphasis>. Now you can deploy your Helloworld project
to the server and run a test class in the client Java project to see the test result in
the Console view.</para>
+ <para>Then you will need to add JBoss ESB libraries to your
projects to configure the SOA server runtime exactly for your projects. Right-click on
your project, select <emphasis><property>Build Path > Add JBoss ESB
libraries</property></emphasis>: </para>
+ <figure>
+ <title>Add ESB Libraries</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/esb_project/17_Add_new_libraries.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Choose <emphasis><property>JBoss ESB
Libraries</property></emphasis>:</para>
+
+ <figure>
+ <title>ESB Libraries</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/esb_project/18_select_libraries.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>Select the necessary runtime to add to the project
classpath:</para>
+
+
+ <figure>
+ <title>Select a ESB runtime</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/esb_project/19_select_runtime.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>Now you can deploy your Helloworld project to the server and
run a test class in the client Java project to see the test result in the Console
view.</para>