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

@EJB injection: Persistence context scope changes depending on the existence of @Remote annotation in the Interface of the injected EJB

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • EJB 3.0 RC6 - PFD
    • None
    • None

    Description

      A session-bean (called A) is injected into another session-bean (called B) by @EJB
      A method in A is called from B in order to load an entity-bean containing a lazy-collection.
      B cannot access the lazy-collection (of the returned enitity-bean) when the Interface of A is annotated with @Remote or @Remote and @Local.
      If the Interface of A is annotated only with @Local it works.

      Attachments

        Activity

          People

            Unassigned Unassigned
            horst21 horst21 (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: