Package org.jboss.as.test.integration.rar.ejb

Examples of org.jboss.as.test.integration.rar.ejb.NoOpEJB


     *
     * @throws Exception
     */
    @Test
    public void testDeployment() throws Exception {
        final NoOpEJB noOpEJB = InitialContext.doLookup("java:app/ejb/" + NoOpEJB.class.getSimpleName());
        noOpEJB.doNothing();
    }
View Full Code Here

TOP

Related Classes of org.jboss.as.test.integration.rar.ejb.NoOpEJB

Copyright © 2018 www.massapicom. 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.