3 Replies Latest reply on Mar 10, 2004 8:17 PM by yxyang

    Why so many database accessing?

      Hello

      I am using CMP.
      The case is : session bean A--->session B---->CMP.
      I already configed the session A and Session B methods are transaction reqired. and entity bean use commit option D and with big cache pool size and instant pool size. Because the 3.2.3 use on-find by default(am i right?), so i expect that only the first time when container access the db, it will call actuall db. the later entity bean calling only involves the retrieving information from the cache.

      But when i use ethereal to monitor the traffic of db accessing, it is supprised that there are so many db accessing.

      Any comments?

      regards

      yang