@Stateless ^ AccountStatusBean.java:8: Class or interface declaration expected. @Stateless ^ AccountStatusBean.java:9: Interface bean.AccountStatusRemote of class bean.Accou ntStatusBean not found. public class AccountStatusBean implements AccountStatusRemote { ^ AccountStatusBean.java:15: Invalid character in input. @RolesAllowed(value = {"USERS"}) ^ AccountStatusBean.java:15: Identifier expected. @RolesAllowed(value = {"USERS"}) ^ AccountStatusBean.java:24: Invalid character in input. @SuppressWarnings(value = "unchecked") ^ AccountStatusBean.java:24: Identifier expected. @SuppressWarnings(value = "unchecked") ^ 9 errors
C:\jdk1.2\bin>edit AccountStatusBean.java
C:\jdk1.2\bin>javac AccountStatusBean.java AccountStatusBean.java:5: Class javax.annotation.security.RolesAllowed not found in import. import javax.annotation.security.RolesAllowed; ^ AccountStatusBean.java:6: Class javax.ejb.Stateless not found in import. import javax.ejb.Stateless; ^ AccountStatusBean.java:8: Interface bean.AccountStatusRemote of class bean.Accou ntStatusBean not found. public class AccountStatusBean implements AccountStatusRemote { ^ AccountStatusBean.java:14: Type expected. (value = {"USERS"}) ^ AccountStatusBean.java:23: Identifier expected. SuppressWarnings(value = "unchecked") ^ 5 errors