Search in sources :

Example 6 with EJBLocalHome

use of javax.ejb.EJBLocalHome in project tomee by apache.

the class StatefulPojoEjbLocalObjectTests method test02_getEjbLocalHome.

public void test02_getEjbLocalHome() {
    try {
        final EJBLocalHome localHome = ejbLocalObject.getEJBLocalHome();
        assertNotNull("The EJBHome is null", localHome);
    } catch (final Exception e) {
        fail("Received Exception " + e.getClass() + " : " + e.getMessage());
    }
}
Also used : EJBLocalHome(javax.ejb.EJBLocalHome)

Aggregations

EJBLocalHome (javax.ejb.EJBLocalHome)6 IndirectlySerializable (com.sun.enterprise.container.common.spi.util.IndirectlySerializable)2 HashSet (java.util.HashSet)1 LinkedHashSet (java.util.LinkedHashSet)1 Set (java.util.Set)1