[ http://jira.codehaus.org/browse/MWAR-46?page=comments#action_67043 ] 

Xavier Dury commented on MWAR-46:
---------------------------------

maven-war-plugin 2.0-beta-2 was handling ejb-clients correctly but since 2.0 
final, ejb-client don't have the right extension (the bug showed up somewhere 
between the 2 versions)

until it is fixed I'll be using <classifier>client</classifier> instead of 
<type>ejb-client</type> but I hope it'll be fixed very soon.

> EJB-client libraries are added with wrong extension
> ---------------------------------------------------
>
>          Key: MWAR-46
>          URL: http://jira.codehaus.org/browse/MWAR-46
>      Project: Maven 2.x War Plugin
>         Type: Bug

>     Versions: 2.0
>     Reporter: Joerg Schaible
>     Priority: Blocker

>
>
> If a war has a dependency to an ejb client library, this library is added to 
> META-INF/lib as artifactId.ejb-client. Such artifacts are not added to the 
> classpath by all app servers e.g. like WebLogic 8.1. The dependency must be 
> added as artifactId-ejb-client.jar.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to