treeder / simplejpa

Automatically exported from code.google.com/p/simplejpa
0 stars 0 forks source link

simplejpa is missing a META-INF/services/javax.persistence.spi.PersistenceProvider #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add a META-INF/persistence.xml to your application
2. call Persistence.createEntityManagerFactory("xke", credentials);

What is the expected output? What do you see instead?
We expect a entity manager factory. 

Instead we get a javax.persistence.PersistenceException: No Persistence 
provider for EntityManager named xke.

What version of the product are you using? On what operating system?
1.5.
Windows (rather irrelevant)

Please provide any additional information below.

Add a text file META-INF/services/javax.persistence.spi.PersistenceProvider 
that contains the name  com.spaceprogram.simplejpa.PersistenceProviderImpl

Original issue reported on code.google.com by mark.van...@gmail.com on 18 Feb 2011 at 10:29