tags:

views:

18

answers:

0

Hey all, I'm using the maven-ejb-plugin to generate an ejb-client version of an ejb project. I have a separate entity/domain project where I make a -sources version for use with GWT.

I'm currently running into issues as to where to put persistence.xml for various unit test frameworks (some want it in the entity/domain, others ejb, some both but that causes conflicts with others). I wouldn't be opposed to merging those two together IF there is an easy way to do ejb-client-sources type of approach for GWT integration.

I do not want a -sources of the full ejb project, and preferably avoid a lot of custom inclusion/exclusions.