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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 27 00:58:23 EDT 2009


Author: laubai
Date: 2009-10-27 00:58:22 -0400 (Tue, 27 Oct 2009)
New Revision: 95595

Modified:
   projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml
Log:
Added JBPAPP-2957, -3010.

Modified: projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml
===================================================================
--- projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml	2009-10-27 04:31:24 UTC (rev 95594)
+++ projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml	2009-10-27 04:58:22 UTC (rev 95595)
@@ -839,7 +839,8 @@
                         This occurs because the <filename>cglib.jar</filename> in JBoss Enterprise Application Platform 5.0 is signed, and the cglib-instrumented proxy uses the <filename>cglib.jar</filename> signer information instead of the signer information of the application target class.
                       </para>
                       <para>
-                        The workaround for this issue is to replace <filename>jboss-eap-5.0/jboss-as/common/lib/cglib.jar</filename> with an unsigned version of <filename>cglib.jar</filename>, which can be downloaded from <ulink url="http://repository.jboss.com/maven2-brew/cglib/cglib/2.2/cglib-2.2.jar">http://repository.jboss.com/maven2-brew/cglib/cglib/2.2/cglib-2.2.jar</ulink>.
+                        The patch for this issue has been released alongside JBoss Enterprise Application Platform 5.0<!-- and can be downloaded from <ulink url="">patch!location</ulink>-->.
+                        <!--The workaround for this issue is to replace <filename>jboss-eap-5.0/jboss-as/common/lib/cglib.jar</filename> with an unsigned version of <filename>cglib.jar</filename>, which can be downloaded from <ulink url="http://repository.jboss.com/maven2-brew/cglib/cglib/2.2/cglib-2.2.jar">http://repository.jboss.com/maven2-brew/cglib/cglib/2.2/cglib-2.2.jar</ulink>.-->
                       </para>
                     </listitem>
 					<listitem>
@@ -991,9 +992,14 @@
                </listitem>
                 <listitem>
                   <para>
-                    <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2957">JBPAPP-2957</ulink>: The <code>evict(Object key)</code> and <code>evictAll()</code> methods in <classname>EntityRegionAccessStrategy</classname> and <classname>CollectionRegionAccessStrategy</classname> attempt to remove objects from the cache without regard for transaction isolation. This is currently unsupported because JBoss Cache's <code>removeNode</code> method does not deal with transactions.
+                    <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2957">JBPAPP-2957</ulink>: The <code>evictAll()</code> method in <classname>EntityRegionAccessStrategy</classname> and <classname>CollectionRegionAccessStrategy</classname> attempts to remove objects from the cache without regard for transaction isolation. This is currently unsupported because JBoss Cache's <code>removeNode</code> method does not deal with transactions.
                   </para>
                 </listitem>
+                <listitem>
+                  <para>
+                    <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-3010">JBPAPP-3010</ulink>: The <code>evict(Object)</code> method in <classname>EntityRegionAccessStrategy</classname> and <classname>CollectionRegionAccessStrategy</classname> attempts to remove objects from the cache without regard for transaction isolation. This is currently unsupported because JBoss Cache's <code>removeNode</code> method does not deal with transactions.
+                  </para>
+                </listitem>
 
 
 <!--               <listitem>




More information about the jboss-cvs-commits mailing list