I implement an MBean using EJB3 annotation:
@Service(objectName = "babar:service=auditLock")
@Management(BabarAuditManagerMBean.class)
public class BabarAuditManager implements BabarAuditManagerMBean {Last I remember in a post from Bill somewhere, a user was asking the same question and the response was "this is not currently supported w/ annotations".
Sorry; couldn't locate the Thread after some searching.
S,
ALR