[jboss-svn-commits] JBL Code SVN: r38287 - in labs/jbossesb/tags/JBESB_4_12/product: docs/Administration_Guide/en-US and 6 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Feb 26 11:18:21 EST 2013


Author: tcunning
Date: 2013-02-26 11:18:21 -0500 (Tue, 26 Feb 2013)
New Revision: 38287

Modified:
   labs/jbossesb/tags/JBESB_4_12/product/build.xml
   labs/jbossesb/tags/JBESB_4_12/product/docs/Administration_Guide/en-US/Book_Info.xml
   labs/jbossesb/tags/JBESB_4_12/product/docs/Getting_Started_Guide/en-US/Article_Info.xml
   labs/jbossesb/tags/JBESB_4_12/product/docs/Getting_Started_Guide/en-US/Getting_Started_Guide.xml
   labs/jbossesb/tags/JBESB_4_12/product/docs/Programmers_Guide/en-US/Book_Info.xml
   labs/jbossesb/tags/JBESB_4_12/product/docs/Programmers_Guide/en-US/Building_and_Using_Services.xml
   labs/jbossesb/tags/JBESB_4_12/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_routing.xml
   labs/jbossesb/tags/JBESB_4_12/product/docs/Release_Notes/en-US/Article_Info.xml
   labs/jbossesb/tags/JBESB_4_12/product/docs/Release_Notes/en-US/Release_Notes.xml
   labs/jbossesb/tags/JBESB_4_12/product/docs/Release_Notes/en-US/Revision_History.xml
   labs/jbossesb/tags/JBESB_4_12/product/docs/SOA_SoftwareIntegration/en-US/Article_Info.xml
   labs/jbossesb/tags/JBESB_4_12/product/docs/Services_Guide/en-US/Book_Info.xml
Log:
JBESB-3905
Upgrade ESB version strings to 4.12


Modified: labs/jbossesb/tags/JBESB_4_12/product/build.xml
===================================================================
--- labs/jbossesb/tags/JBESB_4_12/product/build.xml	2013-02-26 16:17:40 UTC (rev 38286)
+++ labs/jbossesb/tags/JBESB_4_12/product/build.xml	2013-02-26 16:18:21 UTC (rev 38287)
@@ -40,7 +40,7 @@
 		<property name="org.jboss.esb.internal.jar.dest" location="build/jbossesb/lib"/>
 
 		<!-- JBoss ESB version -->
-		<property name="version" value="4.11"/>
+		<property name="version" value="4.12"/>
 		<property name="esb.server.name" value="jbossesb-server-${version}"/>
 		<property name="esbserver.dist.dir" value="${org.jboss.esb.internal.dest}/${esb.server.name}"/>
 

Modified: labs/jbossesb/tags/JBESB_4_12/product/docs/Administration_Guide/en-US/Book_Info.xml
===================================================================
--- labs/jbossesb/tags/JBESB_4_12/product/docs/Administration_Guide/en-US/Book_Info.xml	2013-02-26 16:17:40 UTC (rev 38286)
+++ labs/jbossesb/tags/JBESB_4_12/product/docs/Administration_Guide/en-US/Book_Info.xml	2013-02-26 16:18:21 UTC (rev 38287)
@@ -9,7 +9,7 @@
     <edition>1</edition>
     <pubsnumber>1</pubsnumber>
     <productname>JBoss ESB Project</productname>
-    <productnumber>4.11-</productnumber>
+    <productnumber>4.12-</productnumber>
   
   <!-- https://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/docs
 

Modified: labs/jbossesb/tags/JBESB_4_12/product/docs/Getting_Started_Guide/en-US/Article_Info.xml
===================================================================
--- labs/jbossesb/tags/JBESB_4_12/product/docs/Getting_Started_Guide/en-US/Article_Info.xml	2013-02-26 16:17:40 UTC (rev 38286)
+++ labs/jbossesb/tags/JBESB_4_12/product/docs/Getting_Started_Guide/en-US/Article_Info.xml	2013-02-26 16:18:21 UTC (rev 38287)
@@ -9,7 +9,7 @@
     <edition>1</edition>
     <pubsnumber>1</pubsnumber>
     <productname>JBoss ESB Project</productname>
-    <productnumber>4.11</productnumber>
+    <productnumber>4.12</productnumber>
 
 	<abstract>
 		<para>

Modified: labs/jbossesb/tags/JBESB_4_12/product/docs/Getting_Started_Guide/en-US/Getting_Started_Guide.xml
===================================================================
--- labs/jbossesb/tags/JBESB_4_12/product/docs/Getting_Started_Guide/en-US/Getting_Started_Guide.xml	2013-02-26 16:17:40 UTC (rev 38286)
+++ labs/jbossesb/tags/JBESB_4_12/product/docs/Getting_Started_Guide/en-US/Getting_Started_Guide.xml	2013-02-26 16:18:21 UTC (rev 38287)
@@ -18,7 +18,7 @@
 	<orderedlist>
 	    <listitem><para>JDK 6 (v1.6.0_21 recommended)</para></listitem>
 	    <listitem><para>Ant (v1.8.1 recommended)</para></listitem>
