[jboss-jira] [JBoss JIRA] Updated: (EJBTHREE-1025) @Local and @Remote on a bean class must have values
William DeCoste (JIRA)
jira-events at lists.jboss.org
Fri Aug 24 18:41:18 EDT 2007
[ http://jira.jboss.com/jira/browse/EJBTHREE-1025?page=all ]
William DeCoste updated EJBTHREE-1025:
--------------------------------------
Description:
The following is an illegal construct:
@Stateless
@Local
@Remote
public class OrderServiceBean implements OrderService {...}
There is a test for this construct in Branch_4_2.
was:
The following is an illegal construct:
@Stateless
@Local
@Remote
public class OrderServiceBean implements OrderService {...}
> @Local and @Remote on a bean class must have values
> ---------------------------------------------------
>
> Key: EJBTHREE-1025
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-1025
> Project: EJB 3.0
> Issue Type: Bug
> Affects Versions: AS 4.2.0 GA
> Reporter: Carlo de Wolf
> Assigned To: William DeCoste
> Fix For: EJB 3.0 RC11 - FD, AS 4.2.2.GA
>
>
> The following is an illegal construct:
> @Stateless
> @Local
> @Remote
> public class OrderServiceBean implements OrderService {...}
> There is a test for this construct in Branch_4_2.
--
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