1 Reply Latest reply on Jul 26, 2002 12:31 PM by necrosus

    JBoss 2.4.6 CMP Entity bean caching

    necrosus

      Just wondering how to turn CMP 1.1 entity bean caching off in JBoss 2.4.6.

      I have the situation where changes i make the database via an application not going through JBoss are not picked up on the JBoss server which i would guess must be caching entity bean rows.

      Is there an option to turn this off or have i not configured my beans correctly?

      thanx for any advice

        • 1. Re: JBoss 2.4.6 CMP Entity bean caching
          necrosus

          Thanx for all the replies ;)

          I found what the problem was with this was, it was a simple solution. I was using the wrong commit option in the standjboss.xml (well for the bean in question i will produce my own configuration)

          commit option A does not synchronize with the database before updates.