[jboss-jira] [JBoss JIRA] Created: (JBMETA-41) EJBTHREE-1127 processing
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Fri May 16 00:00:23 EDT 2008
EJBTHREE-1127 processing
------------------------
Key: JBMETA-41
URL: http://jira.jboss.com/jira/browse/JBMETA-41
Project: JBoss Metadata
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 1.0.0.Beta15
Reporter: Scott M Stark
Assigned To: Alexey Loubyansky
Fix For: 1.0.0.CR1
Another annotation processing example is:
@RemoteHome
public interface RemoteHome extends EJBHome
{
public RemoteInterface1 create();
public RemoteInterface2 create2();
}
The above example defines 2 EJB2.x Remote interfaces, even though they're not explicitly marked as such anywhere.
That's EJBTHREE-1127, defined by, "EJB3 Core Specification 3.6.2.1":
The return type of a create method on the remote home interface is the session bean's remote interface.
--
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