Hi, my ear file structure is like this: foobar.ear -- lib/foo.jar -- foobar.war inside the foo.jar exists a persistence.xml inside the META-INF. This file I need at runtime, but must be ignored by JBoss during startup. I read about the jboss-ignore.txt, but where to place it in this case? thanks in advance, tf