Package org.jboss.arquillian.weld.shrinkwrap

Examples of org.jboss.arquillian.weld.shrinkwrap.ShrinkWrapClassLoader


   public ContainerMethodExecutor deploy(Context context, final Archive<?> archive)
         throws DeploymentException
   {
      final BeanDeploymentArchive beanArchive = archive.as(ShrinkwrapBeanDeploymentArchive.class);

      ClassLoader cl = new ShrinkWrapClassLoader(archive);

      Thread.currentThread().setContextClassLoader(cl);

      Deployment deployment = new Deployment()
      {
View Full Code Here

TOP

Related Classes of org.jboss.arquillian.weld.shrinkwrap.ShrinkWrapClassLoader

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.