1 Reply Latest reply on Sep 7, 2004 6:16 PM by danl_thompson

    ejbStore and auditing modified Dates

    danl_thompson

      I wanted to add some audit functions to my EJBs, telling when mods were made and by whom... I thought I could add this info during the ejbStore, but I'm screwed because of course ejbStore ALWAYS gets called just before ejbPassivate.

      There are rumours of just such an audit function already written and availble as part of JBoss. Are there any simple examples?

      dt