Examples of addBeanDeploymentModules()


Examples of org.jboss.as.weld.deployment.BeanDeploymentModule.addBeanDeploymentModules()

            if (bdm == rootBeanDeploymentModule) {
                continue; // the root module only has access to itself
            }
            // otherwise add all globally accessible modules to the module
            // this will include the root module and ejb jars
            bdm.addBeanDeploymentModules(globalBeanDeploymentModules);
        }

        final List<Metadata<Extension>> extensions = deploymentUnit.getAttachmentList(WeldAttachments.PORTABLE_EXTENSIONS);

        final WeldDeployment deployment = new WeldDeployment(beanDeploymentArchives, extensions, module, subDeploymentLoaders);
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.