0 Replies Latest reply on Oct 29, 2002 4:37 PM by bartee

    Programmatic invalidation of CMP entity beans

    bartee

      Hi,

      Is there a programmatic invalidation for cached CMP entity beans? I use JBoss 3.0.2 with CMP 2.x.

      I have a database that is modified by an external app. But I can get notification when this occurs. I would like to programmatically invalidate my CMP entity beans for automatic reloading. I have used commit-options, but they either have a poor performance (commit options B&C) or not real time (commit option D).

      Since JBoss creates dynamic proxies rather than stubs, I wonder if this is really possible. Would like to know if anybody has ideas.