Hi all,
I'm using jboss 3.2.3, I have entity beans and session bean as facade. I set read-only 
= true for all of my get methods in jboss.xml:
<method-attributes>
        <method-name>get*</method-name>
        <read-only>false</read-only>
</method-attributes>
...
so I should not get deadlock when i'm reading database. but when i call readXXX [also 
read only method] method on session facade with 30 concurrect users then i get 
application deadlock exception.
any reason ? any help ?
thanks to all.
Amir Hossein Hormati

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

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


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to