[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-778) @Remote/@Local interface can be inherited from superclass
Bill Burke (JIRA)
jira-events at jboss.com
Wed Nov 8 12:31:41 EST 2006
@Remote/@Local interface can be inherited from superclass
---------------------------------------------------------
Key: EJBTHREE-778
URL: http://jira.jboss.com/jira/browse/EJBTHREE-778
Project: EJB 3.0
Issue Type: Feature Request
Reporter: Bill Burke
class TheSuper implements MyRemote {}
@Remote interface MyRemote {}
@Stateless class Subclass extends TheSuper {}
SubClass stateless bean should be able to inherit remote interface from a superclass that implements @Remote.
*NOTE* we need to check the spec to see if this is ok.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list