I am writing unit tests. The unit test include multiple jars, each of them has JPA entities and persistence.xml file. Each file has it's own Persistence Context.
The JPA entities in jar B references some entities in jar file A. I need to load both persistence.xml. Is there a way to instruct openejb container to scan for other persistence.xml in different jars ??
