Package org.jboss.test.ejb3.jbas7556

Examples of org.jboss.test.ejb3.jbas7556.QueryNameSpaceRemote.query()


    * EE.5.15
    */
   public void testModuleName() throws Exception
   {
      QueryNameSpaceRemote bean = (QueryNameSpaceRemote) getInitialContext().lookup("QueryNameSpaceBean/remote");
      String result = bean.query("java:module/ModuleName");
      assertEquals("jbas7556", result);
   }

   public static Test suite() throws Exception
   {
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.