Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Trunk
-
None
Description
The apache-james-mailbox-jpa project uses @PersistenceContext annotations for injecting the entity manager. As 'James' is used as the persistence unit name throughout the project, the @PersisteceContext annotations should refer to the corresponding unit name.
This would allow to integrate James with custom code that uses a different entity manager factory.