Re: @PersistenceUnit injection not working

2008-11-04 Thread Youssef Mohammed
This has nothing to do with tomcat, you will need to figure out how to configure Persistence Manager in your web application. Regards, Youssef On Tue, Nov 4, 2008 at 10:27 PM, Pablo Caballero <[EMAIL PROTECTED]>wrote: > Hi everyone. > > I have an @PersistenceUnit(unitName="blah") injection but

@PersistenceUnit injection not working

2008-11-04 Thread Pablo Caballero
Hi everyone. I have an @PersistenceUnit(unitName="blah") injection but the value of the related variable in the method where I'm using it is null. Using Persistence.createEntityManagerFactory("blah") instead of injection in the method's body works fine! I'm using Tomcat 6.0.16. The server log