Examples of addLocalDependency()


Examples of org.jboss.as.server.deployment.module.ModuleSpecification.addLocalDependency()

        if (DeploymentUtils.isUnitRootless( deploymentUnit )) {
            return;
        }
        final ModuleLoader moduleLoader = Module.getBootModuleLoader();
        final ModuleSpecification moduleSpecification = deploymentUnit.getAttachment( Attachments.MODULE_SPECIFICATION );
        moduleSpecification.addLocalDependency( new ModuleDependency( moduleLoader,
                TORQUEBOX_SECURITY_ID, false, true, false, false ) );
    }

    @Override
    /** {@inheritDoc} */
 
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.