[seam-commits] Seam SVN: r9397 - trunk/src/main/org/jboss/seam/persistence.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Oct 23 13:21:17 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-10-23 13:21:16 -0400 (Thu, 23 Oct 2008)
New Revision: 9397

Modified:
   trunk/src/main/org/jboss/seam/persistence/HibernateSessionProxyInterceptor.java
Log:
JBSEAM-3618

Modified: trunk/src/main/org/jboss/seam/persistence/HibernateSessionProxyInterceptor.java
===================================================================
--- trunk/src/main/org/jboss/seam/persistence/HibernateSessionProxyInterceptor.java	2008-10-23 16:41:57 UTC (rev 9396)
+++ trunk/src/main/org/jboss/seam/persistence/HibernateSessionProxyInterceptor.java	2008-10-23 17:21:16 UTC (rev 9397)
@@ -4,12 +4,12 @@
 import static org.jboss.seam.ComponentType.STATELESS_SESSION_BEAN;
 
 import javax.annotation.PostConstruct;
-import javax.ejb.PostActivate;
 
 import org.hibernate.Session;
 import org.jboss.seam.Component.BijectedAttribute;
 import org.jboss.seam.annotations.intercept.AroundInvoke;
 import org.jboss.seam.annotations.intercept.Interceptor;
+import org.jboss.seam.annotations.intercept.PostActivate;
 import org.jboss.seam.intercept.AbstractInterceptor;
 import org.jboss.seam.intercept.InvocationContext;
 import org.jboss.seam.util.Reflections;




More information about the seam-commits mailing list