[jboss-cvs] JBossAS SVN: r92715 - projects/docs/enterprise/5.0/Release_Notes/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Aug 23 19:27:36 EDT 2009


Author: irooskov at redhat.com
Date: 2009-08-23 19:27:36 -0400 (Sun, 23 Aug 2009)
New Revision: 92715

Modified:
   projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml
Log:
updated with known issue of JBPAPP-2571


Modified: projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml
===================================================================
--- projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml	2009-08-23 22:26:04 UTC (rev 92714)
+++ projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml	2009-08-23 23:27:36 UTC (rev 92715)
@@ -747,6 +747,14 @@
 				<itemizedlist>
 					<listitem>
 						<para>
+							<ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2571">JBPAPP-2571</ulink>: Running the Microsoft SQL server with Microsoft JDBC drivers 2.0 causes unstable builds in JBoss Messaging. This issue is created by the <literal>Adaptive Buffering</literal> being the default behavior for the driver as this only allows for large values ot be read once by using the <methodname>get&lt;Type&gt;Stream</methodname> method. The current workaround for this issue is to change the <parameter>responseBuffering</parameter> parameter of the JDBC connection URL from being <literal>adaptive</literal>, to being <literla>full</literal> (as it was for version 1.2 of the JDBC driver).
+						</para>
+<programlisting>
+&lt;url&gt;jdbc:sqlserver://[host];database=[database];responseBuffering=full;&lt;/url&gt; 
+</programlisting>
+					</listitem>
+					<listitem>
+						<para>
 							<ulink url="https://jira.jboss.org/jira/browse/JBAS-7049">JBAS-7049</ulink>: The server manager does not funciton correctly when Open JDK 6 is used because a <exceptionname>NullPointerException</exceptionname> check is missing in Open JDK 6. The workaround is to comment out the <property>java.security.debug</property> statement in the <filename>imports/server-config.xml</filename> file.
 						</para>
 					</listitem>




More information about the jboss-cvs-commits mailing list