[jboss-cvs] JBossAS SVN: r90727 - in projects/docs/enterprise: 4.3.5/readme/en-US and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 30 21:05:41 EDT 2009


Author: irooskov at redhat.com
Date: 2009-06-30 21:05:41 -0400 (Tue, 30 Jun 2009)
New Revision: 90727

Modified:
   projects/docs/enterprise/4.2.7/readme/en-US/Release_Notes_CP07.xml
   projects/docs/enterprise/4.3.5/readme/en-US/Release_Notes_CP05.xml
Log:
updated with new known issues for 4.2.7 and formatting issues fixed for both


Modified: projects/docs/enterprise/4.2.7/readme/en-US/Release_Notes_CP07.xml
===================================================================
--- projects/docs/enterprise/4.2.7/readme/en-US/Release_Notes_CP07.xml	2009-07-01 01:00:42 UTC (rev 90726)
+++ projects/docs/enterprise/4.2.7/readme/en-US/Release_Notes_CP07.xml	2009-07-01 01:05:41 UTC (rev 90727)
@@ -170,7 +170,7 @@
 					<para>
 						To avoid memory issues, adjust the memory settings before deploying the applications. You can do this by updating <literal>JAVA_OPTS</literal> settings in the file <filename>JBOSS_DIST/jboss-as/server/production/run.conf</filename> with these recommended values: 
 <programlisting>
-     -Xms1303m -Xmx1303m -XX:PermSize=256m -XX:MaxPermSize=256m
+-Xms1303m -Xmx1303m -XX:PermSize=256m -XX:MaxPermSize=256m
 </programlisting>
 					</para>
 			</warning>
@@ -1389,6 +1389,11 @@
 				<itemizedlist>
 					<listitem>
 						<para>
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1774">JBPAPP-1774</ulink>: The JBoss Enterprise Application Platform RPM cannot be installed with only the OpenJDK distribution.
+						</para>
+					</listitem>
+					<listitem>
+						<para>
 							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1286">JBPAPP-1286</ulink>: Footnotes within documentation tables and lists do not appear within PDFs. This issue resides within FOP and currently no workaround exists. Where possible footnotes are not used in the circumstances mentioned, however in documents such as the Release Notes the web address of a documented issue is automatically generated as a footnote and places a number beside that of the documented issue, referencing a footnote that does not appear.  
 						</para>
 					</listitem>
@@ -1403,9 +1408,9 @@
 						<para>
 							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1709">JBPAPP-1709</ulink>: The JPA spec defines the constant with a value that has a typo in the class name:
 						</para>
-						<programlisting>
-							javax.persistence.Persistence.PERSISTENCE_PROVIDER = "javax.persistence.spi.PeristenceProvider"
-						</programlisting>
+<programlisting>
+javax.persistence.Persistence.PERSISTENCE_PROVIDER = "javax.persistence.spi.PeristenceProvider"
+</programlisting>
 						<para>
 							The version of <filename>ejb3-persistence.jar</filename> released in EAP is non-compliant with the JPA spec because it sets the correct classname (without the typo) for this constant. 
 						</para>

Modified: projects/docs/enterprise/4.3.5/readme/en-US/Release_Notes_CP05.xml
===================================================================
--- projects/docs/enterprise/4.3.5/readme/en-US/Release_Notes_CP05.xml	2009-07-01 01:00:42 UTC (rev 90726)
+++ projects/docs/enterprise/4.3.5/readme/en-US/Release_Notes_CP05.xml	2009-07-01 01:05:41 UTC (rev 90727)
@@ -178,7 +178,7 @@
 					<para>
 						To avoid memory issues, adjust the memory settings before deploying the applications. You can do this by updating <literal>JAVA_OPTS</literal> settings in the file <filename>JBOSS_DIST/jboss-as/server/production/run.conf</filename> with these recommended values: 
 <programlisting>
-     -Xms1303m -Xmx1303m -XX:PermSize=256m -XX:MaxPermSize=256m
+-Xms1303m -Xmx1303m -XX:PermSize=256m -XX:MaxPermSize=256m
 </programlisting>
 					</para>
 			</warning>




More information about the jboss-cvs-commits mailing list