View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040507125224

BUILD FAILED
Ant Error Message: file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: -122
Date of build: 05/07/2004 12:52:24
Time to build: 15 minutes 54 seconds
Last changed: 05/07/2004 12:32:24
Last log entry: added prefix resolving functionality to ContentNavigator

 Unit Tests: (0)
No Tests Run
This project doesn't have any tests
 

 Modifications since last build:  (28)
1.3modifiedloubyanskycommon/src/main/org/jboss/xml/binding/Content.javaadded prefix resolving functionality to ContentNavigator
1.3modifiedloubyanskycommon/src/main/org/jboss/xml/binding/ContentNavigator.javaadded prefix resolving functionality to ContentNavigator
1.6modifiedloubyanskycommon/src/main/org/jboss/xml/binding/ObjectModelBuilder.javaadded prefix resolving functionality to ContentNavigator
1.27modifiedejortjmx/src/main/org/jboss/mx/modelmbean/ModelMBeanInvoker.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.8modifiedejortjmx/src/main/org/jboss/mx/interceptor/AbstractInterceptor.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.9modifiedejortjmx/src/main/org/jboss/mx/interceptor/Interceptor.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.9modifiedejortjmx/src/main/org/jboss/mx/interceptor/ModelMBeanAttributeInterceptor.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.7modifiedejortjmx/src/main/org/jboss/mx/interceptor/ModelMBeanInfoInterceptor.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.11modifiedejortjmx/src/main/org/jboss/mx/interceptor/PersistenceInterceptor.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.7modifiedejortjmx/src/main/org/jboss/mx/interceptor/StandardMBeanInfoInterceptor.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.23modifiedejortjmx/src/main/org/jboss/mx/server/AbstractMBeanInvoker.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.4modifiedejortjmx/src/main/org/jboss/mx/server/AttributeDispatcher.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.6modifiedejortjmx/src/main/org/jboss/mx/server/Dispatcher.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.3modifiedejortjmx/src/main/org/jboss/mx/server/ExceptionHandler.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.7modifiedejortjmx/src/main/org/jboss/mx/server/Invocation.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.12modifiedejortjmx/src/main/org/jboss/mx/server/InvocationContext.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.5deletedejortjmx/src/main/org/jboss/mx/server/InvocationException.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.14modifiedejortjmx/src/main/org/jboss/mx/server/ReflectedDispatcher.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.6modifiedejortjmx/src/main/test/implementation/interceptor/support/MySharedInterceptor.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.4modifiedejorttestsuite/src/main/org/jboss/test/naming/interceptors/ProxyFactoryInterceptor.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.5modifiedejorttestsuite/src/main/org/jboss/test/jmx/interceptors/JNDIPersistence.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.5modifiedejorttestsuite/src/main/org/jboss/test/jmx/interceptors/JNDISecurity.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.5modifiedejorttestsuite/src/main/org/jboss/test/jmx/interceptors/PrincipalInterceptor.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.5modifiedejorttestsuite/src/main/org/jboss/test/jmx/interceptors/SecurityInterceptor.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.5modifiedejorttestsuite/src/main/org/jboss/test/security/interceptors/SRPCacheInterceptor.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.3modifiedejortserver/src/main/org/jboss/jmx/connector/invoker/AuthenticationInterceptor.javaRemove the use InvocationException from the JMX container - replaced with direct use of Throwable.Also fixed the stupid exception handling wrapping (still need to check a couple of the more obscure JMX exception types).1) The invokers and interceptors are a DynamicMBean implementation - as such they should be throwing JMX compatibleexceptions. Since most of our interceptors are lazy, I have left plain->JMX wrapping in place (for now).2) The dispatcher is responsible for wrapping a POJO in a Dynamic/ModelMBean. It is at this level that theplain->JMX exception wrapping should take place. The invoker or interceptors cannot do this, since they also have tocope with DynamicMBeans where the correct exceptions are already being thrown.
1.11modifiedejortjmx/src/main/javax/management/relation/RelationService.javaAdd missing exception handling to the relation service and fix some bugs in findReferencingRelations/getAssociatedMBeans
1.13modifiedejortjmx/src/main/javax/management/relation/RelationSupport.javaAdd missing exception handling to the relation service and fix some bugs in findReferencingRelations/getAssociatedMBeans

Reply via email to