Miłosz Tylenda schrieb: > Hi Michael, > > Have you tried the @PersistenceUnit inside a bean: > > @PersistenceUnit EntityManagerFactory emf > > This should inject the EMF into the bean.
and so it does, thanks a lot. Michael
Miłosz Tylenda schrieb: > Hi Michael, > > Have you tried the @PersistenceUnit inside a bean: > > @PersistenceUnit EntityManagerFactory emf > > This should inject the EMF into the bean.
and so it does, thanks a lot. Michael