[seam-commits] Seam SVN: r13526 - in branches/community/Seam_2_2: build and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Jul 28 16:27:44 EDT 2010
Author: manaRH
Date: 2010-07-28 16:27:44 -0400 (Wed, 28 Jul 2010)
New Revision: 13526
Modified:
branches/community/Seam_2_2/build/default.build.properties
branches/community/Seam_2_2/changelog.txt
branches/community/Seam_2_2/readme.txt
Log:
updating release information - 2.2.1.CR2
Modified: branches/community/Seam_2_2/build/default.build.properties
===================================================================
--- branches/community/Seam_2_2/build/default.build.properties 2010-07-28 13:42:07 UTC (rev 13525)
+++ branches/community/Seam_2_2/build/default.build.properties 2010-07-28 20:27:44 UTC (rev 13526)
@@ -8,7 +8,7 @@
major.version 2
minor.version .2
patchlevel .1
-qualifier -SNAPSHOT
+qualifier .CR2
#
# Other program locations
# -----------------------
Modified: branches/community/Seam_2_2/changelog.txt
===================================================================
--- branches/community/Seam_2_2/changelog.txt 2010-07-28 13:42:07 UTC (rev 13525)
+++ branches/community/Seam_2_2/changelog.txt 2010-07-28 20:27:44 UTC (rev 13526)
@@ -1,6 +1,52 @@
JBoss Seam Changelog
====================
+Release Notes - Seam - Version 2.2.1.CR2
+
+** Bug
+ * [JBSEAM-2419] - IAE: factory method with defined scope outjected a value: guestRole
+ * [JBSEAM-2974] - <s:fileUpload> doesnt work inside <h:dataTable>
+ * [JBSEAM-3769] - org.jboss.seam.ui.facelet.RendererRequest replaces HttpServletXXX with MockHttpServletXXX
+ * [JBSEAM-3996] - Seam should ignore duplicate classes on classpath
+ * [JBSEAM-4039] - Seam component cannot serve as a JAX-RS subresource
+ * [JBSEAM-4540] - OpenId example doesn't work with JBossAS 6.0.0.M1
+ * [JBSEAM-4542] - NoSuchEJBException when both Authenticator and web service use EJB transaction
+ * [JBSEAM-4562] - Drools example throws RuntimeDroolsException on JBoss AS 6
+ * [JBSEAM-4567] - Metawidget examples fail to deploy to JBoss AS 6 M2
+ * [JBSEAM-4570] - Seam Excel example doesn't work correctly on JBossAS 6.0.0.M2
+ * [JBSEAM-4587] - seam-mail does not render facets correctly on JBoss AS 6
+ * [JBSEAM-4590] - Multiple war in ear - resources not isolated between wars
+ * [JBSEAM-4591] - jboss-seam-resteasy.jar deployed without dependencies in seam-gen project
+ * [JBSEAM-4592] - jboss-seam-resteasy.jar not copied to a new seam-gen project
+ * [JBSEAM-4593] - AbstractSeamTest.Request.run() should call "afterRequest()" before facesContext.release()
+ * [JBSEAM-4600] - Deploying of icefaces project generated by seam-gen fails with exception
+ * [JBSEAM-4601] - Seambay example - web services page doesn't work with JBossAS 6.0.0.M2
+ * [JBSEAM-4606] - interpolation of parameters in logged messages are not substituted
+ * [JBSEAM-4623] - ServletContext is application scoped even though several can exist in one .ear
+ * [JBSEAM-4624] - Tasks example doesn't work correctly on Windows
+ * [JBSEAM-4629] - Disable default behaviour of auto-save for process instances
+ * [JBSEAM-4632] - Seam Reference Guide - 18.1.5. Lists - two properties called "alignment" in p:list
+ * [JBSEAM-4636] - tasks_jboss5.editTurtleTask fails
+ * [JBSEAM-4642] - Contextual instance are not available via ResteasyProviderFactory.getContextData()
+ * [JBSEAM-4666] - QueueConnection.stop() can not be called from an EJB containrer as stated in JEE5 spec section EE 6.6
+ * [JBSEAM-4669] - Major java deadlock between BijectionInterceptor and Component since the getInstanceFromFactory method is synchronized
+ * [JBSEAM-4671] - XML texts in the chapter for WebSphere do not render correctly in HTML + light refresh of the chapter
+ * [JBSEAM-4676] - Seam param - disabling EL expression evaluation
+ * [JBSEAM-4677] - Transaction Interceptor leaks transactions
+
+** Patch
+ * [JBSEAM-4444] - rich:comboBox have no dropdown arrow image when the project is generate by seam-gen
+ * [JBSEAM-4461] - small typo/mistake in reference manual
+ * [JBSEAM-4626] - Make install of own DocumentStore implementation possible
+ * [JBSEAM-4630] - File Attachment not Visible in certain versions of AppleMail
+
+** Task
+ * [JBSEAM-3035] - upgrade to Spring JAR to version 2.5
+ * [JBSEAM-4583] - Update Portlet Bridge and GateIn release instructions
+ * [JBSEAM-4627] - Upgrade to RESTEasy 2.0-beta-2
+ * [JBSEAM-4638] - In Seam mail do not recommend replacing the mail-ra.rar in JBoss 5.x
+ * [JBSEAM-4645] - Implement functional tests for nestedbooking example
+
Release Notes - Seam - Version 2.2.1.CR1
** Bug
Modified: branches/community/Seam_2_2/readme.txt
===================================================================
--- branches/community/Seam_2_2/readme.txt 2010-07-28 13:42:07 UTC (rev 13525)
+++ branches/community/Seam_2_2/readme.txt 2010-07-28 20:27:44 UTC (rev 13526)
@@ -1,7 +1,7 @@
JBoss Seam - Contextual Component framework for Java EE 5
=========================================================
-version 2.2.1.CR1, February 2010
+version 2.2.1.CR2, July 2010
This software is distributed under the terms of the FSF Lesser Gnu
Public License (see lgpl.txt).
More information about the seam-commits
mailing list