2 Replies Latest reply on Feb 27, 2004 2:49 AM by timm

    Application Deadlock + jboss 3.2.3

    hormati

      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