Author: mistysj
Date: 2012-12-18 21:53:10 -0500 (Tue, 18 Dec 2012)
New Revision: 9013
Modified:
epp/docs/branches/6.0/Release_Notes/en-US/Known_Issues.xml
epp/docs/branches/6.0/Release_Notes/en-US/Revision_History.xml
Log:
Added a few last minute release note changes
Modified: epp/docs/branches/6.0/Release_Notes/en-US/Known_Issues.xml
===================================================================
--- epp/docs/branches/6.0/Release_Notes/en-US/Known_Issues.xml 2012-12-19 02:03:55 UTC
(rev 9012)
+++ epp/docs/branches/6.0/Release_Notes/en-US/Known_Issues.xml 2012-12-19 02:53:10 UTC
(rev 9013)
@@ -10,7 +10,7 @@
<term><ulink
url="https://bugzilla.redhat.com/show_bug.cgi?id=880729" /></term>
<listitem>
<para>
- JBossWS outputs the URLs of individual nodes for ports it generates in the WSDL,
rather than the URL of the loadbalancer, even when the WSDL was generated from a
loadbalancer-fronted cluster. This causes the WSRP consumer to communicate directly with a
WS client instead of the loadbalancer, and prevents failover from working properly. This
is because the consumer still uses a failed node's URL rather than referring to the
loadbalancer to get another node. This problem will be fixed for JBoss Portal Platform 6
GA, but is still present in JBoss Portal Platform 6 Beta.
+ JBossWS outputs the URLs of individual nodes for ports it generates in the WSDL, rather
than the URL of the loadbalancer, even when the WSDL was generated from a
loadbalancer-fronted cluster. This causes the WSRP client to attempt to communicate with a
single node, even if it has been failed over. The client should refer to the loadbalancer
URL so that it is not disrupted in the event of a node failover.
</para>
</listitem>
</varlistentry>
@@ -25,7 +25,9 @@
<varlistentry>
<term><ulink
url="https://bugzilla.redhat.com/show_bug.cgi?id=882318" /></term>
<listitem>
- <para>When creating a navigation node with no name, the title of the web
page becomes the string "null". It should delegate to the portal page
name.</para>
+ <para>
+ When creating a navigation node which refers to a page with no title set, the title
of the page becomes the string <literal>null</literal>. The intended behavior
is that it should use the navigation node label and navigation node name instead.
+ </para>
</listitem>
</varlistentry>
<!--
https://bugzilla.redhat.com/show_bug.cgi?id=881975 -->
Modified: epp/docs/branches/6.0/Release_Notes/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/Release_Notes/en-US/Revision_History.xml 2012-12-19 02:03:55 UTC
(rev 9012)
+++ epp/docs/branches/6.0/Release_Notes/en-US/Revision_History.xml 2012-12-19 02:53:10 UTC
(rev 9013)
@@ -6,6 +6,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>6.0.0-8</revnumber>
+ <date>Wed Dec 19 2012</date>
+ <author>
+ <firstname>Misty</firstname>
+ <surname>Stanley-Jones</surname>
+ <email>jpp-docs(a)redhat.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Final draft of release notes for JBoss Portal Platform 6.0.0
Beta</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>6.0.0-7</revnumber>
<date>Wed Dec 19 2012</date>
<author>
@@ -15,7 +29,7 @@
</author>
<revdescription>
<simplelist>
- <member>Final draft of release notes for JBoss Portal Platform 6.0.0
Beta</member>
+ <member>Further draft of release notes for JBoss Portal Platform 6.0.0
Beta</member>
</simplelist>
</revdescription>
</revision>