<div dir="ltr">







<p class="">Seems that the RedundantThrowsCheck style feature is causing this, since it is not able to resolve the ServletException class.</p>
<p class="">I don&#39;t know if this have another implications but adding the servlet dependency solve the problem and the tests ends fine.</p>
<p class="">&lt;dependencies&gt;<br>            &lt;dependency&gt;<br>                &lt;groupId&gt;org.jboss.spec.javax.servlet&lt;/groupId&gt;<br>                &lt;artifactId&gt;jboss-servlet-api_3.1_spec&lt;/artifactId&gt;<br>
                &lt;version&gt;${version.org.jboss.spec.javax.servlet.jboss-servlet-api_3.1_spec}&lt;/version&gt;<br>&lt;scope&gt;compile&lt;/scope&gt;<br> &lt;/dependency&gt;</p>
<p class="">&lt;/dependencies&gt;</p>
<p class=""> </p></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-27 17:24 GMT-03:00 Brian Stansberry <span dir="ltr">&lt;<a href="mailto:brian.stansberry@redhat.com" target="_blank">brian.stansberry@redhat.com</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I disabled the checkstyle plugin in that module. It&#39;s one of only two<br>
testsuite modules that have checkstyle enabled, so no great loss.<br>
<br>
Googling that failure indicates some sort of classpath problem for the<br>
plugin, so if someone can figure out the issue we can re-enable.<br>
<div class="HOEnZb"><div class="h5"><br>
On 8/27/14, 2:01 PM, Frank Langelage wrote:<br>
&gt; Could someone please have a look at this problem, caused by commit<br>
&gt; <a href="https://github.com/wildfly/wildfly/commit/31220c8aa3a3264651fda0305f95a1512e6da838" target="_blank">https://github.com/wildfly/wildfly/commit/31220c8aa3a3264651fda0305f95a1512e6da838</a><br>
&gt; today (PR <a href="https://github.com/wildfly/wildfly/pull/6538" target="_blank">https://github.com/wildfly/wildfly/pull/6538</a>).<br>
&gt; stuartwdouglas?<br>
&gt; kwart?<br>
&gt;<br>
&gt; [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @<br>
&gt; wildfly-ts-integ-secman ---<br>
&gt; [INFO] Changes detected - recompiling the module!<br>
&gt; [INFO] Compiling 26 source files to<br>
&gt; /home/jboss/WildFly-9.0/wildfly/testsuite/integration/secman/target/test-classes<br>
&gt; [WARNING] CAL10NAnnotationProcessor 0.8.1 initialized<br>
&gt; [WARNING] Supported source version &#39;RELEASE_5&#39; from annotation processor<br>
&gt; &#39;ch.qos.cal10n.verifier.processor.CAL10NAnnotationProcessor&#39; less than<br>
&gt; -source &#39;1.7&#39;<br>
&gt; [INFO]<br>
&gt; [INFO] --- maven-checkstyle-plugin:2.12.1:checkstyle (check-style) @<br>
&gt; wildfly-ts-integ-secman ---<br>
&gt; [INFO] Starting audit...<br>
&gt; /home/jboss/WildFly-9.0/wildfly/testsuite/integration/secman/src/test/java/org/jboss/as/testsuite/integration/secman/servlets/CallPermissionUtilServlet.java:51:83:<br>
&gt; Unable to get class information for ServletException.<br>
&gt; /home/jboss/WildFly-9.0/wildfly/testsuite/integration/secman/src/test/java/org/jboss/as/testsuite/integration/secman/servlets/JSMCheckServlet.java:55:83:<br>
&gt; Unable to get class information for ServletException.<br>
&gt; /home/jboss/WildFly-9.0/wildfly/testsuite/integration/secman/src/test/java/org/jboss/as/testsuite/integration/secman/servlets/PrintSystemPropertyServlet.java:50:83:<br>
&gt; Unable to get class information for ServletException.<br>
&gt; Audit done.<br>
&gt;<br>
&gt; [INFO]<br>
&gt; ------------------------------------------------------------------------<br>
&gt; [INFO] Reactor Summary:<br>
&gt; [INFO]<br>
&gt; [INFO] WildFly Test Suite: Aggregator ..................... SUCCESS<br>
&gt; [03:11 min]<br>
&gt; [INFO] WildFly Test Suite: Integration .................... SUCCESS [<br>
&gt; 9.882 s]<br>
&gt; [INFO] WildFly Test Suite: Integration - Web .............. SUCCESS<br>
&gt; [01:50 min]<br>
&gt; [INFO] WildFly Test Suite: Integration - Smoke ............ SUCCESS<br>
&gt; [03:54 min]<br>
&gt; [INFO] WildFly Test Suite: Integration - Security Manager . FAILURE [<br>
&gt; 12.331 s]<br>
&gt; [INFO]<br>
&gt; ------------------------------------------------------------------------<br>
&gt; [INFO] BUILD FAILURE<br>
&gt; [INFO]<br>
&gt; ------------------------------------------------------------------------<br>
&gt; [INFO] Total time: 09:25 min<br>
&gt; [INFO] Finished at: 2014-08-27T20:24:31+02:00<br>
&gt; [INFO] Final Memory: 100M/302M<br>
&gt; [INFO]<br>
&gt; ------------------------------------------------------------------------<br>
&gt; [ERROR] Failed to execute goal<br>
&gt; org.apache.maven.plugins:maven-checkstyle-plugin:2.12.1:checkstyle<br>
&gt; (check-style) on project wildfly-ts-integ-secman: An error has occurred<br>
&gt; in Checkstyle report generation. Failed during checkstyle execution:<br>
&gt; There are 3 checkstyle errors. -&gt; [Help 1]<br>
&gt; [ERROR]<br>
&gt; [ERROR] To see the full stack trace of the errors, re-run Maven with the<br>
&gt; -e switch.<br>
&gt; [ERROR] Re-run Maven using the -X switch to enable full debug logging.<br>
&gt; [ERROR]<br>
&gt; [ERROR] For more information about the errors and possible solutions,<br>
&gt; please read the following articles:<br>
&gt; [ERROR] [Help 1]<br>
&gt; <a href="http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException" target="_blank">http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException</a><br>
&gt; [ERROR]<br>
&gt; [ERROR] After correcting the problems, you can resume the build with the<br>
&gt; command<br>
&gt; [ERROR]   mvn &lt;goals&gt; -rf :wildfly-ts-integ-secman<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; wildfly-dev mailing list<br>
&gt; <a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
&gt;<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Brian Stansberry<br>
Senior Principal Software Engineer<br>
JBoss by Red Hat<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><div><span style="font-family:Arial;font-size:small">________________</span><span style="font-family:Arial;font-size:small">__________</span><br>
</div><div><div align="left" style="font-family:Arial;font-size:small">Eduardo Sant&#39;Ana da Silva - Dr.</div><div style="font-family:Arial;font-size:small"><font face="Arial">Pesquisador / Consultor de TI<br></font></div>
<div style="font-family:Arial;font-size:small"><br></div></div></div>
</div>