Hi,
We have EJB3 MBean that is using the @Depend annotations:
@Management(EventContainerInterface.class)
@Service(objectName = "eventmanager:service=eventcontainer")
@Remote
@RemoteBinding(jndiBinding = "EventContainerInterface")
@Depends( { "jboss.ha:service=HASingletonDeployer,type=Barrier" })
public class EventContainerMBean implements EventContainerInterface {I'm sorry, I don't quite understand your question.