[seam-commits] Seam SVN: r9178 - trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Oct 2 14:12:15 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-10-02 14:12:15 -0400 (Thu, 02 Oct 2008)
New Revision: 9178
Modified:
trunk/seam21migration.txt
Log:
Note redeploy event name change
Modified: trunk/seam21migration.txt
===================================================================
--- trunk/seam21migration.txt 2008-10-02 17:32:59 UTC (rev 9177)
+++ trunk/seam21migration.txt 2008-10-02 18:12:15 UTC (rev 9178)
@@ -133,4 +133,11 @@
All asynchronous are now wrapped in exception handling. By default, any
exceptions which propagate out of the asynchronous call are caught and logged at
-error level. The reference manual describes how to customize this behaviour.
\ No newline at end of file
+error level. The reference manual describes how to customize this behaviour.
+
+
+Redeploy
+--------
+
+The org.jboss.seam.postInitialization event is no longer called on redeploy,
+instead org.jboss.seam.postReInitialization is called.
\ No newline at end of file
More information about the seam-commits
mailing list