persistence@glassfish.java.net

Is issue 3235 completely fixed?

From: Sahoo <Sahoo_at_Sun.COM>
Date: Tue, 17 Jul 2007 15:22:35 +0530

Hi Guy,

The code path used by the container is probably not fixed.
EntityManagerFactoryProvider.createContainerEntityManagerFactory(PersistenceUnitInfo
info, Map properties) still uses emName to lookup.

Thanks,
Sahoo

Guy Pelletier wrote:
> Fix has been submitted for bug 3235 - Strange errors/side effects when
> PU name is reused in the life of a container...
>
> Problem description: Internally PU's were not stored uniquely.
>
> No new test added, tested manually. Quicklook and
> entity-persistence-tests continue to pass.
>
> http://fisheye5.cenqua.com/changelog/glassfish/entity-persistence?cs=MAIN:guypelletier:20070712220140
>
> Cheers,
> Guy