I see it. You are using :
import org.jboss.annotation.ejb.Clustered;
which was removed a long time ago as part of the reorganization of EJB3 annotations; now
it is:
import org.jboss.ejb3.annotation.Clustered;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183968#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...