1 Reply Latest reply on Dec 6, 2004 1:31 PM by starksm64

    Access control On Statefull Session Bean

    padeler

      Hello,

      I have an instance statefull session bean (SFSB running on my server and i want multiple stateless beans to call methods on this instance.
      The problem is with the "only one thread in a SFSB instance at a time" concept.

      Is there a way to configure JBoss to serialize the access instead of throwing an
      "TransactionRolledbackLocalException" ?

      Can i find out somehow that a thread is already running in the instance ?

      Is there a way to set the isolation level for a SFSB ?

      Any answer in the above questions would be greatly apriciated :)

      pashalis.