Are you seriously still using EJB-1.0? The crap which instantly caused lots of people puking back in 1999?
I'm aware that a few poor developers still need to clean up the mess in old projects, but is there even a supported container for those things? I think EJB-3.0 got introduced in early 2006 - and that's already quite some time ago. Which target container are you using? It might be much easier to just update to at least EJB-3.0. I doubt there is any _maintained_ container available who has only EJB-1.x support... LieGrue, strub ----- Original Message ----- > From: sarmahdi <[email protected]> > To: [email protected] > Cc: > Sent: Tuesday, April 24, 2012 10:49 AM > Subject: Maven 3.0 and EJB 2.0 or 1.0 > > Hello guys, > > How can I mavenize a project that uses older versions of EJB like 1.0 or > 2.0. I know the plugin does support EJB 2.0+ but it has limited > capabilities. How did people work around this issue. I am sure there must be > a lot of projects that used EJB 2.0 at least if not 1.0 as Maven has been > around for 10 years almost now. > > The current ejb plugin can only compile EJB project into a normal JAR but it > is not some thing that can be deployed on WAS 7.0 as an EJB JAR. it does not > generates stubs and skeletons. > > I would really like to know, What did maven users do for their EJB 1.0 > projects? > > Thanks for any replies. > > Syed Mahdi. > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Maven-3-0-and-EJB-2-0-or-1-0-tp5661362p5661362.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
