Glen
ejbRemove() doesn’t *always* get called, at least on WebSphere 5.0. Well… it’s shocking truth to me, but probably to none of you guys, and I’m not sure that it even should. I don’t know why I assumed that it did, it just *seemed* that it would given that it’s a lifecycle method.
I’ve been using a strategy where I register a JMX object in ejbCreate() and...