Uploaded image for project: 'EJB 3.0'
  1. EJB 3.0
  2. EJBTHREE-1023

Default local interface is not picked up if class is woven with JBoss AOP

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • AS 4.2.2.GA, AS 5.0.0.Beta3
    • 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.

            kkhan1@redhat.com Kabir Khan
            kkhan1@redhat.com Kabir Khan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: