-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
The following 2 constructs should throw an informative error to the bean provider:
@Stateless
@Remote(MyRemote.class)
@LocalBinding(jndiBinding="Whatever") // There's no local business interface
public class MyBean implements MyRemote
@Stateless
@Local(MyLocal.class)
@RemoteBinding(jndiBinding="Whatever") // There's no remote business interface
public class MyBean implements MyLocal{...}
- duplicates
-
EJBTHREE-1130 NPE on combination: @Remote and @LocalBinding
- Resolved
- is blocked by
-
JBMETA-118 Implement a ValidatorChain
- Resolved
-
JBMETA-119 Add LocalBindingMetaData
- Resolved
- is related to
-
EJBTHREE-1662 Fix the "EJB 2.1 Client Adaptors" tutorial
- Resolved