Examples of accessJNDI()


Examples of org.ow2.easybeans.tests.common.ejbs.base.ItfAccessJNDI.accessJNDI()

     * @see org.ow2.easybeans.tests.annotations.TestLocalAnnotation00
     * @throws Exception if a problem occurs.
     */
    public void testRun00() throws Exception {
        ItfAccessJNDI bean = getBeanLocalInstance(SLSBLocalAnnotationTest00.class, ItfAccessJNDI.class);
        String strResult = (String) bean.accessJNDI(null);
        assertEquals(strResult, SLSBLocalAnnotationTest00.JNDI, "The bean method is not running correctly.");
    }

    /**
     * @see org.ow2.easybeans.tests.annotations.TestLocalAnnotation00
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.