Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-8540

@Remote annotation does not work when is applied on interface used by parent class

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • EAP No Release
    • EAP 6.0.0 ER 3_Beta1
    • EJB
    • None
    • NEW

    Description

      In case that I used @Remote annotation on iterface which is implemented by parent of a particular class. The parent class is simple POJO. Then the child class is not bound to jndi context with this remote interface.

      You can check my test here:
      https://github.com/ochaloup/jboss-as/tree/JBQA-5855-test-migration-security-in-cluster/testsuite/integration/clust/src/test/java/org/jboss/as/test/clustering/cluster/ejb3/security

      The StatefulBean extends class BeanParent which is not enterprise bean. The BeanParent implements interface BeanRemote which is defined as remote one (has annotation @Remote). Then the information about remote interface is ignored for the StatefulBean.

      Attachments

        Activity

          People

            sdouglas1@redhat.com Stuart Douglas
            ochaloup@redhat.com Ondrej Chaloupka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: