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

What's the console output/logging output before the NPE? Set your
logging level to Finest and post it, that would help.
./tch



On Tue, Jan 6, 2009 at 5:50 PM, Christian August Michelsen
<chris-m@xxxxxxx> wrote:
> Now I guess this isnt that new of a problem, but I just can't seem to figure
> what I'm doing wrong when I get a null pointer when I try to create my
> EntityManagerFactory.
>
> So basicly I was just wondering what kind of things should I look at to try
> to fix this? :-)
> Is the PersistenceUnit "out of reach" somehow?
>
> I'm using the ComicsRCP-example as a "template" to try to create my own
> little prototype (and thus learn a bit more about eclipse rcp) :-)
>
> --
> Sincerly
> Christian Michelsen
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>


Back to the top