Re: Some guidance using EJB client dependencies

2007-06-01 Thread Rémy Sanlaville
t; To: Maven Users List ; Marcel Schutte < [EMAIL PROTECTED]> Sent: Tuesday, May 29, 2007 5:59:46 PM Subject: Re: Some guidance using EJB client dependencies Marcel, Okay, classical manifest examples (straight out of the spec too). Well you can get around that with some pom configuration (i.e.

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Marcel Schutte
Regards, Marcel - Original Message From: Alexander Sack <[EMAIL PROTECTED]> To: Maven Users List ; Marcel Schutte <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2007 5:59:46 PM Subject: Re: Some guidance using EJB client dependencies Marcel, Okay, classical manifest examples (straight out

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Alexander Sack
ent. Typically, this won't be very much. Regards, Marcel - Original Message From: Alexander Sack <[EMAIL PROTECTED]> To: Maven Users List ; Marcel Schutte < [EMAIL PROTECTED]> Sent: Tuesday, May 29, 2007 5:22:44 PM Subject: Re: Some guidance using EJB client dependencies

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Marcel Schutte
te <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2007 5:22:44 PM Subject: Re: Some guidance using EJB client dependencies Marcel: So you have a situation where you have a bunch of dependencies in your core EJB jar and you don't want them to leak into your EJB client jar? Something like that?

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Alexander Sack
n could solve this. I can't use scope provided because for the ejb I need the dependencies to be packaged in the containing ear. Regards, Marcel - Original Message From: Alexander Sack <[EMAIL PROTECTED]> To: Maven Users List Sent: Tuesday, May 29, 2007 4:03:51 PM Subject: Re: S

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Marcel Schutte
ged in the containing ear. Regards, Marcel - Original Message From: Alexander Sack <[EMAIL PROTECTED]> To: Maven Users List Sent: Tuesday, May 29, 2007 4:03:51 PM Subject: Re: Some guidance using EJB client dependencies Remy and Marcel: Thanks! I saw the JIRA below and feel this is royal

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Alexander Sack
Remy and Marcel: Thanks! I saw the JIRA below and feel this is royally bad for 2.0.6. Guys, how the heck am I suppose to use Maven for projects that need to define ejb-clients? Right now I would have to write some ugly ANT code to do all the heavy lifting. When is 2.0.7 due out? I really need

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Rémy Sanlaville
Hi, I think it's related to http://jira.codehaus.org/browse/MNG-2921 Rémy

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Marcel Schutte
Hi Alexander, Don't have answers for you, as I stopped using ejb-clients because of similar problems. I believe specifying type ejb and classifier client worked. For me the biggest problem is that an ejb-client artifact cannot declare that it only has a subset of the ejb's dependencies. Regards