1 Reply Latest reply on Feb 10, 2004 10:07 AM by darranl

    Threading

    sharris

      My question on ThreadLocal seems to have disapeared, so I'll ask it in a less daunting form. I make a remote call from a client to a method on a session bean. The method starts a transaction within which it makes local calls to other beans involving both CMP and CMR. Can I count on having a single thread for the whole transaction.