[jboss-svn-commits] JBL Code SVN: r36586 - in labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US: OOB-Actions and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Feb 2 22:39:33 EST 2011


Author: dlesage
Date: 2011-02-02 22:39:33 -0500 (Wed, 02 Feb 2011)
New Revision: 36586

Modified:
   labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/Configuration.xml
   labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/Example.xml
   labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_webservices_SOAP.xml
Log:
SOA-2183 Merge product document changes back into project document to synchronise them.

Modified: labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/Configuration.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/Configuration.xml	2011-02-03 03:38:08 UTC (rev 36585)
+++ labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/Configuration.xml	2011-02-03 03:39:33 UTC (rev 36586)
@@ -2186,22 +2186,21 @@
 	    </title>
 	
 	        <para>
-    	        To configure security constraints, one must add
-    	        configurations to the &lt;http-provider&gt; section of the ESB
-    	        configuration i.e. this can not be done directly on the
-    	        &lt;http-gateway&gt; configuration.
+    	        To configure security constraints, add
+    	        configurations to the ESB Configuration's &lt;http-provider&gt; 
+    	        configuration section.  (In other words, this can not be done directly on the
+    	        &lt;http-gateway&gt; configuration.)
 	        </para>
 	       	       
 	        <para>
-    	        So the process of securing a &lt;http-gateway&gt; is as
+    	        The process of securing a &lt;http-gateway&gt; is as
     	        follows:
 	        </para>
 	       
 <orderedlist>	       
     <listitem>
         <para>
-            Specify a &lt;http-bus&gt; in the &lt;http-provider&gt; section
-            of the ESB configuration.
+            Specify a &lt;http-bus&gt; in the configuration's &lt;http-provider&gt; section.
         </para>    
     </listitem>	       
         <listitem>
@@ -2211,7 +2210,7 @@
     </listitem>	  
         <listitem>
         <para>
-            Refence the &lt;http-bus&gt; from the &lt;http-listener&gt;
+            Refence the &lt;http-bus&gt; from the &lt;http-gateway&gt;
             using the "busrefid" attribute.
         </para>    
     </listitem>	     
@@ -2220,7 +2219,7 @@
 
     <note>
         <para>
-           See the "http-gateway" Quickstart for a full config example.
+           See the "http-gateway" Quickstart for a more detailed example.
         </para>
     </note>
 </section>

Modified: labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/Example.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/Example.xml	2011-02-03 03:38:08 UTC (rev 36585)
+++ labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/Example.xml	2011-02-03 03:39:33 UTC (rev 36586)
@@ -368,23 +368,21 @@
             <member><filename>jbossts-common.jar</filename></member>
             <member><filename>log4j.jar</filename></member>
             <member><filename>stax-ex.jar</filename></member>
-            <member><filename>stax-api-1.0.1.jar</filename></member>
+            <member><filename>stax-api-1.0.2.jar</filename></member>
             <member><filename>jbossall-client.jar</filename></member>
-            <member><filename>scout-1.2.aop.jar </filename></member>
+            <member><filename>scout-1.2.1.aop.jar </filename></member>
             <member><filename>xbean-2.2.0.jar</filename></member>
             <member><filename>commons-logging.jar</filename></member>
-            <member><filename>jboss-aop-jdk50.jar</filename></member>
             <member><filename>javassist.jar</filename></member>
             <member><filename>trove.jar</filename></member>
             <member><filename>juddi-client-3.0.0.aop.jar</filename></member>
-            <member><filename>juddi-core-3.0.0.aop.jar</filename></member>
-            <member><filename>juddi-ws-3.0.0.jar</filename></member>
+            <member><filename>juddi-core-3.0.1.aop.jar</filename></member>
             <member><filename>commons-configuration-1.5.jar</filename></member>
             <member><filename>commons-lang-2.3.jar</filename></member>
             <member><filename> jboss-messaging-client.jar</filename></member>
             <member><filename>jboss-remoting.jar</filename></member>
             <member><filename>commons-codec-1.3.jar</filename></member>
-            <member><filename>wstx-asl-3.2.0.jar</filename></member>
+            <member><filename>wstx.jar</filename></member>
             <member><filename>xercesImpl.jar</filename></member>
         </simplelist>
 		

Modified: labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_webservices_SOAP.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_webservices_SOAP.xml	2011-02-03 03:38:08 UTC (rev 36585)
+++ labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_webservices_SOAP.xml	2011-02-03 03:39:33 UTC (rev 36586)
@@ -76,7 +76,9 @@
             
             </variablelist>
 
-            
+
+
+
         </section>
         
         <section id="sect-webservicessoap-dependencies">
@@ -276,6 +278,28 @@
                 </row>
                 </tbody></tgroup></table>
                 
+<important>
+    <para>
+        If there is a SOA Fault and HTTP 500 error in the websevice being
+        called, the JBoss Enterprise Service Bus SOAP UI client will do the
+        following:
+    </para>
+    
+    <orderedlist>
+        <listitem>        
+        <para>
+            Print "WARN [SOAPClient] Received status code '500' on HTTP
+            SOAP (POST) request to ....."
+        </para>
+    </listitem>
+    <listitem>        
+        <para>
+            Ignore the fault and just continue to the next action
+        </para>
+    </listitem>
+    </orderedlist>
+</important>                            
+                
         <section id="sect-webservicessoap-operation-parameters">
             <title>SOAP Operation Parameters</title>
             <para>



More information about the jboss-svn-commits mailing list