Hi,
for the first part of yor question,
my guess is that you should try glassfish repository

https://maven-repository.dev.java.net/nonav/repository/

There are more "standards" reference artifacts

 <groupId>javax.ejb</groupId>
 <artifactId>ejb-api</artifactId>
 <version>3.0</version>

Regards
Fabien



----

Configuring a standalone EJB3 client


Hi,

I am trying to set up a maven configuration for the very first
exercise in the O'reilly's EJB3 book. They use ANT to build the
classpath, execute, etc.

1) I was able to find a generic persistence-api-1.0.jar in the repo1,
but can't find a generic EJB3 api... does that exist? I had to specify
an extra repository to pull the JBoss ejb3 api jar. That seems strange
as the API is the API, no matter where the implementation is... Does a
generic one exist like with persistence?



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

Reply via email to