[jboss-dev-forums] [Design of EJB 3.0] - Re: Passivating EJB 3 Stateful Session Beans stops the World

bstansberry@jboss.com do-not-reply at jboss.com
Wed Oct 22 15:34:42 EDT 2008


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#4183968

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183968



More information about the jboss-dev-forums mailing list