Examples of BeanManagerReference


Examples of org.apache.geronimo.openejb.cdi.BeanManagerReference

*/
@GBean(j2eeType = NameFactory.MODULE_BUILDER)
public class OpenWebBeansNamingBuilder extends AbstractNamingBuilder {
    @Override
    public void buildNaming(JndiConsumer specDD, XmlObject plan, Module module, Map<EARContext.Key, Object> sharedContext) throws DeploymentException {
        put("java:comp/BeanManager", new BeanManagerReference(), ReferenceType.RESOURCE_ENV, module.getJndiContext(), Collections.<InjectionTarget>emptySet(), sharedContext);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.