// add the binder, responsible for singleton view bindings, to the dependencies
// The MC bean name is assumed to be of the following syntax:
// jboss-ejb3-singleton-jndi-binder:appName=blah,module=blah,bean=beanName
dependencies.add("jboss-ejb3-singleton-jndi-binder:appName=myapp,module=myapp,bean=blahblah");
I don't fully understand. :-)
Is this name sytax already used, and such beans are already installed?
If yes, there is a bit of inconsistency in the naming, EJBBinderDeployer uses application instead of appName.
If not, I don't see who would provide these beans into MC.
And what is supposed to be 'bean' in this case (instead of blahblah)?