[jboss-user] [Clustering/JBoss] - Re: EJB 3.0 Session Bean (Stateless) Cluster

bstansberry@jboss.com do-not-reply at jboss.com
Wed Jul 4 10:38:11 EDT 2007


You'vre done well on your hunt. :-)

Be aware, though, that you might have problems if you have a transaction running and you make an EJB call that ends up going to the in-VM bean. The TxPropagationInterceptor will not handle this well if the (Clustered)IsLocalInterceptor is bypassed. See http://jira.jboss.com/jira/browse/EJBTHREE-1005.

This will only be a problem for you if your servlet initiates transactions or your beans make calls from one to another within a tx.

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

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



More information about the jboss-user mailing list