persistence@glassfish.java.net

Re: no.weaving option

From: Pierre Delisle <Pierre.Delisle_at_Sun.COM>
Date: Thu, 12 Jan 2006 09:13:42 -0800

Mitesh,

> Please pass a HashMap to createEntityManagerFactory as follows to work
> around the NPE.
> EntityManagerFactory emf =
> Persistence.createEntityManagerFactory("em", new HashMap());

This did the trick. Many thanks for the quick reply!
Please let me know if I should file a bug.

    -- Pierre