Re: EJB Jar packaging

2008-07-14 Thread Frank Adcock
Sphere 5.1 (J2EE 1.3). The above post implies (the way that I read it) that J2EE 1.3/4 must go into the root of the ear, which is not the case. -Chris -- View this message in context: http://www.nabble.com/EJB-Jar-packaging-tp18402174p184266

RE: EJB Jar packaging

2008-07-13 Thread Martin Gainty
party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > To: users@maven.apache.org > Subject: Re: EJB Jar packaging > From: [EMAIL PROTECTED] > Date: Mon, 14 Jul 2008 10:38:55 +1000 > > Stephen Coy <[EMAIL PROTECTE

Re: EJB Jar packaging

2008-07-13 Thread Chris_Graham
Stephen Coy <[EMAIL PROTECTED]> wrote on 13/07/2008 21:07:57: > In JEE5, jars in an EAR's "lib" directory do not need to be in the EJB > jar's manifest classpath. Ah. Thanks makes it a lot clearer! Thanks for clearing that up for me. > In J2EE 1.3/1.4 these jars normally need to be in the EJ

Re: EJB Jar packaging

2008-07-13 Thread Stephen Coy
s can go. We were using a lib directory in the root of the ear quite happily with WebSphere 5.1 (J2EE 1.3). The above post implies (the way that I read it) that J2EE 1.3/4 must go into the root of the ear, which is not the case. -Chris -- View this message in context: http://www.nab

Re: EJB Jar packaging

2008-07-12 Thread ChrisGWarp
hat J2EE 1.3/4 must go into the root of the ear, which is not the case. -Chris -- View this message in context: http://www.nabble.com/EJB-Jar-packaging-tp18402174p18426698.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: EJB Jar packaging

2008-07-11 Thread Stephen Coy
The usual way of doing this is to package the EJB jar together with its dependencies in an EAR file. In a JEE5 environment the deps can either go in a "lib" directory in the EAR or (and for J2EE 1.3/4) be at the root of the EAR and a manifest classpath entry added to the EJB jar. This stuff

RE: Re: EJB Jar packaging

2008-07-11 Thread Drinkwater, GJ (Glen)
Kristian Rink Sent: 11 July 2008 13:54 To: users@maven.apache.org Subject: Re: EJB Jar packaging Drinkwater, GJ (Glen) schrieb: > I am using maven2 to package a EJB3 jar and I was wondering how I > package the dependencies into the EJB3 jar file? Looks like you can > do it with mav

Re: EJB Jar packaging

2008-07-11 Thread Kristian Rink
Drinkwater, GJ (Glen) schrieb: > I am using maven2 to package a EJB3 jar and I was wondering how I > package the dependencies into the EJB3 jar file? Looks like you can do > it with maven 1 with ejb.bundle but I cannot find any documentation for > maven 2? So far I am using assembly:assembly / ja

EJB Jar packaging

2008-07-11 Thread Drinkwater, GJ (Glen)
Hi I am using maven2 to package a EJB3 jar and I was wondering how I package the dependencies into the EJB3 jar file? Looks like you can do it with maven 1 with ejb.bundle but I cannot find any documentation for maven 2? Thanks Glen