3 Replies Latest reply on Dec 4, 2007 5:22 AM by wolfc

    EJB 2.1 view with only a home

    wolfc

      Where does it say that:

      @Stateless
      @RemoteHome(MyStateless21Home.class)
      public class MyStatelessBean
      {
       ...
      }

      does not constitute an EJB 2.1 view?
      (Assuming the correct interfaces are there as well.)

      Or where does it say that:
      @Remote(MyStateless21Remote.class)

      is valid?