0 Replies Latest reply on Jan 14, 2004 2:38 PM by hvo

    Caching problem

    hvo

      I am new to Jboss (and in fact to J2EE as well) and I have problem with caching. I have a BMP entity bean that is being cached. Is there a way to overrule this caching. When the database is modified (not via this entity bean though), the EJBLoad isn't called and the application is therefore not aware of this change. The change is made via another entity bean referring to the same database table.