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 {

It's currently deployed in the farm directory so that all nodes pick it up.  
The main problems is I need to have it's JNDI name accessible to all nodes 
other than the master?  Is this possible without having to place it in the 
deploy-hasingleton directory.

Cheers

Ean

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961183#3961183

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961183
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to