No Persistence provider for EntityManager named ...
- by Robert A Henru
I have my persistence.xml with the same name, using toplink, under META-INF directory.
Then I have my code calling it with...
EntityManagerFactory emfdb = Persistence.createEntityManagerFactory("agisdb");
Yet, I got the following error message
2009-07-21 09:22:41,018 [main] ERROR - No Persistence provider for EntityManager named agisdb…