posted 15 years ago
quick question on packaging a war file that utilizes hibernate with JPA. How do we package a war file containing these?
Does it just go in meta-inf/persistence.xml or does it go elsewhere?
myapp.war
- meta-inf/persistence.xml
- web-inf/.....
I would like to know what is an industry accepted way, like a standard so I develop something that is acceptable.