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
Like any good newbie, I looked at the source code, and figured out the xdoclet tags required to turn on this awesome feature. Then wrote the lightest possible example that would exercise all the stuff.
Thanks Jboss guys... you saved my butt again !!!
dt