CDI validator for EJB business method is not aware of @LocalBean
annotation.
----------------------------------------------------------------------------
Key: JBIDE-7733
URL:
https://jira.jboss.org/browse/JBIDE-7733
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.0.Beta2
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.2.0.CR1
1. If 0 interfaces and the method is public - it's a business method (already
implemented);
2. If N interfaces and no @Local - the method should be public to be a business method
(already implemented);
3. If N interfaces and Y @Local's, the class is not annotated @LocalBean - should
check the method in every @Local and mark the method if it's not implementation of any
@Local (mostly implemented, but we should check @LocalBean);
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: