I'm using netbeans 6.8 and the Persistence API.
In netbeans 6.8 the persistence.xml is placed in the src/conf/ folder. I've tried creating a /src/META-INF/ folder and copying the persistence.xml in that folder but I still get the error
No META-INF/persistence.xml was found in classpath.
When trying to run the application.
Any ideas?