View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050123022249Lbuild.268
|
| 1.165.2.181 | modified | starksm | testsuite/build.xml | Add the ha singleton to the cluster.excludes to avoid running them twice |
| 1.1.4.1 | modified | starksm | testsuite/src/main/org/jboss/test/jbossmx/compliance/standard/InfoTortureTestCase.java | JMX standard specifies that only "boolean isX()" style methodsrepresent attributes. "Boolean isX()" methods map to operations.Solves incompatibility with jdk5 jmx implementation. |
| 1.1.4.1 | modified | starksm | testsuite/src/main/org/jboss/test/jbossmx/compliance/standard/support/Torture.java | JMX standard specifies that only "boolean isX()" style methodsrepresent attributes. "Boolean isX()" methods map to operations.Solves incompatibility with jdk5 jmx implementation. |
| 1.1.4.1 | modified | starksm | testsuite/src/main/org/jboss/test/jbossmx/compliance/standard/support/TortureMBean.java | JMX standard specifies that only "boolean isX()" style methodsrepresent attributes. "Boolean isX()" methods map to operations.Solves incompatibility with jdk5 jmx implementation. |
| 1.1.4.2 | modified | starksm | testsuite/src/main/org/jboss/test/jbossmx/compliance/notcompliant/NCMBeanTestCase.java | The following is compliant according to spec, because "isSomething" is an operation, not an attributevoid setSomething(boolean something); |
| 1.8.4.2 | modified | starksm | jmx/src/main/org/jboss/mx/metadata/StandardMetaData.java | JMX standard specifies that only "boolean isX()" style methodsrepresent attributes. "Boolean isX()" methods map to operations.Solves incompatibility with jdk5 jmx implementation. |