I just "discovered" that we have two Meta-Inf folders ... In eclipse and also in the War file.
The First one is (in the war):
/META-INF/
The Second, and weird one ist:
/WEB-INF/classes/META-INF/
In the second folder is a persistance.xml and a something.taglib.xml...
If i move the files into the first meta-inf folder i get exceptions from hibernate..
What is the purpose of this second and oddly placed meta-inf folder ?
Is this a normal folder structure ?