1 Reply Latest reply on Jan 31, 2006 2:54 PM by adupre

    Ejb beans not caching state during transaction

    adupre

      We are experiencing unexplainable behavior while executing session beans inside our webservices.

      Here is an example:

      aBean.setA("something");
      aBean.getA(); <- returns null!


      but once the transaction is over, the right information is populated in the DB!
      Could it have to do with caching? Transaction isolation?

      Thx