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

Eclipse annotation processing not enabled by default can result in errors

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Open (View Workflow)
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: 4.5.0.Final
    • Fix Version/s: 4.10.x
    • Component/s: maven
    • Labels:
      None

      Description

      Some of the quickstarts fail with "java.lang.IllegalArgumentException" and "implementation not found" errors. The workaround was to add this property to the project POM file:

          <properties>
              <!--JBEAP-9389 workaround for buggy eclipse -->
              <m2e.apt.activation>jdt_apt</m2e.apt.activation>
          </properties>
      

      These quickstarts needed this workaround:

      • ejb-security-context-propagation/pom.xml
      • ejb-security-interceptors/pom.xml
      • kitchensink-ml/pom.xml
      • kitchensink-ml-ear/pom.xml
      • logging-tools/pom.xml

      Since most of the quickstarts use annotations, it's not clear to me what is different about these other than some use bundles.

      See these bugs for more information about the issue:

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

                People

                • Assignee:
                  jeffmaury Jeff MAURY
                  Reporter:
                  sgilda Sande Gilda
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  2 Start watching this issue

                  Dates

                  • Created:
                    Updated: