Package org.jboss.resteasy.cdi.injection.reverse

Examples of org.jboss.resteasy.cdi.injection.reverse.EJBInterface.test()


      String lookup = "ejb:/resteasy-reverse-injection-test/" + className + "!" + viewName.getName() + "?stateful";
      log.info("lookup: " + lookup);
      EJBInterface remote = EJBInterface.class.cast(context.lookup(lookup));
      log.info("remote: " + remote);
      remote.setUp(NON_CONTEXTUAL);
      Assert.assertTrue(remote.test(NON_CONTEXTUAL));
   }

   /**
    * Verifies the scopes of the EJBs used in this set of tests.
    */
 
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.