[jira] Commented: (MEAR-56) DefaultLibBundleDir property and ejb client type artifact

2009-07-30 Thread Jeroen Ruijgers (JIRA)

[ 
http://jira.codehaus.org/browse/MEAR-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=185333#action_185333
 ] 

Jeroen Ruijgers commented on MEAR-56:
-

{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




[jira] Commented: (MEAR-56) DefaultLibBundleDir property and ejb client type artifact

2009-07-30 Thread Stephane Nicoll (JIRA)

[ 
http://jira.codehaus.org/browse/MEAR-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=185345#action_185345
 ] 

Stephane Nicoll commented on MEAR-56:
-

Yep, that's probably has been fixed meanwhile.

 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




[jira] Commented: (MEAR-56) DefaultLibBundleDir property and ejb client type artifact

2007-01-23 Thread Petri Hakala (JIRA)

[ 
http://jira.codehaus.org/browse/MEAR-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_85765
 ] 

Petri Hakala commented on MEAR-56:
--

Ok, so i have to use ejbClientModule then. I didn't notice that there was one.

 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
 Assigned To: 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




[jira] Commented: (MEAR-56) DefaultLibBundleDir property and ejb client type artifact

2007-01-23 Thread Stephane Nicoll (JIRA)

[ 
http://jira.codehaus.org/browse/MEAR-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_85773
 ] 

Stephane Nicoll commented on MEAR-56:
-

Well, yes/no.

An ejb client is not a library. Hence you cannot use this functionality.

 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
 Assigned To: 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




[jira] Commented: (MEAR-56) DefaultLibBundleDir property and ejb client type artifact

2007-01-23 Thread Petri Hakala (JIRA)

[ 
http://jira.codehaus.org/browse/MEAR-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_85777
 ] 

Petri Hakala commented on MEAR-56:
--

I ment I can use ejbClientModule and property bundleDir instead...

 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
 Assigned To: 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




[jira] Commented: (MEAR-56) DefaultLibBundleDir property and ejb client type artifact

2007-01-23 Thread Stephane Nicoll (JIRA)

[ 
http://jira.codehaus.org/browse/MEAR-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_85779
 ] 

Stephane Nicoll commented on MEAR-56:
-

sure :)

 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
 Assigned To: 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