-
Bug
-
Resolution: Done
-
Major
-
EJB 3.0 RC9 - Patch 1, AS 4.2.1.GA
-
None
-
None
If weaving the following bean
public interface SessionLocal{
void method();
}
@Stateful
public bean Session implements Session{
void method(){}
}
following weaving it implements Session AND org.jboss.aop.Advised, i.e. > 1 interface so the local proxy does not get bound into JNDI.
- is related to
-
EJBTHREE-1665 EJB bean classes are not getting woven by AOP
- Open
- relates to
-
JBPAPP-665 Verify the application of ASPATCH-251 (EJBTHREE-1023)
- Resolved