jquery-springmvc-jpa icon indicating copy to clipboard operation
jquery-springmvc-jpa copied to clipboard

could not deploy war in tomcat or 'in place' from jetty in my IDE

Open krishna81m opened this issue 11 years ago • 1 comments
trafficstars

It seems to open up fine http://localhost:8084/skillbrowser/# but clicking Users shows a failure to reach http://localhost:8084/skillbrowser/rest/login

Is there a document to setup or how to run this?

krishna81m avatar May 04 '14 00:05 krishna81m

I see that it is failing with no EntityManager

DispatcherServlet servletExporter = new RepositoryRestExporterServlet(); ServletRegistration.Dynamic exporter = container.addServlet("exporter", servletExporter); exporter.setLoadOnStartup(1); exporter.addMapping("/data-rest/*");

No qualifying bean of type [javax.persistence.EntityManagerFactory] is defined: expected single bean but found 0:

krishna81m avatar May 04 '14 03:05 krishna81m