Skip to content

Commit

Permalink
JBEAP-9389 "Error processing request" in quickstarts that use annotat…
Browse files Browse the repository at this point in the history
…ion processors in JBDS
  • Loading branch information
ctomc committed Jul 13, 2017
1 parent 8ad5454 commit 681d802
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kitchensink-ml-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<name>${qs.name.prefix} kitchensink-ml-ear</name>
<description>This project demonstrates how to create a localized version of the kitchensink EAR</description>

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

<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
5 changes: 5 additions & 0 deletions kitchensink-ml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<name>${qs.name.prefix} kitchensink-ml</name>
<description>A localized starter Java EE web application project for use in JBoss EAP, generated from the jboss-javaee6-webapp archetype</description>

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

<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
4 changes: 4 additions & 0 deletions logging-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
<packaging>war</packaging>
<name>${qs.name.prefix} logging-tools</name>
<description>This project demonstrates JBoss EAP Logging Tools using JAX-RS</description>
<properties>
<!--JBEAP-9389 workaround for buggy eclipse -->
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
</properties>

<licenses>
<license>
Expand Down

0 comments on commit 681d802

Please sign in to comment.