-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
EJB3 Spec 4.6.6 Bullet 1:
"The following are the requirements for the session bean's business interface:
- The interface must not extend the javax.ejb.EJBObject or javax.ejb.EJBLocalObject interface."
...thus the following construct:
public interface StatefulRemote extends EJBObject
{...}...and:
@Stateful
@Remote(StatefulRemote.class)
@RemoteBinding(jndiBinding = StatefulRemote.JNDI_NAME_REMOTE)
public class StatefulRemoteBean
...should fail with a deployment exception referencing the specification.
- blocks
-
JBAS-5036 Local home create() implementation returns wrong type
- Closed
- is related to
-
EJBTHREE-1662 Fix the "EJB 2.1 Client Adaptors" tutorial
- Resolved
-
EJBTHREE-1075 Ensure Session Beans with Incomplete 2.1 View Fail Deployment
- Closed
- relates to
-
EJBTHREE-1058 Cannot invoke EJBObject methods on EJBs without explicit Home Interface Defined
- Closed