[weld-commits] Weld SVN: r5655 - core/trunk/impl/src/main/java/org/jboss/weld/ejb.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Jan 28 12:21:48 EST 2010


Author: pete.muir at jboss.org
Date: 2010-01-28 12:21:48 -0500 (Thu, 28 Jan 2010)
New Revision: 5655

Modified:
   core/trunk/impl/src/main/java/org/jboss/weld/ejb/SessionBeanInterceptor.java
Log:
WELD-15

Modified: core/trunk/impl/src/main/java/org/jboss/weld/ejb/SessionBeanInterceptor.java
===================================================================
--- core/trunk/impl/src/main/java/org/jboss/weld/ejb/SessionBeanInterceptor.java	2010-01-28 17:15:21 UTC (rev 5654)
+++ core/trunk/impl/src/main/java/org/jboss/weld/ejb/SessionBeanInterceptor.java	2010-01-28 17:21:48 UTC (rev 5655)
@@ -18,7 +18,6 @@
 
 import java.io.Serializable;
 
-import javax.interceptor.AroundInvoke;
 import javax.interceptor.InvocationContext;
 
 import org.jboss.weld.Container;
@@ -41,7 +40,6 @@
 {
    private static final long serialVersionUID = 7327757031821596782L;
 
-   @AroundInvoke
    public Object aroundInvoke(InvocationContext invocation) throws Exception
    {
       if (Container.instance().services().get(ContextLifecycle.class).isRequestActive())



More information about the weld-commits mailing list