[jboss-cvs] JBossAS SVN: r90487 - projects/docs/enterprise/4.3.5/readme/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jun 21 23:48:46 EDT 2009


Author: irooskov at redhat.com
Date: 2009-06-21 23:48:46 -0400 (Sun, 21 Jun 2009)
New Revision: 90487

Modified:
   projects/docs/enterprise/4.3.5/readme/en-US/Release_Notes_CP05.xml
Log:
added new JIRAs


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-06-19 22:45:59 UTC (rev 90486)
+++ projects/docs/enterprise/4.3.5/readme/en-US/Release_Notes_CP05.xml	2009-06-22 03:48:46 UTC (rev 90487)
@@ -943,14 +943,69 @@
 							</listitem>
 							<listitem>
 								<para>
+									<ulink url="http://opensource.atlassian.com/projects/hibernate/browse/EJB-282">EJB-282</ulink>: The <filename>ORM.xml</filename> file was being ignored when the <property>excludeUnlistedClass</property> property was set to <emphasis>true</emphasis> in the container mode. This bug has been rectified by modifying the <classname>Ejb3Configuration</classname> class to ensure that the <filename>ORM.xml</filename> file is searched even when the <property>excludeUnlistedClass</property> property is set to <emphasis>true</emphasis>.
+								</para>
+							</listitem>
+						<!--	<listitem>
+								<para>
 									<ulink url="http://opensource.atlassian.com/projects/hibernate/browse/EJB-280">EJB-280</ulink>: 
 								</para>
-							</listitem>
+							</listitem> -->
 							<listitem>
 								<para>
 									<ulink url="http://opensource.atlassian.com/projects/hibernate/browse/EJB-277">EJB-277</ulink>: String values could not be used as query hint values within Hibernate. This functionality has now been added to Hibernate EntityManager by modifying the <classname>ConfigurationHelper</classname> class to accept string values and the <classname>QueryImpl</classname> class to utilize these changes.
 								</para>
 							</listitem>
+							<listitem>
+								<para>
+									<ulink url="http://opensource.atlassian.com/projects/hibernate/browse/EJB-275">EJB-275</ulink>: Since IBM WebSphere does now return an encoded URL from the <methodname>cl.getResources</methodname> method, the <classname>JarVisitor</classname> would fail due to white space errors. The <classname>JarVisitor</classname> class has now been updated to ensure that URLs returned by IBM WebSphere is striped of any white space that may cause the program to produce an error.
+								</para>
+							</listitem>
+							<listitem>
+								<para>
+									<ulink url="http://opensource.atlassian.com/projects/hibernate/browse/EJB-271">EJB-271</ulink>: The <classname>EJB3OverridenAnnotationReader</classname> class has been improved by raising a warning when deployment descriptors refer to an unknown property. This has been achieved by checking for orphan properties.
+								</para>
+							</listitem>
+							<listitem>
+								<para>
+									<ulink url="http://opensource.atlassian.com/projects/hibernate/browse/EJB-269">EJB-269</ulink>: Hibernate EntityManager would fail to deploy a persistence archive in the <emphasis>Weblogic Server</emphasis>. This issue has been rectified by including a <filename>.jar file</filename> for archive browser handling for the <emphasis>Weblogic Server</emphasis>.
+								</para>
+							</listitem>
+							<listitem>
+								<para>
+									<ulink url="http://opensource.atlassian.com/projects/hibernate/browse/EJB-266">EJB-266</ulink>: Hibernate would initialize lazy objects that were being traversed by the <methodname>persist</methodname> operation. This release sees the Hibernate EntityManager avoid collection loading during a cascaded <methodname>persist</methodname>, allowing for increased performance on heavily cascaded object graphs.
+								</para>
+							</listitem>
+							<listitem>
+								<para>
+									<ulink url="http://opensource.atlassian.com/projects/hibernate/browse/EJB-263">EJB-263</ulink>: Within the <classname>QueryImpl</classname> class, elements were not being made unique before <methodname>getSingleResult</methodname> method exceptions were being raised. This allowed for a <exceptionname>NonUniqueResultException</exceptionname> to be generated incorrectly. For this release, elements within the <classname>QueryImpl</classname> class are now made unique before any <methodname>getSingleResult</methodname> method exceptions are raised.
+								</para>
+							</listitem>
+							<listitem>
+								<para>
+									<ulink url="http://opensource.atlassian.com/projects/hibernate/browse/EJB-262">EJB-262</ulink>: An improvement has been made to the <classname>Ejb3Configuration</classname> class that provides the XML file name when a parsing error occurs. In completing this task the new class <classname>NamedInputStream</classname> has been created.
+								</para>
+							</listitem>
+							<listitem>
+								<para>
+									<ulink url="http://opensource.atlassian.com/projects/hibernate/browse/EJB-259">EJB-259</ulink>: <filename>ORM.xml</filename> files that appear in any referecend <filename>.jar</filename> files were not evaluated by Hibernate EntityManager. In order to be in line with the EJB3 specifications, the <Classname>Ejb3Configuration</classname> class has been updated to make sure all <filename>ORM.xml</filename> files are evaluated.
+								</para>
+							</listitem>
+							<listitem>
+								<para>
+									<ulink url="http://opensource.atlassian.com/projects/hibernate/browse/EJB-257">EJB-257</ulink>: The <classname>EJB3Configuration</classname> class should be able to work successfully without needing to use any <methodname>configure</methodname> methods. This update allows for the <classname>EJB3Configuration</classname> class to work correctly without the need for any <methodname>configure</methodname> methods by copying the programmatically defined properties and using them with the new <classname>AnnotationConfiguration</classname>.
+								</para>
+							</listitem>
+							<listitem>
+								<para>
+									<ulink url="http://opensource.atlassian.com/projects/hibernate/browse/EJB-242">EJB-242</ulink>: The <classname>InputStreamZippedJarVisitor</classname> class has been updated to produce an exception instead of an IO exception so that Eclipse does not produce a <exceptionname>NullPointerException</exceptionname> but instead just logs a warning message. This allows for Hibernate and Eclipse to function easier together.
+								</para>
+							</listitem>
+							<listitem>
+								<para>
+									<ulink url="http://opensource.atlassian.com/projects/hibernate/browse/EJB-46">EJB-46</ulink>: The <methodname>PrePersist</methodname> callback method was not being utilized if the <property>primary key</property> of the entity was set to null. The way in which the Hibernate EntityManager would operate when a <property>primary key</property> of the entity was set to null has been changed so that the <methodname>PrePersist</methodname> callback method can be correctly utilized.
+								</para>
+							</listitem>
 						</itemizedlist>
 					</listitem>
 					<listitem>




More information about the jboss-cvs-commits mailing list