> I looked into these repositories (http://download.java.net/maven/2/javax/)
> but did not find the jar for javax.ejb. Does anyone know a public Maven 2
> repo where I can find it? Would be even better If it also has the sources.
Try the Geronimo spec jars:
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ejb_3.0_spec</artifactId>
<version>1.0</version>
</dependency>
Or look for something out of Project Glassfish.
Wayne
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]