[jboss-dev-forums] [Design of POJO Server] - Re: Java EE inter-module accessibility for Web Beans

alesj do-not-reply at jboss.com
Mon Jul 27 12:25:28 EDT 2009


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#4246246

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246246



More information about the jboss-dev-forums mailing list