2 Replies Latest reply on Aug 3, 2011 11:15 PM by jaikiran

    @EJB: lookup member not found

    rumiat

      I am trying to use my interface like this as described in https://docs.jboss.org/author/display/AS7/How+do+I+migrate+my+application+from+AS5+or+AS6+to+AS7

       

      @EJB(lookup=“java:app/OrderManagerEJB/ProductManagerBean!services.ejb.ProductManager")

       

      but there is no "lookup" member. Is this a bug in the documentation? I am using

       

      <dependency>

                      <groupId>org.jboss.ejb3</groupId>

                      <artifactId>jboss-ejb3-api</artifactId>

                      <version>3.1.0</version>

                      <scope>provided</scope>

      </dependency>