[jboss-jira] [JBoss JIRA] Updated: (JBMETA-41) EJBTHREE-1127 processing
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Fri May 16 05:39:32 EDT 2008
[ http://jira.jboss.com/jira/browse/JBMETA-41?page=all ]
Andrew Lee Rubinger updated JBMETA-41:
--------------------------------------
Description:
Another annotation processing example is:
@RemoteHome
public interface RemoteHome extends EJBHome
{
public RemoteInterface create();
}
The above example defines a EJB2.x Remote interface, even though they're not explicitly marked as such anywhere.
Technically, @Remote is used to denote an EJB3 Remote *Business* View.
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.
was:
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.
Assignee: Alexey Loubyansky (was: Carlo de Wolf)
> 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 RemoteInterface create();
> }
> The above example defines a EJB2.x Remote interface, even though they're not explicitly marked as such anywhere.
> Technically, @Remote is used to denote an EJB3 Remote *Business* View.
> 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