Package org.apache.notgeronimo.itests.naming.common

Examples of org.apache.notgeronimo.itests.naming.common.Test.testMEJBLookup()


            HttpServletResponse response) throws IOException, ServletException {

        Test test = new Test();
        try {
//            test.testWebServiceLookup();
            test.testMEJBLookup();
        } catch (Exception e) {
            throw new ServletException(e);
        }

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