[
https://issues.apache.org/jira/browse/MEJB-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17966059#comment-17966059
]
Olivier Lamy commented on MEJB-12:
----------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-ejb-plugin#71|https://github.com/apache/maven-ejb-plugin/issues/71].
> EJB - Client jar doesn't have Session.class files
> --------------------------------------------------
>
> Key: MEJB-12
> URL: https://issues.apache.org/jira/browse/MEJB-12
> Project: Maven EJB Plugin (Moved to GitHub Issues)
> Issue Type: Bug
> Environment: win xp, unix, linux
> Reporter: raghurajan gurunathan
> Priority: Major
>
> The ejb-client jar created from ejb-plugin does not contains remote interface
> class like *Session.class Pls, see below
> <plugin>
>
> <groupId>org.apache.maven.plugins</groupId>
>
> <artifactId>maven-ejb-plugin</artifactId>
> <configuration>
>
> <generateClient>true</generateClient>
> </configuration>
> </plugin>
> with reference to above section of pom.xml the created
> artifactId-version-client.jar doesn't have Session.class, and even if tried
> to include them using <clientIncludes> as shown below it doesn't help
> <plugin>
>
> <groupId>org.apache.maven.plugins</groupId>
>
> <artifactId>maven-ejb-plugin</artifactId>
> <configuration>
>
> <generateClient>true</generateClient>
> <clientIncludes>
>
> <clientInclude>**/session/**</clientInclude>
> </clientIncludes>
> </configuration>
> </plugin>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)