Hello,
2) <type>jar</type> in the dependency and
<modules>
<javaModule>
<groupId>winterthur.jackpot.sample</groupId>
<artifactId>sample-ejb-client</artifactId>
Add
<includeInApplicationXml>true</includeInApplicationXml>
</javaModule>
</modules>
where the java client module is not added to the generated application.xml
You see, this is false by default, another indication that this is not
the normal way to do things.. ;)
What if we will talk about a normal jar (not ejb-client), for example
commons-lang. When I add commons-lang dependency to my ejb project's
pom.xml, I have to remeber to add also commons-lang javaModule to ear
project's pom.xml. Shouldn't this be handled by transitive dependencies?
--
Best regards,
Wojciech Gdela.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]