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 "(a)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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...