[
http://jira.jboss.com/jira/browse/JBMETA-41?page=comments#action_12412958 ]
Andrew Lee Rubinger commented on JBMETA-41:
-------------------------------------------
The above code sample refers to "ClassHelper" from EJB3 Common, upon which
metadata cannot depend.
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