[jboss-as7-dev] CNFE on LogManager when running testsuite
James Perkins
jperkins at redhat.com
Sun Nov 4 12:28:58 EST 2012
You probably just need to add the system property to the surefire plugin.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
</systemPropertyVariables>
</configuration>
</plugin>
On 11/02/2012 12:28 PM, ssilvert at redhat.com wrote:
> I'm trying to run a single test from the testsuite. Following the
> instructions in the pom, the test does run but I lose much of the
> output. This is apparently due to a problem with finding the LogManager.
>
> Here is what I get:
> http://pastebin.com/MwLfLGtJ
>
> Any ideas?
>
> Stan
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
--
James R. Perkins
JBoss by Red Hat
More information about the jboss-as7-dev
mailing list