You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by sarmahdi <sa...@hotmail.com> on 2012/04/24 10:49:20 UTC

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven 3.0 and EJB 2.0 or 1.0

Posted by Wayne Fay <wa...@gmail.com>.
> 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.

You probably just need to write all that code (and the configuration
etc) yourself and then just use the jar plugin. It is also possible
that there is another plugin somewhere on the Internet which would be
helpful, but you'd need to check Google.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven 3.0 and EJB 2.0 or 1.0

Posted by Mark Struberg <st...@yahoo.de>.
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 <sa...@hotmail.com>
> To: users@maven.apache.org
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org