[jboss-user] [EJB/JBoss] - Re: Row-locking enhancement for ejbLoad invoked outside of a

ScottMarlow do-not-reply at jboss.com
Thu May 17 17:14:13 EDT 2007


Just to give more information about the use case.  The target ejb2 cmp bean method is performing a read-only batch operation on many rows in the database (get application user group membership list).

This method is marked with "@ejb.transaction type=NotSupported" and the bean has row-locking=true.

I'm thinking that the row-locking should be disabled for this case since there is no active transaction.

This is an edge case but I think its worth addressing.  I'll Jira it and fix it if there is agreement that its safe to fix.  I didn't want to Jira it if were not going to fix it.

Thanks,
Scott

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

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



More information about the jboss-user mailing list