anonymous wrote : import org.jboss.annotation.ejb.Management;
  | 
  | import org.jboss.annotation.ejb.Service;

Just noticed - In JBoss-5, these imports should be:

  | import org.jboss.ejb3.annotation.Management;
  | 
  | import org.jboss.ejb3.annotation.Service;

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161729#4161729

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161729
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to