-
Patch
-
Resolution: Obsolete
-
Major
-
AS 4.2.2.GA
-
None
-
None
Port the changes made on ejb3/src/main/org/jboss/ejb3/enc/DeploymentPersistenceUnitResolver.java in Head to Branch 4.2.
Using an ear with seperated session and entity beans (different ejb-modules) I got the exception "There is no default persistence nit in this deployment." when using "@PersistenceContext private EntityManager entityManager;" in my Session Bean.
Using the head version of the source file within my 4.2.2.GA cvs checkout the problem went away.
- relates to
-
JBAS-5043 Don't find the good persistence unit when multiple ear with same pu name
- Closed