3 Replies Latest reply on Jan 4, 2013 1:24 AM by nickarls

    JBoss 7 migration EJB

    sammie88

      I am trying to compile my bean and I am getting the ff error:

       

      cannot find symbol

      [

      javac] symbol: class Stateless

       

      for the ff lines:

      @Stateless

      @Remote

      (Test.class)

       

      Before the migration, I have ejb3x.jar in my classpath and this compiles but for Jboss7, shouldnt I use a more updated jar.  What is the equivalent of ejb3x.jar in JBoss7 if there is such-thank you!