1 Reply Latest reply on Nov 8, 2005 10:46 AM by adrian.brock

    EJB cache

    epotvin

      I have an application developped with struts where an action call an Oracle plsql stored procedure who modified my current object data. So after the call, I must reload my ejb entity object to get the changes, but Jboss seems to use a cached instance and take it instead of taking it from the database.

      Is it possible? And if so, how can I desactivate that cache and be sure I get the stored data anytime?