2 Replies Latest reply on Sep 20, 2006 11:45 AM by peterj

    Very Silly But Valid Question : Annotation Compiler  error

    mandarjboss

      Hi All
      I am developing an application with EJB 3.0. Now I don' t have any IDE. I have written a Simple Stateless session bean may be a bean that simply returns you the "Hello" message.Sice it is EJB3.0 compliant it contains Annotations. But When I compile the class ,I get an error "@Stateless can not be resolved to a type". Obviously you need some kind of Jar file in classpath that includes the coorespoonding Annotation processor. Can anybody tell me the Jar file which can compile all of my EJB 3.0 beans to compile successfully? Also please tell me the package that I need to include in order to compile the class containing annotations successfully.