[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1023) Default local interface is not picked up if class is woven with JBoss AOP
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Wed Aug 1 11:29:49 EDT 2007
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: AS 4.2.1.GA, EJB 3.0 RC9 - Patch 1
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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list