Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Eclipse RCP - EntityManagerFactory == null

To be specific, the requirement is that the classloader you pass in has access to the persistence.xml and the classes in your persistence unit.

-Tom

Christian August Michelsen wrote:
Christian August Michelsen skrev:
But is it a requirement to have the EntityManagerFactory in the same bundle as the persistence.xml?

Apparently it is... so now it works :-)



Back to the top