JBoss Community

Re: EJBTHREE-2198 EJB resource providers for switchboard and the dependency issues

created by Ales Justin in EJB3 Development - View the full discussion
        // 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)?

Reply to this message by going to Community

Start a new discussion in EJB3 Development at Community