-
Bug
-
Resolution: Done
-
Major
-
7.1.2.Final (EAP)
-
None
There are many tests that fail on JDK7
maven report:
Failed tests: testAtomicBoolean(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'AtomicBoolean' testAtomicInteger(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'AtomicInteger' testAtomicLong(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'AtomicLong' testBigDecimal(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'BigDecimal' testBigInteger(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'BigInteger' testClazz(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'Clazz' testFile(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'File' testLocale(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'Locale' testURI(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'URI' testURL(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'URL' testCharacterArray(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'CharacterArray' testClassArray(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'ClassArray' testInetAddress(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'InetAddress' testInetAddressArray(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'InetAddressArray' testObjectCharacter(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'ObjectChar' testProperties(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Found null attribute value for 'Properties' Tests in error: testChar(org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase): Could not deploy to container: {(..)
- relates to
-
WFLY-833 Wrong PropertyEditor is used by ThreadGroups other than "ModelController ThreadGroup" in JDK 7
- Open