Ales Justin [
http://community.jboss.org/people/alesj] created the discussion
"Re: EJBTHREE-2198 EJB resource providers for switchboard and the dependency
issues"
To view the discussion, visit:
http://community.jboss.org/message/572740#572740
--------------------------------------------------------------
// 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
[
http://community.jboss.org/message/572740#572740]
Start a new discussion in EJB3 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]