[jboss-user] [JBoss Seam] - Re: No concurrent calls on stateful bean!

pdpantages do-not-reply at jboss.com
Fri Jan 5 03:31:25 EST 2007


Hello,  I ran into something like this a while ago (when using Seam 1.0.1) and ended up using 

  | import org.jboss.annotation.ejb.SerializedConcurrentAccess;
  | ....
  | @SerializedConcurrentAccess
  | 
This fixed my exceptions and I have had no probs so far after adding it. 

Is this equivalent to  @Syncrhonized? , or should I switch to the latter? I have had no trouble (that I know of) in Seam 1.0.1; I just upgraded to 1.1.0. & all still seems OK.....

Thanks, PdP

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

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



More information about the jboss-user mailing list