There's an <ejbClientModule>??? I haven't used ejb-client so far (only ejb), 
but at least I wasn't that far off! ;-)

Roland



On Wednesday 07 June 2006 15:28, Stefan Arentz wrote:
> On 6/7/06, Roland Asmann <[EMAIL PROTECTED]> wrote:
> > The problem is the fact that you try to add it as a JAR (<javaModule>),
> > but you have a dependency on it as an ejb-client
> > (<type>ejb-client</type>).
> > Should it be just a jar, then you should remove the <type>, if it should
> > be an EJB, replace <javaModule> with <ejbModule>.
>
> Ok I have the right solution.
>
> Keep the dependency type set to 'ejb-client'.
>
> Then use:
>
> <ejbClientModule>
>    <groupId>project1</groupId>
>    <artifactId>project1-ejb</artifactId>
>    <includeInApplicationXml>true</includeInApplicationXml>
> </ejbClientModule>
>
> Maybe we should start a paypal fund and get someone to write real
> documentation. Little things like this take hours to figure out. Big
> waste of time.
>
>  S.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to