gatein SVN: r9189 - epp/docs/branches/6.0/Release_Notes/en-US.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2013-03-01 00:46:48 -0500 (Fri, 01 Mar 2013)
New Revision: 9189
Removed:
epp/docs/branches/6.0/Release_Notes/en-US/Known_Issues.xml
Modified:
epp/docs/branches/6.0/Release_Notes/en-US/6.0.0_Release_Notes.xml
epp/docs/branches/6.0/Release_Notes/en-US/Book_Info.xml
epp/docs/branches/6.0/Release_Notes/en-US/Components.xml
epp/docs/branches/6.0/Release_Notes/en-US/Introduction.xml
epp/docs/branches/6.0/Release_Notes/en-US/Resolved_Issues.xml
epp/docs/branches/6.0/Release_Notes/en-US/Revision_History.xml
Log:
Release Note draft content as extracted from DocDash
Modified: epp/docs/branches/6.0/Release_Notes/en-US/6.0.0_Release_Notes.xml
===================================================================
--- epp/docs/branches/6.0/Release_Notes/en-US/6.0.0_Release_Notes.xml 2013-02-28 03:47:52 UTC (rev 9188)
+++ epp/docs/branches/6.0/Release_Notes/en-US/6.0.0_Release_Notes.xml 2013-03-01 05:46:48 UTC (rev 9189)
@@ -1,6 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
-<!-- This document was created with Syntext Serna Free. -->
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!-- This document was created with Syntext Serna Free. --><!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "6.0.0_Release_Notes.ent">
%BOOK_ENTITIES;
]>
@@ -10,6 +9,38 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="New_Features.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Unsupported_Features.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Components.xml"/>
-<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Resolved_Issues.xml"/> --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Known_Issues.xml"/>
+ <chapter>
+ <title>Changes in this release</title>
+ <section>
+ <title>Bug Fixes</title>
+ <variablelist>
+ <title>Portal</title>
+ <varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=880729">880729</ulink> - WSRP clustering - Incorrect WSDL handling for producer in cluster </term>
+ <listitem>
+ <para>
+JBoss WS would output individual nodes' URL for ports in the WSDL it generated, even when the WSDL was generated from a loadbalancer-fronted cluster. This resulted in the WSRP consumer getting a WS client linked to an individual node's URL, instead of using the loadbalancer's consumer. Failover was not working properly because the consumer could potentially hold onto a node's URL even when the node was brought down. To fix the issue, a patch for the JBoss WS behavior was applied at the Apache CXF level. The WSDL now correctly uses the loadbalancer's URL, which allows proper failover to happen.
+</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=881975">881975</ulink> - Gadgets don't work when https is enabled </term>
+ <listitem>
+ <para>
+An issue with the format in which the HttpClient function returned the gadget hostname prevented communication with the host and caused the add gadget operation to fail with the error "Errors while retrieving gadget specification file". An improvement to the HttpClient API, and upstream HttpClient fixes has corrected the originally reported issue.
+</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=902363">902363</ulink> - Invalid property 'PortalPermissionSelector' or 'PagePermissionSelector' instead of 'Access Permission Setting' </term>
+ <listitem>
+ <para>
+An issue with missing i18n keys caused the PortalPermissionSelector and PagePermissionSelector i18n to be included instead of the translated UI text. Additionally, the icon was missing from the left of the translated string. The fix adds the two missing i18n keys using the #{UITabPane.title.UIListPermissionSelector} expression so that it was enough to add them into the file for locale 'en'. The .UITabSelector .FlatTabStyle .UIPermissionSelector24x24Icon rule was copied and renamed to match the expected class names PortalPermissionSelector24x24Icon and PagePermissionSelector24x24Icon. The forms now show internationalized texts and icons.
+</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </section>
+ </chapter>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
</book>
Modified: epp/docs/branches/6.0/Release_Notes/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/6.0/Release_Notes/en-US/Book_Info.xml 2013-02-28 03:47:52 UTC (rev 9188)
+++ epp/docs/branches/6.0/Release_Notes/en-US/Book_Info.xml 2013-03-01 05:46:48 UTC (rev 9189)
@@ -3,7 +3,7 @@
]>
<bookinfo id="arti-Release_Notes-Release_Notes">
<title>6.0.0 Release Notes</title>
- <subtitle>for use with JBoss Portal Platform, and its patch releases.</subtitle>
+ <subtitle>for use with JBoss Portal Platform.</subtitle>
<productname>JBoss Portal Platform</productname>
<productnumber>6</productnumber>
<edition>6.0.0</edition>
Modified: epp/docs/branches/6.0/Release_Notes/en-US/Components.xml
===================================================================
--- epp/docs/branches/6.0/Release_Notes/en-US/Components.xml 2013-02-28 03:47:52 UTC (rev 9188)
+++ epp/docs/branches/6.0/Release_Notes/en-US/Components.xml 2013-03-01 05:46:48 UTC (rev 9189)
@@ -1,95 +1,9 @@
-<?xml version='1.0'?>
+<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
<chapter id="components">
- <title>Components</title>
- <remark>Updated table from https://docspace.corp.redhat.com/docs/DOC-68705 (version 34)</remark>
-
- <table>
- <title>Component Versions</title>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>Component</entry>
- <entry>Version</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>JBoss Enterprise Application Platform</entry>
- <entry>6.0.1 GA</entry>
- </row>
- <row>
- <entry>eXo Kernel</entry>
- <entry>2.4.0-GA-redhat-1</entry>
- </row>
- <row>
- <entry>eXo Core</entry>
- <entry>2.5.0-GA-redhat-1</entry>
- </row>
- <row>
- <entry>eXo WS</entry>
- <entry>2.3.0-GA-redhat-1</entry>
- </row>
- <row>
- <entry>eXo JCR</entry>
- <entry>1.15.0-GA-redhat-1</entry>
- </row>
- <row>
- <entry>GateIn Common</entry>
- <entry>2.1.0.Final-redhat-1</entry>
- </row>
- <row>
- <entry>GateIn Dep</entry>
- <entry>1.2.0.Final-redhat-1</entry>
- </row>
- <row>
- <entry>GateIn Management</entry>
- <entry>1.1.0.Final-redhat-1</entry>
- </row>
- <row>
- <entry>GateIn MOP</entry>
- <entry>1.2.0.Final-redhat-1</entry>
- </row>
- <row>
- <entry>GateIn PC</entry>
- <entry>2.4.0.Final-redhat-1</entry>
- </row>
- <row>
- <entry>GateIn Shindig</entry>
- <entry>2.0.2.Final-gatein-3-redhat-1</entry>
- </row>
- <row>
- <entry>GateIn Simple Captcha</entry>
- <entry>1.1.1.Final-gatein-3-redhat-1</entry>
- </row>
- <row>
- <entry>GateIn SSO</entry>
- <entry>1.3.0.Final-redhat-1</entry>
- </row>
- <row>
- <entry>GateIn WCI</entry>
- <entry>2.3.0.Final-redhat-1</entry>
- </row>
- <row>
- <entry>GateIn WSRP</entry>
- <entry>2.2.1.CR01-redhat-1</entry>
- </row>
- <row>
- <entry>PicketLink IDM</entry>
- <entry>1.4.1.CR01-redhat-1</entry>
- </row>
- <row>
- <entry>Portlet Bridge</entry>
- <entry>3.1.1.Final-redhat-1</entry>
- </row>
- <row>
- <entry>RichFaces</entry>
- <entry>4.2.3.Final-redhat-1</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
+ <title>Components</title>
+ <para>The full list of component versions used in JBoss Portal Platform 6 is available at <ulink url="https://access.redhat.com/knowledge/node/119873/"/></para>
<!-- I accidentally redid the table in another file and mine is more up to date
<table frame="all" pgwide="1">
<title>Component Versions</title>
@@ -125,11 +39,11 @@
</row>
<row>
<entry>GateIn Common</entry>
- <entry>2.1.0.Final 2.1.0.Beta01</entry>
+ <entry>2.1.0.Final 2.1.0.Beta01</entry>
</row>
<row>
<entry>GateIn dep</entry>
- <entry>1.2.0.Final-redhat-1 1.2.0.Beta01</entry>
+ <entry>1.2.0.Final-redhat-1 1.2.0.Beta01</entry>
</row>
<row>
<entry>GateIn Management</entry>
@@ -141,7 +55,7 @@
</row>
<row>
<entry>GateIn Parent</entry>
- <entry>1.2.0.Final-redhat-1 1.2.0.Beta01</entry>
+ <entry>1.2.0.Final-redhat-1 1.2.0.Beta01</entry>
</row>
<row>
<entry>GateIn PC</entry>
@@ -178,5 +92,4 @@
</tbody>
</tgroup>
</table>
- -->
-</chapter>
+ --></chapter>
Modified: epp/docs/branches/6.0/Release_Notes/en-US/Introduction.xml
===================================================================
--- epp/docs/branches/6.0/Release_Notes/en-US/Introduction.xml 2013-02-28 03:47:52 UTC (rev 9188)
+++ epp/docs/branches/6.0/Release_Notes/en-US/Introduction.xml 2013-03-01 05:46:48 UTC (rev 9189)
@@ -1,5 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY VZ ''>
<!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent">
%BOOK_ENTITIES;
]>
@@ -7,326 +8,12 @@
<title>Introduction</title>
<para>Welcome to JBoss Portal Platform 6. As you become familiar with the newest version of JBoss Portal Platform, these Release Notes provide you with information about new features, resolved issues since the last release, and known issues. Use this document in conjunction with the entire JBoss Portal Platform 6 suite of documentation, available at <ulink url="https://access.redhat.com/knowledge/docs/JBoss_Enterprise_Portal_Platform/"/>. .</para>
<section>
- <title>JBoss Portal Platform 6 Beta Information</title>
- <para>Thank you for participating in the JBoss Portal Platform 6 Beta evaluation program. Your feedback is valuable. To assist you with your evaluation, please take the time to review the sections below for new features, untested configurations, and known issues.</para>
- <para>To provide feedback on your experience, contact Red Hat Global Support Services.</para>
- <section>
- <title>Beta Duration and Feedback</title>
- <para>
- The JBoss Portal Platform 6 Beta begins December 20, 2012, and ends February 15, 2013.
- </para>
- <para>
- We value your feedback during the Beta. Existing JBoss Portal Platform customers can provide feedback or log bugs via Red Hat Global Support Services and the Red Hat Customer Portal. Issues identified during the Beta program will be considered for future releases, but there is no guarantee about whether or when these issues will be addressed.
- </para>
- </section>
- </section>
- <section>
<title>Overview</title>
<para>JBoss Portal Platform offers an intuitive, easy to manage user interface and a proven core infrastructure to enable organizations to quickly build dynamic web sites in a highly reusable way. By bringing the principles of JBoss Open Choice to the presentation layer, JBoss Portal Platform 6 maximizes existing skills and technology investments.</para>
-<!-- Removed at Divya's request <para>By integrating open source frameworks such as JBoss Seam, Hibernate, Tomcat, and JBoss Cache, JBoss Portal Platform takes advantage of innovations in the open source community.</para>--><!-- REMOVED FOR BETA
- <para>JBoss Portal Platform &VZ; is fully tested and supported by Red Hat, and is tested to work on many leading enterprise hardware and software products.</para>--> <warning>
- <para>
- JBoss Portal Platform 6 Beta is not supported, but is provided for testing purposes.
- </para>
- </warning>
+<!-- Removed at Divya's request <para>By integrating open source frameworks such as JBoss Seam, Hibernate, Tomcat, and JBoss Cache, JBoss Portal Platform takes advantage of innovations in the open source community.</para>--> <para>JBoss Portal Platform &VZ; is fully tested and supported by Red Hat, and is tested to work on many leading enterprise hardware and software products.</para>
</section>
<section>
<title>Tested Configurations</title>
- <para>Every JBoss® Portal Platform release is tested on a variety of market-leading operating systems, Java™ Virtual Machines (JVMs), and database combinations. JBoss Portal Platform 6 Beta is tested and expected to work using the following configurations. The list of supported integrations for JBoss Portal Platform 6.0 will be published on the date of its General Availability.<!--For details of configurations on which JBoss Portal Platform is supported, refer to <ulink url="https://access.redhat.com/knowledge/articles/119833" />.--></para>
- <table>
- <title>Tested Integrations</title>
- <tgroup cols="4">
- <thead>
- <row>
- <entry>Operating System</entry>
- <entry>Oracle JDK</entry>
- <entry>IBM JDK</entry>
- <entry>OpenJDK</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>Red Hat Enterprise Linux 5 32-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6</entry>
- </row>
- <row>
- <entry>Red Hat Enterprise Linux 5 64-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6</entry>
- </row>
- <row>
- <entry>Red Hat Enterprise Linux 6 32-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6, 7</entry>
- </row>
- <row>
- <entry>Red Hat Enterprise Linux 6 64-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6, 7</entry>
- </row>
- <row>
- <entry>Solaris 10 32-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- <row>
- <entry>Solaris 10 64-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- <row>
- <entry>Solaris 10 SPARC</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- <row>
- <entry>Solaris 11 32-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- <row>
- <entry>Solaris 11 64-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- <row>
- <entry>Solaris 11 SPARC</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- <row>
- <entry>Microsoft Windows Server 2008 32-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- <row>
- <entry>Microsoft Windows Server 2008 64-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- <row>
- <entry>Microsoft Windows Server 2012 64-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- <table>
- <title>Supported Databases and JDBC Drivers</title>
- <tgroup cols="3">
- <thead>
- <row>
- <entry>Database</entry>
- <entry>JDBC Driver</entry>
- <entry>JDBC Version</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>IBM DB2 9.7</entry>
- <entry>IBM DB2 JDBC Universal Driver Architecture 4.13.80</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Oracle 11g R1</entry>
- <entry>Oracle JDBC Driver v11.1.0.7</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Oracle 11g R1 RAC</entry>
- <entry>Oracle JDBC Driver v11.1.0.7</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Oracle 11g R2</entry>
- <entry>Oracle JDBC Driver v11.2.0.3.0</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Oracle 11g R2 RAC</entry>
- <entry>Oracle JDBC Driver v11.2.0.3.0</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>MySQL 5.1</entry>
- <entry>MySQL Connector/J 5.1.21</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>MySQL 5.5</entry>
- <entry>MySQL Connector/J 5.1.21</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>PostgreSQL 8.4.8</entry>
- <entry>Postgresql Driver, Version 8.4-703</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>PostgreSQL 9.1.0</entry>
- <entry>Postgresql Driver, Version 9.1-903</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Microsoft SQL Server 2008</entry>
- <entry>Microsoft SQL Server JDBC Driver 4.0.2206.100</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Microsoft SQL Server 2008 R2</entry>
- <entry>Microsoft SQL Server JDBC Driver 4.0.2206.100</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Microsoft SQL Server 2012</entry>
- <entry>Microsoft SQL Server JDBC Driver 4.0.2206.100</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Sybase 15.7</entry>
- <entry>Sybase jConnect JDBC driver v7</entry>
- <entry>JDBC 4</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- <table>
- <title>Supported LDAP Servers</title>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>LDAP Server</entry>
- <entry>Versions</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>OpenDS</entry>
- <entry>1.2, 2.0, 2.2 Update 1</entry>
- </row>
- <row>
- <entry>Microsoft Active Directory</entry>
- <entry>Microsoft Windows Server 2008, 2008 R2, 2012</entry>
- </row>
- <row>
- <entry>OpenLDAP</entry>
- <entry>2.4</entry>
- </row>
- <row>
- <entry>SunDS</entry>
- <entry>6.1</entry>
- </row>
- <row>
- <entry>Oracle Directory Server</entry>
- <entry>11g</entry>
- </row>
- <row>
- <entry>Red Hat Directory Server</entry>
- <entry>7.1, 8.1, 8.2, 9.0</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- <table>
- <title>Supported SSO Providers</title>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>SSO Provider</entry>
- <entry>Version</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>JOSSO</entry>
- <entry>1.8, 2.2</entry>
- </row>
- <row>
- <entry>CAS</entry>
- <entry>3.5</entry>
- </row>
- <row>
- <entry>OpenAM</entry>
- <entry>9.5, 10.0</entry>
- </row>
- <row>
- <entry>SPNEGO</entry>
- <entry>Kerberos 5</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- <formalpara>
- <title>Supported Web Browsers</title>
-<!-- From https://docspace.corp.redhat.com/docs/DOC-71217 --> <para>
- The following web browsers have been tested and are expected to work with JBoss Portal Platform 6 Beta. The list of tested and supported browsers for JBoss Portal Platform 6 will be published on the date of its General Availability.
- </para>
- </formalpara>
- <variablelist>
- <varlistentry>
- <term>Microsoft Windows</term>
- <listitem>
- <itemizedlist>
- <listitem>
- <para>Microsoft Internet Explorer 8</para>
- </listitem>
- <listitem>
- <para>Microsoft Internet Explorer 9</para>
- </listitem>
- <listitem>
- <para>Microsoft Internet Explorer 10</para>
- </listitem>
- <listitem>
- <para>Mozilla Firefox 16</para>
- </listitem>
- <listitem>
- <para>Mozilla Firefox ESR 10</para>
- </listitem>
- <listitem>
- <para>Google Chrome 23</para>
- </listitem>
- </itemizedlist>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Red Hat Enterprise Linux</term>
- <listitem>
- <itemizedlist>
- <listitem>
- <para>Mozilla Firefox 16</para>
- </listitem>
- <listitem>
- <para>Mozilla Firefox ESR 10</para>
- </listitem>
- <listitem>
- <para>Google Chrome 23</para>
- </listitem>
- </itemizedlist>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Apple OS X</term>
- <listitem>
- <para>
- Safari 6.0
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
+ <para>For details of configurations on which JBoss Portal Platform is supported, see the JBoss Portal Platform Tested Configurations reference on the Customer Portal, <ulink url="https://access.redhat.com/knowledge/articles/119833"/>.</para>
</section>
</chapter>
Deleted: epp/docs/branches/6.0/Release_Notes/en-US/Known_Issues.xml
===================================================================
--- epp/docs/branches/6.0/Release_Notes/en-US/Known_Issues.xml 2013-02-28 03:47:52 UTC (rev 9188)
+++ epp/docs/branches/6.0/Release_Notes/en-US/Known_Issues.xml 2013-03-01 05:46:48 UTC (rev 9189)
@@ -1,70 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]>
-<chapter id="known">
-<title>Known Issues</title>
-<variablelist>
- <title>Portal</title>
- <!-- https://bugzilla.redhat.com/show_bug.cgi?id=880729 -->
- <varlistentry>
- <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 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>
- <!-- https://bugzilla.redhat.com/show_bug.cgi?id=886697 -->
- <varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=886697" /></term>
- <listitem>
- <para>When creating a new portal from a template, the image previews shown on the "Portal Templates" tab showing an image of an older GateIn template, not the JBoss Portal Platform template. These image previews will be updated in a future release. Although the image previews are inaccurate, this doesn't affect operation of JBoss Portal Platform in any way.</para>
- </listitem>
- </varlistentry>
- <!-- https://bugzilla.redhat.com/show_bug.cgi?id=882318 -->
- <varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=882318" /></term>
- <listitem>
- <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 -->
- <varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=881975" /></term>
- <listitem>
- <para>When accessing JBoss Portal Platform via the HTTPS protocol, attempting to add a gadgets fails with the error message "Errors while retrieving gadget specification file". The cause of this issue is that the function used to retrieve the hostname returns it in an invalid format, preventing communication with the host.</para>
- </listitem>
- </varlistentry>
-</variablelist>
-<variablelist>
- <title>PicketLink</title>
-
- <!-- https://bugzilla.redhat.com/show_bug.cgi?id=873711 -->
- <varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=873711" /></term>
- <listitem>
- <para>
- When Sybase 15.7 is used as the underlying relational DBMS together with Hibernate the following error message occurs: <code>SQLGrammarException: Incorrect syntax</code> The cause of this is that the wrong dialect is detected. This issue can be fixed by using the <code>org.hibernate.dialect.SybaseASE157Dialect</code> dialect instead of <code>org.hibernate.dialect.SybaseAnywhereDialect</code> or the dialect Hibernate automatically detects, which is <code>org.hibernate.dialect.SybaseASE15Dialect</code>.
- </para>
- <para>
- If you use Sybase 15.7 with JBoss Portal Platform, you need to enforce the dialect to be <code>SybaseASE157Dialect</code>. To do this, add the following to the <filename><replaceable>JPP_HOME</replaceable>/gatein/gatein.ear/portal.war/WEB-INF/conf/organization/idm-configuration.xml</filename> file:
- </para>
- <programlisting language="XML" role="XML"><![CDATA[
-<properties-param>
- <name>hibernate.properties</name>
- <description>Default Hibernate Service</description>
- <!--
- Should be automatically detected. Force otherwise
- -->
- <property name="hibernate.dialect" value="org.hibernate.dialect.SybaseASE157Dialect"/>
- ...
-</properties-param>
- ]]>
- </programlisting>
- </listitem>
- </varlistentry>
-</variablelist>
-
-</chapter>
Modified: epp/docs/branches/6.0/Release_Notes/en-US/Resolved_Issues.xml
===================================================================
--- epp/docs/branches/6.0/Release_Notes/en-US/Resolved_Issues.xml 2013-02-28 03:47:52 UTC (rev 9188)
+++ epp/docs/branches/6.0/Release_Notes/en-US/Resolved_Issues.xml 2013-03-01 05:46:48 UTC (rev 9189)
@@ -1,7 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]>
-<chapter id="resolved">
- <title>Resolved Issues</title>
- <para>There are no Resolved Issues in this release.</para>
-</chapter>
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 2013-02-28 03:47:52 UTC (rev 9188)
+++ epp/docs/branches/6.0/Release_Notes/en-US/Revision_History.xml 2013-03-01 05:46:48 UTC (rev 9189)
@@ -6,8 +6,8 @@
<simpara>
<revhistory>
<revision>
- <revnumber>6.0.0-9</revnumber>
- <date>Tue Jan 15 2013</date>
+ <revnumber>6.0.0-10</revnumber>
+ <date>Fri Mar 01 2013</date>
<author>
<firstname>Jared</firstname>
<surname>Morgan</surname>
@@ -15,8 +15,7 @@
</author>
<revdescription>
<simplelist>
- <member>Added Windows Server 2012 supported OS and JVM configuration (per email from Michal).</member>
- <member>BZ#892784 - Added note in Unsupported Features that Domain mode is not supported in JPP 6.</member>
+ <member>Draft prepared for JBoss Portal Platform 6 GA Release Notes. Current issue status is captured at https://presentations.cloud.lab.eng.bne.redhat.com/release_note_docs/4. If you are missing issues you expect to be present, review the link to find out why.</member>
</simplelist>
</revdescription>
</revision>
11 years, 10 months