Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-7733

CDI validator for EJB business method is not aware of @LocalBean annotation.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.2.0.CR1
    • 3.2.0.Beta2
    • cdi
    • None

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

            alexeykazakov Alexey Kazakov
            alexeykazakov Alexey Kazakov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: