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

andy.miller@jboss.com do-not-reply at jboss.com
Wed Oct 22 15:40:27 EDT 2008


"bstansberry at jboss.com" wrote : 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;

Okay, so I have to rebuild this against the AS 5 CR 2 libraries then.  I was hoping to just be able to take what I had built before, but that's okay.  I can add the AS 5 CR 2 libraries to my project manually, and rebuild.

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

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



More information about the jboss-dev-forums mailing list