Slightly off topic, but since you mentioned the maven-ejb-plugin:
I have nearly finished a big patch that does dependency analysis on
remote interfaces/homes to generate the "client" jar for EJB 2 stuff.
I also plan to do that for EJB3 beans based upon the annotations, but
that's a whole ne
My experience has been that in order to get your EJB3 project compiled
and packaged, you need the latest SNAPSHOT of the maven-ejb-plugin, (we
really should get a non-snapshot release out for maven-ejb-plugin, even
if it has to be labeled 'alpha').
There are some controversial filtering of classes
How did you compile your ejb3 module? with the jar packaging scheme?
If so add your ejb3 module the same way you would add a library (add a
dependency in the EAR pom).
HTH,
Stéphane
On 1/23/07, Jim AtYourService <[EMAIL PROTECTED]> wrote:
Hi chaps,
Might I ask a question? I have searched the w
Hi chaps,
Might I ask a question? I have searched the web and
formums etc for how to configure maven 2 for EJB3 (on
JBoss in this case)
I have a project that works under maven 2 fine, with
various modules jar and war artefacts and
dependencies. I decided to introduce ejb3. I
successfully compiled