0 Replies Latest reply on Jan 31, 2006 2:57 PM by adupre

    Ejb beans not caching state during transaction (ie Weird beh

    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