You have class path problem , Most likely you are running your application in a non JavaEE container ( you can still access JPA (java persistence API) etc but you you need to deploy all the needed libraries for one of the JPA implementations ( Hibernate, OpenJPA , EclipseLink etc… )