And we'll also need to change how we gather all container names to declare dependency
on them:
| // call dynamic dependency creator for EJBs
| ParameterMetaDataBuilder install =
bootstrap.addInstallWithParameters("createDepenencies",
"DynamicDependencyCreator", null, ControllerState.CONFIGURED);
| install.addParameterMetaData(Object.class.getName(), bootstrapName);
| install.addParameterMetaData(Iterable.class.getName(),
bootstrap.createInject(ejbServicesValue.getUnderlyingValue(),
"ejbContainerNames"));
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246246#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...