[teiid-commits] teiid SVN: r2581 - in branches/7.1.x: build/kits/jboss-container and 1 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed Sep 15 17:11:04 EDT 2010


Author: shawkins
Date: 2010-09-15 17:11:03 -0400 (Wed, 15 Sep 2010)
New Revision: 2581

Modified:
   branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html
   branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/clustering.xml
   branches/7.1.x/pom.xml
Log:
TEIID-1262 updating to Netty 3.2.1

Modified: branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html
===================================================================
--- branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html	2010-09-15 20:05:59 UTC (rev 2580)
+++ branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html	2010-09-15 21:11:03 UTC (rev 2581)
@@ -31,7 +31,8 @@
     <LI><B>Refined Load Balancing and Fail Over</B> - clients can use use the statement "SET NEWINSTANCE TRUE" to allow their connection to select a new server instance.  See the Client Developer's Guide for more information. 
     <LI><B>Simplified Role Usage</B> - a role can now be assigned to any authenticated user via the any-authenticated attribute on the data-role element.
     <LI><B>Materialized View Performance</B> - materialized view tables will now automatically create and use non-unique secondary indexes for unique constraints and indexes defined on the view. 
-    <LI><B>Binary Web Service Calls</B> - the ws translator now provides an invokeHttp procedure to return the blob contents and string content type of an http/https call.  
+    <LI><B>Binary Web Service Calls</B> - the ws translator now provides an invokeHttp procedure to return the blob contents and string content type of an http/https call.
+    <LI><B>Improved clustering support</B> - see the Admin Guide chapter on clustering.  
 </UL>
 
 <h2><a name="Compatibility">Compatibility Issues</a></h2>
@@ -127,6 +128,10 @@
 The following components have been updated:
 <h4>From 7.0</h4>
 <ul>
+	<li>Netty was upgraded to 3.2.1	
+</ul>
+<h4>From 7.0</h4>
+<ul>
 	<li>Direct integration of JBossCache jars were removed.
 	<li>Netty was upgraded to 3.2.0	
 	<li>JDOM was removed.

Modified: branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/clustering.xml
===================================================================
--- branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/clustering.xml	2010-09-15 20:05:59 UTC (rev 2580)
+++ branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/clustering.xml	2010-09-15 21:11:03 UTC (rev 2581)
@@ -6,12 +6,12 @@
    To cluster JBoss AS instances use these <ulink url="http://www.jboss.org/jbossas/docs/5-x.html">instructions</ulink> then Teiid instances
    are clustered as well. Just make sure that you installed Teiid in every JBoss AS node before starting the cluster. 
    There is one specific configuration that needs to be done for enabling the replicated (distributed) cache in Teiid. 
-   To enable distributed cache rename "&lt;jboss-as&gt;/server/&lt;profile&gt;/deploy/teiid/teiid-cache-manager-jboss-beans-rename-me.xml" file
-   to  "&lt;jboss-as&gt;/server/&lt;profile&gt;/deploy/teiid/teiid-cache-manager-jboss-beans.xml".         
+   To enable distributed caching, rename the "&lt;jboss-as&gt;/server/&lt;profile&gt;/deploy/teiid/teiid-cache-manager-jboss-beans-rename-me.xml" file
+   to "&lt;jboss-as&gt;/server/&lt;profile&gt;/deploy/teiid/teiid-cache-manager-jboss-beans.xml".         
    </para>
    
    <para>
-        Typically users create clusters to improve the performance of the system through  
+        Typically users create clusters to improve the performance of the system through:  
         <orderedlist>
             <listitem> <para>Load Balancing: Take look at the Client developers guide on how to use load balancing between multiple nodes.</para> </listitem>
             <listitem> <para>Fail Over: Take look at the Client developers guide on how to use fail over between multiple nodes.</para> </listitem>

Modified: branches/7.1.x/pom.xml
===================================================================
--- branches/7.1.x/pom.xml	2010-09-15 20:05:59 UTC (rev 2580)
+++ branches/7.1.x/pom.xml	2010-09-15 21:11:03 UTC (rev 2581)
@@ -481,7 +481,7 @@
 			<dependency>
 				<groupId>org.jboss.netty</groupId>
 				<artifactId>netty</artifactId>
-				<version>3.2.0.Final</version>
+				<version>3.2.1.Final</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.ant</groupId>



More information about the teiid-commits mailing list