]
Kabir Khan closed EJBTHREE-1023.
--------------------------------
Resolution: Done
Default local interface is not picked up if class is woven with JBoss
AOP
-------------------------------------------------------------------------
Key: EJBTHREE-1023
URL:
http://jira.jboss.com/jira/browse/EJBTHREE-1023
Project: EJB 3.0
Issue Type: Bug
Affects Versions: EJB 3.0 RC9 - Patch 1, AS 4.2.1.GA
Reporter: Kabir Khan
Assigned To: Kabir Khan
Fix For: AS 4.2.2.GA, EJB 3.0 RC11 - FD
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: