| Article: |
JBoss Optimizations 101 | |
| Subject: | Are ALL polled instanced locked? | |
| Date: | 2003-05-30 16:47:21 | |
| From: | anonymous2 | |
|
In the "Heavy Locking" section you mentioned that "By Default, JBoss uses pessimistic locking. An entity bean that is enrolled in a transaciton cannot be used by another transaction until the one that uses the bean has commited or rolled back".
|
||
Showing messages 1 through 2 of 2.



Consequently, only this particular entity bean instance is locked: there is no reason why entities in the pool (that are associated with NO identity) should be locked.
Cheers,
sacha