[seam-commits] Seam SVN: r14444 - branches/community/Seam_2_3/distribution/src/main/assembly.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Mar 28 09:26:18 EDT 2012
Author: manaRH
Date: 2012-03-28 09:26:18 -0400 (Wed, 28 Mar 2012)
New Revision: 14444
Modified:
branches/community/Seam_2_3/distribution/src/main/assembly/changelog.txt
branches/community/Seam_2_3/distribution/src/main/assembly/readme.txt
branches/community/Seam_2_3/distribution/src/main/assembly/seam23migration.txt
Log:
updated readme, changelog and migration doc
Modified: branches/community/Seam_2_3/distribution/src/main/assembly/changelog.txt
===================================================================
--- branches/community/Seam_2_3/distribution/src/main/assembly/changelog.txt 2012-03-28 12:59:20 UTC (rev 14443)
+++ branches/community/Seam_2_3/distribution/src/main/assembly/changelog.txt 2012-03-28 13:26:18 UTC (rev 14444)
@@ -1,6 +1,46 @@
JBoss Seam Changelog
====================
+Release Notes - Seam2 - Version 2.3.0.BETA1
+
+** Feature Request
+ * [ JBSEAM-4722 ] Add JSF2, bean validation and EJB 3.1 support
+ * [ JBSEAM-4756 ] Update Seam drools libraries to Drools 5.1
+
+** Bug
+ * [ JBSEAM-3848 ] Seam fails to create and inject components when multiple ajax-requests are fired from a commandLink or commandButton, using ajax4jsf.
+ * [ JBSEAM-4146 ] "no file extension in servlet path" exception whenever a servlet throws an exception
+ * [ JBSEAM-4500 ] Seam 2.2.0 based application fails to run if hibernate validator 4.0.2 GA used
+ * [ JBSEAM-4621 ] Page Navigation exception after upgrading to JSF 2.0
+ * [ JBSEAM-4637 ] Seam does not work with JSF 2.0 faces-config.xml
+ * [ JBSEAM-4639 ] In JSF2, Seam sets JSF view Id to null for postback requests
+ * [ JBSEAM-4652 ] Using JSF 2 And Seam
+ * [ JBSEAM-4667 ] Using JSF 2 And Seam - conversation Id
+ * [ JBSEAM-4829 ] Multiple class changes to make JpaIdentityStore clusterable
+ * [ JBSEAM-4830 ] Seam version is not displayed on JBoss AS 7
+ * [ JBSEAM-4839 ] Order of Local and Remote Business interfaces is not deterministic
+ * [ JBSEAM-4840 ] ProxyFactory with old Javassist bugs
+ * [ JBSEAM-4854 ] countQuery not correcly generated when group by is used
+ * [ JBSEAM-4857 ] Global Non-EE thread can't get UserTransaction on JBoss AS7
+ * [ JBSEAM-4864 ] Debug page for exceptions are not found on AS7 with JSF2
+ * [ JBSEAM-4868 ] Long conversation is time out immediately after redirect
+ * [ JBSEAM-4891 ] JSF2 Booking example validation doesn't work
+ * [ JBSEAM-4892 ] spring-seam-2.2.xsd renamed to 2.3, but not updated in spring.schemas
+ * [ JBSEAM-4893 ] Seam Mail does not work in JSF 2.0
+ * [ JBSEAM-4895 ] Add Seam-Version into <jar>/META-INF/Manifest.mf as JBoss Tools requires it
+ * [ JBSEAM-4896 ] Seam 2.3 examples don't work OOTB in JBoss Tools 3.3.0.M5
+ * [ JBSEAM-4898 ] JSF2 Page Scope components are not active on postback
+ * [ JBSEAM-4900 ] jbpm with hibernate4 fails with java.lang.NoSuchMethodError: org.hibernate.SessionFactory.openSession()Lorg/hibernate/classic/Session;
+ * [ JBSEAM-4902 ] Problem with Hibernate validator annotations when generating entities
+ * [ JBSEAM-4904 ] jsf2 profile integration tests broken (IllegalArgumentException during restoreConversationId )
+ * [ JBSEAM-4907 ] ee6 ui example <s:convertEntity> No Converter was created
+ * [ JBSEAM-4908 ] ee6 excel example java.lang.ClassCastException: org.richfaces.component.UIDataTable cannot be cast to javax.faces.component.UIData
+ * [ JBSEAM-4909 ] Cannot generate Seam entities in JBDS
+
+** Task
+ * [ JBSEAM-4850 ] Disable JBoss Deprecated Maven repository and replace all dependencies from it to non-deprecated dependencies
+
+
Release Notes - Seam2 - Version 2.3.0.ALPHA
** Feature Request
Modified: branches/community/Seam_2_3/distribution/src/main/assembly/readme.txt
===================================================================
--- branches/community/Seam_2_3/distribution/src/main/assembly/readme.txt 2012-03-28 12:59:20 UTC (rev 14443)
+++ branches/community/Seam_2_3/distribution/src/main/assembly/readme.txt 2012-03-28 13:26:18 UTC (rev 14444)
@@ -1,7 +1,7 @@
JBoss Seam - Contextual Component framework for Java EE 5
=========================================================
-version 2.3.0.ALPHA, October 2011
+version 2.3.0.Beta1, March 2012
This software is distributed under the terms of the FSF Lesser Gnu
Public License (see lgpl.txt).
@@ -9,25 +9,22 @@
Get Up And Running Quick
------------------------
-1. Install JBoss AS 5.1.0.GA.
+1. Install JBoss AS 7.1.0.Final
-2. Set JBOSS_HOME system enviroment property to your
- JBoss AS installation directory
+2. Start JBoss AS by typing "bin/standalone.sh" in the JBoss home directory
-3. Start JBoss AS by typing "bin/run.sh" in the JBoss home directory
+3. In the "examples-ee6/booking" directory, type "mvn clean package" and check
+ for any error messages.
-4. In the "examples/booking" directory, type "mvn clean package" and check
- for any error messages
-
-5. In the booking-ear directory run:
+4. In the booking-ear directory run:
- mvn jboss:hard-deploy
+ mvn jboss-as:deploy
-6. Point your browser to
+5. Point your browser to
http://localhost:8080/seam-booking/
-7. Register an account, search for hotels, book a room...
+6. Register an account, search for hotels, book a room...
Learn more
----------
@@ -38,6 +35,9 @@
Notes for this release
----------------------
+Be warned that JBoss Embedded is LEGACY runtime. Description below is still
+working but is not supported.
+
Running the examples with embedded JBoss on Tomcat 6 requires the following
additional JARs to be updated/added to the Tomcat lib directory after normal
embedded JBoss embedded install
Modified: branches/community/Seam_2_3/distribution/src/main/assembly/seam23migration.txt
===================================================================
--- branches/community/Seam_2_3/distribution/src/main/assembly/seam23migration.txt 2012-03-28 12:59:20 UTC (rev 14443)
+++ branches/community/Seam_2_3/distribution/src/main/assembly/seam23migration.txt 2012-03-28 13:26:18 UTC (rev 14444)
@@ -11,20 +11,27 @@
Testing
-------
-SeamTest and JBoss Embedded is legacy components and have many limitations.
+SeamTest and JBoss Embedded is legacy components and have many limitations and we doesn't support it now.
+We now bring Arquillian as a replacement of JBoss Embedded and integration testing
+is provided by org.jboss.seam.mock.JUnitSeamTest. More in reference documentation guide.
Schemas
----------------
XML schemas for validation Files that use the Seam 2.2 XSDs should be updated to refer to
the 2.3 XSDs. Current Schemas URL is www.jboss.org/schema/seam/<schema>-2.3.xsd.
+Bean Validation
+------------------
+You need to migrate from org.hibernate.validator.* validator annotations to java.validation.constraint.* equivalent
+for instance:
+org.hibernate.validator.Length to java.validation.constraint.Size,
+org.hibernate.validator.NotNull to java.validation.constraint.NotNull,
+org.hibernate.validator.Pattern to java.validation.constraint.Pattern.
-Cache Support - ?????
--------------
-
Dependency changes (Maven)
--------------------------
-The "provided" platform is now JBoss AS 7.1, therefore XXX are now marked as provided.
+The "provided" platform is now JBoss AS 7.1.x, therefore all Java EE dependencies included
+in AS 7 are now marked as provided.
More information about the seam-commits
mailing list