13 Replies Latest reply on Jul 3, 2002 3:51 PM by dsundstrom

    How can i track which cmp beans changed when a transaction c

    panosk

      I want to implement a cache mechanism for value objects of (cmp) entity beans. I want to use it in a senario where many tomcat instances reference many jboss 3.x instances.
      I want to track which entity bean changed in a transaction and when the transaction completes broadcast a message (maybe by using javagroups) to inform a web server that some value objects are invalid and that they need to reaquire them.