where to place persistence.xml in an eclipse gwt project?

2012-04-24 Thread Mr.S
I am trying to get eclipselink working with GWT's requestfactory. I keep getting the following error: Caused by: java.lang.RuntimeException: Server Error: No Persistence provider for EntityManager named default Reading around the web, it seems that persistence.xml must live in WEB-

Re: where to place persistence.xml in an eclipse gwt project?

2012-04-24 Thread Rob
Hi, Do your PU (Persistence Unit) names match (e.g. default in your persistence.xml and when you call createEntityManagerFactory(default, properties)) ? Note: If you are using Eclipse it will automatically copy the files (e.g. persistence.xml and log4j.xml) in the src\META-INF directory to the