-	    <listitem><para>JBoss Application Server 4.2.x.GA or JBoss ESB Server 4.11</para></listitem>
+	    <listitem><para>JBoss Application Server 4.2.x.GA or JBoss ESB Server 4.12</para></listitem>
 	</orderedlist>
 	
 	<para>
@@ -42,7 +42,7 @@
     lightweight container to deploy to.     It is a stripped down version of the JBoss 
     application server that will deploy all of your WAR, SAR, but does not contain EJB3 
     libraries or deployers.   The main advantage of using the ESB Server over using the 
-    JBoss ESB 4.11 Server is that it has a much quicker boot time than the JBoss Application 
+    JBoss ESB 4.12 Server is that it has a much quicker boot time than the JBoss Application 
     Server, which is helpful during development.       
     </para>
 

Modified: labs/jbossesb/tags/JBESB_4_12/product/docs/Programmers_Guide/en-US/Book_Info.xml
===================================================================
--- labs/jbossesb/tags/JBESB_4_12/product/docs/Programmers_Guide/en-US/Book_Info.xml	2013-02-26 16:17:40 UTC (rev 38286)
+++ labs/jbossesb/tags/JBESB_4_12/product/docs/Programmers_Guide/en-US/Book_Info.xml	2013-02-26 16:18:21 UTC (rev 38287)
@@ -9,7 +9,7 @@
     <edition>1</edition>
     <pubsnumber>1</pubsnumber>
     <productname>JBoss ESB Project</productname>
-    <productnumber>4.11</productnumber>
+    <productnumber>4.12</productnumber>
   
   <!-- https://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/docs
 

Modified: labs/jbossesb/tags/JBESB_4_12/product/docs/Programmers_Guide/en-US/Building_and_Using_Services.xml
===================================================================
--- labs/jbossesb/tags/JBESB_4_12/product/docs/Programmers_Guide/en-US/Building_and_Using_Services.xml	2013-02-26 16:17:40 UTC (rev 38286)
+++ labs/jbossesb/tags/JBESB_4_12/product/docs/Programmers_Guide/en-US/Building_and_Using_Services.xml	2013-02-26 16:18:21 UTC (rev 38287)
@@ -804,7 +804,7 @@
 		<para>
 			As a message flows through the action pipeline, it also might be necessary
 			to intercept the pipeline at different points in the service lifecycle.   Pipeline
-			Interceptors have been added in ESB 4.11 that allow a developer to configure an
+			Interceptors have been added in ESB 4.12 that allow a developer to configure an
 			interceptor which will be passed a the service configuration and the message at the
 			start of the service, at the end of the service, at service instantiation, and at
 			the point at which the action pipeline fails due to an Exception.

Modified: labs/jbossesb/tags/JBESB_4_12/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_routing.xml
===================================================================
--- labs/jbossesb/tags/JBESB_4_12/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_routing.xml	2013-02-26 16:17:40 UTC (rev 38286)
+++ labs/jbossesb/tags/JBESB_4_12/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_routing.xml	2013-02-26 16:18:21 UTC (rev 38287)
@@ -103,7 +103,7 @@
         </para>
 
         <para>
-        The Streaming Aggregator, new in ESB 4.11, is an improved message aggregation action.
+        The Streaming Aggregator, new in ESB 4.12, is an improved message aggregation action.
 		Unlike the previous aggregator, the streaming aggregator does not require all messages
 		to have complete aggregation details - messages must have the message order number and a
 		unique aggregation id, but all messages do not need to specify how many messages will be 

Modified: labs/jbossesb/tags/JBESB_4_12/product/docs/Release_Notes/en-US/Article_Info.xml
===================================================================
--- labs/jbossesb/tags/JBESB_4_12/product/docs/Release_Notes/en-US/Article_Info.xml	2013-02-26 16:17:40 UTC (rev 38286)
+++ labs/jbossesb/tags/JBESB_4_12/product/docs/Release_Notes/en-US/Article_Info.xml	2013-02-26 16:18:21 UTC (rev 38287)
@@ -5,11 +5,11 @@
 ]>
 <articleinfo>
 	<title>Release Notes</title>
-	<subtitle>Release Notes for JBossESB 4.11</subtitle>
+	<subtitle>Release Notes for JBossESB 4.12</subtitle>
     <edition>1</edition>
     <pubsnumber>1</pubsnumber>
     <productname>JBoss ESB Project</productname>
-    <productnumber>4.11</productnumber>
+    <productnumber>4.12</productnumber>
 
 	<abstract>
 		<para>

