EasyBeans

Support PersistenceContext reference injection using only the @PersistenceContext attribute "name".

Details

  • Type: Task Task
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: EasyBeans 1.0 M2, EasyBeans 1.0 M1
  • Fix Version/s: EasyBeans 1.0 M4
  • Component/s: APIs
  • Description:
    Hide
     A PersistenceContext reference can be injected using the annotation @PersistenceContext. When there is
    only one persistent unit declared in the jar file, it is not mandatory to define the the attribute "unitName".
      In the case, which only the attribute "name" is specified, the injected resource can be found in the JNDI using the value of the attribute "name".

    Reference: EJB 3.0 Core Specification - 16.11.1.1
    Available tests: org.objectweb.easybeans.tests.environment.reference.persistencecontext.TestPersistenceContextRefFieldInjection
    org.objectweb.easybeans.tests.environment.reference.persistencecontext.TestPersistenceContextRefMethodInjection
    Show
     A PersistenceContext reference can be injected using the annotation @PersistenceContext. When there is only one persistent unit declared in the jar file, it is not mandatory to define the the attribute "unitName".   In the case, which only the attribute "name" is specified, the injected resource can be found in the JNDI using the value of the attribute "name". Reference: EJB 3.0 Core Specification - 16.11.1.1 Available tests: org.objectweb.easybeans.tests.environment.reference.persistencecontext.TestPersistenceContextRefFieldInjection org.objectweb.easybeans.tests.environment.reference.persistencecontext.TestPersistenceContextRefMethodInjection

Activity

Hide
Florent BENOIT added a comment - 27/Sep/06 2:13 PM
Task done
Show
Florent BENOIT added a comment - 27/Sep/06 2:13 PM Task done
Hide
Florent BENOIT added a comment - 01/May/08 8:11 PM
Was fixed in a previous version
Show
Florent BENOIT added a comment - 01/May/08 8:11 PM Was fixed in a previous version

People

Dates

  • Created:
    26/Jul/06 1:16 PM
    Updated:
    01/May/08 8:11 PM
    Resolved:
    27/Sep/06 2:13 PM