Examples of JNDILookup


Examples of org.jboss.test.ejb3.spec.global.jndi.JNDILookup

      return getDeploySetup(EJB30JNDINamingSpecUnitTestCase.class, "ejb30-portable-jndi-names.jar");
   }

   public void testJNDINamesForSLSB() throws Exception
   {
      JNDILookup delegateBean = (JNDILookup) this.getInitialContext().lookup(JNDI30LookupBean.JNDI_NAME);
     
      delegateBean.lookupPortableSLSBJNDINames();

   }
View Full Code Here

Examples of org.jboss.test.ejb3.spec.global.jndi.JNDILookup

   }

   public void testJNDINamesForSFSB() throws Exception
   {
      JNDILookup delegateBean = (JNDILookup) this.getInitialContext().lookup(JNDI30LookupBean.JNDI_NAME);
     
      delegateBean.lookupPortableSFSBJNDINames();

   }
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.