Examples of verifyInjection()


Examples of org.jboss.resteasy.cdi.ejb.EJBRemoteResource.verifyInjection()

      log.info("starting testVerifyInjectionRemoteEJB()");
     
      // Get proxy to JAX-RS resource as EJB.
      EJBRemoteResource remoteResource = getRemoteResource();
      log.info("remote: " + remoteResource);
      int result = remoteResource.verifyInjection();
      log.info("result: " + result);
      assertEquals(200, result);
   }
  
   /**
 
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.