[
http://jira.codehaus.org/browse/MEAR-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=185333#action_185333
]
Jeroen Ruijgers edited comment on MEAR-56 at 7/30/09 4:00 AM:
--------------------------------------------------------------
{quote}
Well, yes/no.
An ejb client is not a library. Hence you cannot use this functionality.
{quote}
Actualy, an ejb-client is a library. It only contains the ejb-interfaces and
support classes, but not the actual ejb-implementation. So it is much more
logical to put the ejb-client in the defaultLibBundleDir.
edit:
just discovered that the following configuration put the ejb-client in the
defaultLibBundleDir:
<ejbClientModule>
<groupId>nl.abz.bedrijven-register</groupId>
<artifactId>bedrijven-register-ejb</artifactId>
</ejbClientModule>
was (Author: salandur):
{quote}
Well, yes/no.
An ejb client is not a library. Hence you cannot use this functionality.
{quote}
Actualy, an ejb-client is a library. It only contains the ejb-interfaces and
support classes, but not the actual ejb-implementation. So it is much more
logical to put the ejb-client in the defaultLibBundleDir.
> DefaultLibBundleDir property and ejb client type artifact
> ---------------------------------------------------------
>
> Key: MEAR-56
> URL: http://jira.codehaus.org/browse/MEAR-56
> Project: Maven 2.x Ear Plugin
> Issue Type: Bug
> Affects Versions: 2.3
> Reporter: Petri Hakala
> Assignee: Stephane Nicoll
> Priority: Minor
>
> When plugin copies ejb-client type artifact to ear it doesn't care about
> defaultLibBundleDir property. If you take a look to sourcecode of class
> EarModuleFactory you can see following line "return new EjbClientModule(
> artifact, null );" Instead of null I think it should take defaultLibBundleDir
> as parameter.
--
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