[seam-commits] Seam SVN: r10591 - branches/enterprise/JBPAPP_4_3_FP01/examples/booking/src/org/jboss/seam/example/booking.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Apr 22 18:18:54 EDT 2009
Author: manaRH
Date: 2009-04-22 18:18:53 -0400 (Wed, 22 Apr 2009)
New Revision: 10591
Modified:
branches/enterprise/JBPAPP_4_3_FP01/examples/booking/src/org/jboss/seam/example/booking/AuthenticatorAction.java
Log:
JBPAPP-1914
Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/booking/src/org/jboss/seam/example/booking/AuthenticatorAction.java
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/booking/src/org/jboss/seam/example/booking/AuthenticatorAction.java 2009-04-22 22:07:35 UTC (rev 10590)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/booking/src/org/jboss/seam/example/booking/AuthenticatorAction.java 2009-04-22 22:18:53 UTC (rev 10591)
@@ -8,6 +8,7 @@
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
+import org.jboss.seam.annotations.In;
import org.jboss.seam.annotations.Name;
import org.jboss.seam.annotations.Out;
@@ -18,6 +19,7 @@
@PersistenceContext
private EntityManager em;
+ @In(required=false)
@Out(required=false, scope = SESSION)
private User user;
More information about the seam-commits
mailing list