Is it possible to tell objectdb explicitly where the persistence.xml is located?
The background is that I am testing different persistence solution for a project, and as other Providers use also a persistence.xml I exceed the number of persistable classes, as I have one subproject for each persistence technology and somhow the jpa persistence.xml is read in also resulting in more than 10 persistec enabled classes. Only solution I found so far is to build my project only with objectdb and no other persistence providers. But for automated testing that is not really feasible...