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

@Remote/@Local interface can be inherited from superclass

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Unresolved
    • Major
    • None
    • EJB 3.0 RC9 - FD
    • None
    • None

    Description

      class TheSuper implements MyRemote {}

      @Remote interface MyRemote {}

      @Stateless class Subclass extends TheSuper {}

      SubClass stateless bean should be able to inherit remote interface from a superclass that implements @Remote.

      NOTE we need to check the spec to see if this is ok.

      Attachments

        Activity

          People

            Unassigned Unassigned
            patriot1burke@gmail.com Bill Burke (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: