1 Reply Latest reply on Jul 17, 2005 1:48 AM by ilikeitraw

    EJB3 Tutorial with Eclipse

    ilikeitraw

      I'm trying to develop a simple Stateless Bean like the EJB3Trail example shows, however, the @Stateless annotation doesn't compile.

      I loaded a bunch of .JAR's to my classpath, specifically from:
      /jboss/lib
      /jboss/server/default/lib
      ... and even loaded:
      /jboss/ear/business.ejb3

      However, I stlil can't compile the class.
      Anybody have any ideas ?
      Thanks !