EJB 2.0 artifacts

View: New views
3 Messages — Rating Filter:   Alert me  

EJB 2.0 artifacts

by Jason Voegele :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am converting an Ant project that uses EJB 2.0 classes from the javax.ejb
package (EJBObject, EJBHome, EJBMetaData) to use Maven.  The Ant build works
by compiling against an ejb.jar file in the project's lib directory.  For the
Maven build, I am wondering if there are any existing Maven artifacts for EJB
2.0 on any public repository?  I've searched around a bit, and although I've
found some artifacts that claim to contain these javax.ejb classes, they all
seem to have them bundled with something else.  Any pointers?

Thanks.

--
Jason Voegele
It has been said that man is a rational animal.  All my life I have
been searching for evidence which could support this.
                -- Bertrand Russell

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


Re: EJB 2.0 artifacts

by Jason Voegele :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tuesday 03 November 2009 11:00:24 am Jason Voegele wrote:
> I am converting an Ant project that uses EJB 2.0 classes from the javax.ejb
> package (EJBObject, EJBHome, EJBMetaData) to use Maven.  The Ant build
>  works by compiling against an ejb.jar file in the project's lib directory.
>   For the Maven build, I am wondering if there are any existing Maven
>  artifacts for EJB 2.0 on any public repository?  I've searched around a
>  bit, and although I've found some artifacts that claim to contain these
>  javax.ejb classes, they all seem to have them bundled with something else.
>   Any pointers?

Turns out that org.apache.openejb:javaee-api:5.0-1 had what I needed.

--
Jason Voegele
We're here to give you a computer, not a religion.
                -- attributed to Bob Pariseau, at the introduction of the Amiga

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


Re: EJB 2.0 artifacts

by Wayne Fay :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Turns out that org.apache.openejb:javaee-api:5.0-1 had what I needed.

For future reference... the Geronimo project is another source of the
API jars (org.apache.geronimo.specs in Central).

Also Sun is releasing some of these API jars as part of Project
Glassfish (in dev.java.net repo).

Wayne

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