View results here ->
http://tck2.jboss.com/cc/?log=log20040428141219Lbuild.103
|
| No Tests Run |
| This project doesn't have any tests |
|
|
| |
|
| modified | starksm | jmx/src/main/org/jboss/mx/server/MBeanServerImpl.java | The exception wrapping saga continues. We now use the JMXExceptionDecoder.decodeToJMXExceptionmethod to only obtain the thrown jmx exception so that we can preserve thecorrect type of JMRuntimeExceptions. |
| modified | starksm | jmx/src/main/org/jboss/mx/util/JMXExceptionDecoder.java | Add a decodeToJMXException to Unwrap a possibly nested jmx exception down to thelast JMException or JMRuntimeException. |