-
Bug
-
Resolution: Done
-
Major
-
EWP 5.0.0.CR2
-
None
-
Release Notes
Hi Laura,
section Known issues in release notes for EWP (http://documentation-stage.bne.redhat.com/docs/en-US/JBoss_Enterprise_Web_Platform/5.0.0/html/Release_Notes/Known_Issues_with_this_release.html) contains issue with JBoss Messaging. Messaging is not included in the EWP. This issue should be removed.
Issue:
JBPAPP-2571: Running the Microsoft SQL server with Microsoft JDBC drivers 2.0 causes unstable builds in JBoss Messaging. This issue is created by the Adaptive Buffering being the default behavior for the driver as this only allows for large values ot be read once by using the get<Type>Stream method. The current workaround for this issue is to change the responseBuffering parameter of the JDBC connection URL from being adaptive, to being full (as it was for version 1.2 of the JDBC driver).
<url>jdbc:sqlserver://[host];database=[database];responseBuffering=full;</url>