Re: ejb building not working

2007-10-31 Thread Tim Kettler
Hi Costa, I moved this back to the maven-users list, other people might be interested in this, too. Have you checked that your ejb-xml.jar exists in ${project.build.outputDirectory}/META-INF/ ? This would translate to target/classes/WEB-INF if you stick to the pom defaults. If you target EJB

Re: ejb building not working

2007-10-18 Thread Tim Kettler
Hi, the ejb-plugin checks, if ${project.build.outputDirectory}/META-INF/ejb-jar.xml exists if the ejb version is less than 3.0. Check if your ejb-jar.xml is really present in that location. -Tim EJ Ciramella schrieb: Has anyone run across this particular type of error: [ERROR] BUILD ERROR

Re: EJB Building

2006-11-01 Thread Wayne Fay
:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 2:17 PM To: Maven Users List Subject: Re: EJB Building I don't know what exactly you're looking for as a response here, EJ. My organization has a variety of EJBs (and Libs, Wars, etc) all being built by M2 with dependencies across modules etc

RE: EJB Building

2006-11-01 Thread EJ Ciramella
of building a web app project with many ejbs? Will this be one parent with dependencies on 10 - 15 child projects? -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 2:17 PM To: Maven Users List Subject: Re: EJB Building I don't know what

Re: EJB Building

2006-11-01 Thread Steinar Cook
. -Original Message- From: Alexander Sack [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 2:41 PM To: Maven Users List Subject: Re: EJB Building Look at the Better Builds with Maven 2 book: http://www.mergere.com/m2book_download.jsp This has a whole chapter dedicated to Java EE

Re: EJB Building

2006-11-01 Thread Alexander Sack
mentions building a j2ee project with a single ejb, there's no mention of best practices in regards to multiple ejbs. -Original Message- From: Alexander Sack [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 2:41 PM To: Maven Users List Subject: Re: EJB Building Look

RE: EJB Building

2006-11-01 Thread Vincent Massol
Hi EJ, -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: mercredi 1 novembre 2006 20:56 To: Maven Users List Subject: RE: EJB Building I did - their example mentions building a j2ee project with a single ejb, there's no mention of best practices in regards