]
Andrew Rubinger resolved EJBTHREE-1025.
---------------------------------------
Resolution: Done
@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: Andrew Rubinger
Fix For: AS 4.2.2.GA, EJB 3.0 RC11 - FD
From the API doc:
"When used on the bean class, declares the local business interface(s) for a session
bean. When used on an interface, designates that interface as a local business interface.
In this case, no value() is provided."
Thus the following is an illegal construct:
@Stateless
@Local
@Remote
public class OrderServiceBean implements OrderService {...}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: