[
https://issues.jboss.org/browse/JBIDE-25146?page=com.atlassian.jira.plugi...
]
Sande Gilda updated JBIDE-25146:
--------------------------------
Project: Tools (JBoss Tools) (was: JBoss Developer Studio Integration Stack
Planning)
Key: JBIDE-25146 (was: JBDSISP-5)
Workflow: GIT Pull Request workflow (was: CDW v1)
Status: Open (was: New)
Eclipse annotation processing not enabled by default can result in
errors
-------------------------------------------------------------------------
Key: JBIDE-25146
URL:
https://issues.jboss.org/browse/JBIDE-25146
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Sande Gilda
Assignee: Martin Malina
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:
{code}
<properties>
<!--JBEAP-9389 workaround for buggy eclipse -->
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
</properties>
{code}
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:
*
https://bugzilla.redhat.com/show_bug.cgi?id=1182606#c2
*
https://bugzilla.redhat.com/show_bug.cgi?id=1183013
*
https://bugzilla.redhat.com/show_bug.cgi?id=1191984
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)