Exception javax.persistence.PersistenceException: No Persistence provider for EntityManager?

You have the wrong persistence unit name. Use the one from the xml (i.e. The one defined with persistence-unit name ).

You have the wrong persistence unit name. Use the one from the xml (i.e. The one defined with CreateEntityManagerFactory("JPAExamplePU").

Ok we tried that, and so get the same error. We're thinking it has to do something with the filepath of the persistence. Xml, but netbeans created the pu, so it should be in the correct spot right?

– Marty Nov 11 '10 at 17:51 yes, it is in the correct place. Make sure your changes were deployed. ("the same error" would mean it's still looking for the wrong pu) – Bozho Nov 11 '10 at 17:57.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions