[ http://jira.codehaus.org/browse/MEJB-7?page=comments#action_61994 ] 

Mark Chesney commented on MEJB-7:
---------------------------------

Have you configured the archive.manifest.addClasspath property?

                <plugins>
                        <plugin>
                                <artifactId>maven-ejb-plugin</artifactId>
                                <configuration>
                                        <archive>
                                                <manifest>
                                                        
<addClasspath>true</addClasspath>
                                                </manifest>
                                        </archive>
                                </configuration>
                        </plugin>
                </plugins>

> Transitive Classpath not written to the manifest
> ------------------------------------------------
>
>          Key: MEJB-7
>          URL: http://jira.codehaus.org/browse/MEJB-7
>      Project: Maven 2.x Ejb Plugin
>         Type: Bug

>     Reporter: Todd Nine

>
>
> The transitive classpath of all dependencies from the dependencies in an EJB 
> pom are not added to the MANIFEST.MF classpath. This causes the ejb to not 
> deploy correctly.
> Todd

-- 
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