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

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Nov 25 11:23:30 EST 2010


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 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)

-- 
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