I have a dynamic web project in Eclipse LUNA
Its targeted to run on Glassfish4
I am using JPA2.1 with Hibernate
My persistence.xml
file needs to be loacted here
WEB-INF/classes/META-INF/persistence.xml
however every time I refresh then clean my project Eclipse removes the META-INF
folder.
What am I doing wrong?