All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.cdi.tck.shrinkwrap.DummySessionBean Maven / Gradle / Ivy

There is a newer version: 2.0.5.SP1
Show newest version
package org.jboss.cdi.tck.shrinkwrap;

import javax.ejb.Stateless;

/**
 * Dummy session bean used to make every EJB module true EJB module (JBoss AS7 sub-deployment).
 * 
 * See also Test EAR deploys on AS7, but test config can't be
 * found or War classes cannot see EJB classes threads.
 * 
 * @author Martin Kouba
 */
@Stateless(name = "org.jboss.cdi.tck.shrinkwrap.DummySessionBean")
public class DummySessionBean {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy