Class Summary |
CompleteEjb2xViewValidator |
CompleteEjb2xViewValidator
Raises a validation exception if there is an incomplete
EJB2.x View defined by the ejb-jar schema:
"Either both the local-home and the local elements
or both the home and the remote elements must be
specified for the session bean."
JBMETA-130 |
LocalBindingWithNoLocalInterfaceValidator |
Validate if the Bean has local-binding, but no local business interfaces [JBMETA-117]. |
RemoteBindingsWithNoRemoteBusinessInterfaceValidator |
RemoteBindingsWithNoRemoteBusinessInterfaceValidator
Raises a validation exception if there are @RemoteBindings
defined on any EJB Session Bean with no remote business
interface
JBMETA-117 |