Modified: labs/jbossesb/tags/JBESB_4_12/product/docs/Release_Notes/en-US/Release_Notes.xml
===================================================================
--- labs/jbossesb/tags/JBESB_4_12/product/docs/Release_Notes/en-US/Release_Notes.xml	2013-02-26 16:17:40 UTC (rev 38286)
+++ labs/jbossesb/tags/JBESB_4_12/product/docs/Release_Notes/en-US/Release_Notes.xml	2013-02-26 16:18:21 UTC (rev 38287)
@@ -10,7 +10,7 @@
 	<section>
 	    <title>Contacting Us</title>
 	    <para>
-	    Questions or comments about JBoss ESB 4.11 should be directed to our
+	    Questions or comments about JBoss ESB 4.12 should be directed to our
 	    support team.
 	    </para>
     </section>
@@ -19,7 +19,7 @@
 	    <title>Enhancements and Fixed Issues</title>
 
         <para>
-	    JBoss ESB 4.11 is the project release which will form the basis of the JBoss Enterprise SOA platform version 5.3.0 release.
+	    JBoss ESB 4.12 is the project release which will form the basis of the JBoss Enterprise SOA platform version 5.3.0 release.
 	    There are many bug fixes and enhancements in this release, the most notable of which are
         </para>
         <itemizedlist>
@@ -75,36 +75,36 @@
 
         <para>
         In addition to this document, the following guides are available in the
-        JBoss ESB 4.11 documentation set:
+        JBoss ESB 4.12 documentation set:
         </para>
 	
         <itemizedlist>
             <listitem>
                 <para>
-                JBoss ESB 4.11 Getting Started Guide: Provides a quick start
+                JBoss ESB 4.12 Getting Started Guide: Provides a quick start
                 reference to configuring and using the ESB.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                JBoss ESB 4.11 Programmers Guide: How to develop using JBossESB.
+                JBoss ESB 4.12 Programmers Guide: How to develop using JBossESB.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                JBoss ESB 4.11 Administration Guide: Information on how to
+                JBoss ESB 4.12 Administration Guide: Information on how to
                 manage JBossESB.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                JBoss ESB 4.11 Services Guide: Information on 
+                JBoss ESB 4.12 Services Guide: Information on 
                 the services available with JBossESB.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                JBoss ESB 4.11 SOA Software Integration Guide: Documentation
+                JBoss ESB 4.12 SOA Software Integration Guide: Documentation
                 describing the configurations of the SOA Software registry
                 within ESB.
                 </para>

Modified: labs/jbossesb/tags/JBESB_4_12/product/docs/Release_Notes/en-US/Revision_History.xml
===================================================================
--- labs/jbossesb/tags/JBESB_4_12/product/docs/Release_Notes/en-US/Revision_History.xml	2013-02-26 16:17:40 UTC (rev 38286)
+++ labs/jbossesb/tags/JBESB_4_12/product/docs/Release_Notes/en-US/Revision_History.xml	2013-02-26 16:18:21 UTC (rev 38287)
@@ -25,7 +25,7 @@
 
 				<revdescription>
 					<simplelist>
-					  <member>Created for JBossESB 4.11.</member>
+					  <member>Created for JBossESB 4.12.</member>
 					</simplelist>
 				</revdescription>
 			</revision>

Modified: labs/jbossesb/tags/JBESB_4_12/product/docs/SOA_SoftwareIntegration/en-US/Article_Info.xml
===================================================================
--- labs/jbossesb/tags/JBESB_4_12/product/docs/SOA_SoftwareIntegration/en-US/Article_Info.xml	2013-02-26 16:17:40 UTC (rev 38286)
+++ labs/jbossesb/tags/JBESB_4_12/product/docs/SOA_SoftwareIntegration/en-US/Article_Info.xml	2013-02-26 16:18:21 UTC (rev 38287)
@@ -9,7 +9,7 @@
     <edition>1</edition>
     <pubsnumber>1</pubsnumber>
     <productname>JBoss ESB Project</productname>
-    <productnumber>4.11</productnumber>
+    <productnumber>4.12</productnumber>
 
 	<abstract>
 		<para>

Modified: labs/jbossesb/tags/JBESB_4_12/product/docs/Services_Guide/en-US/Book_Info.xml
===================================================================
--- labs/jbossesb/tags/JBESB_4_12/product/docs/Services_Guide/en-US/Book_Info.xml	2013-02-26 16:17:40 UTC (rev 38286)
+++ labs/jbossesb/tags/JBESB_4_12/product/docs/Services_Guide/en-US/Book_Info.xml	2013-02-26 16:18:21 UTC (rev 38287)
@@ -10,7 +10,7 @@
     <edition>1</edition>
     <pubsnumber>1</pubsnumber>
     <productname>JBoss ESB Project</productname>
-    <productnumber>4.11</productnumber>
+    <productnumber>4.12</productnumber>
   
 	<abstract>
 	    <para>



More information about the jboss-svn-commits mailing list