Package org.torquebox.core.component

Examples of org.torquebox.core.component.ComponentEval


        }

        ResourceRoot resourceRoot = unit.getAttachment(Attachments.DEPLOYMENT_ROOT);
        VirtualFile root = resourceRoot.getRoot();

        ComponentEval instantiator = new ComponentEval();

        try {
            String rackUpFile = rackAppMetaData.getRackUpScriptFile(root.getPhysicalFile()).getAbsolutePath();
            instantiator.setCode(getCode(rackAppMetaData.getRackUpScript(root.getPhysicalFile()), rackUpFile));
            instantiator.setLocation(rackUpFile);

            ComponentResolverHelper helper = new ComponentResolverHelper(phaseContext, serviceName);

            helper
                    .initializeInstantiator(instantiator)
View Full Code Here

TOP

Related Classes of org.torquebox.core.component.ComponentEval

Copyright © 2018 www.massapicom. 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.