hi Emmanuel,
thanks for your reply.
The document "JSR 220: Enterprise JavaBeansTM,Version 3.0 Java Persistence API" says in chapter 6.2.1.6:
Quote:
A object/relational mapping XML file named orm.xml may be specified in the META-INF directory in the root of the persistence unit or in the META-INF directory of any jar file referenced by the persistence.xml.
If I understand this correctly this means that the orm.xml files
Quote:
that are contained in other jars that are referenced by the property jarFileUrl
should be considered?
Tobias.