On Mar 6, 2014, at 5:26 PM, Rick Mann <[email protected]> wrote:
> > On Mar 6, 2014, at 09:47 , Paul Cowan <[email protected]> wrote: > >> For EJB you want: http://mirrors.ibiblio.org/maven2/javax/ejb/ejb-api/3.0/ > > Hmm, I still get > > [javac] /Users/rmann/.../UsageMapServer.java:9: error: cannot find symbol > [javac] import javax.ejb.Startup; Yes I see, @Startup is EJB 3.1 not 3.0. Resin 4.0 is EJB 3.1, and javax.ejb.Startup is in our javaee-16.jar, but I can't seem to find a generic API dependency jar for EJB 3.1 in Maven central. This one from Glassfish works: <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.ejb</artifactId> <version>3.1</version> <scope>provided</scope> </dependency> -Paul > > > > -- > Rick > > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest ======================= Paul Cowan, Software Engineer Caucho Technology [email protected] http://blog.caucho.com http://twitter.com/cauchoresin
_______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
