vincentl

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
vincentl created a post, JPA: How to use a mapping file from another module in persistence.xml?
Hi all,I have two modules, A et B. Each module has a persistence.xml file in its META-INF directory:/.../META-INF/orm-A.xml /.../META-INF/orm-B.xml module B uses the A and B mapping files. That is...