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

Extended persistence context not propagated across SFSB instantiation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • EJB 3.0 RC4 - PFD
    • None
    • None
    • None

    Description

      These two beans are supposed to share the same PC:

      @Stateful
      Foo {
      @PersistenceContext(type=EXTENDED) em;
      @EJB Bar bar;
      }

      @Stateful
      Bar {
      @PersistenceContext(type=EXTENDED) em;
      }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: