I work on a big EJB3 project and my orm.xml is very big too. Is it possible to include others orm files in an orm "parent" ?
Thanks for help :)
There's no include syntax for orm.xml, but you can specify multiple <mapping-file>
in persistence.xml.