[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-7733) CDI validator for EJB business method is not aware of @LocalBean annotation.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Nov 26 10:55:31 EST 2010


     [ https://jira.jboss.org/browse/JBIDE-7733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-7733:
----------------------------------

    Description: 
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);

  was:
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 defined at least in one implemented interface. Otherwise it's not a business method (should implement this rule) 
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)



> 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: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list