[jboss-jira] [JBoss JIRA] Closed: (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
Thu Aug 2 08:36:49 EDT 2007


     [ http://jira.jboss.com/jira/browse/EJBTHREE-1023?page=all ]

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: 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