hormati wrote:
Hi all,Naturally, should <read-only>true</read-only> solve your problem?
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>
Best
Bao
</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
------------------------------------------------------- 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
