View results here -> http://cruisecontrol.jboss.com/cc/buildresults/microcontainer-head-testsuite?log=log20060320095930

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-microcontainer-head-testsuite.xml:41: Exit code: 1 See compilejbosshead.log in Build Artifacts for details.
Date of build: 03/20/2006 09:59:30
Time to build: 25 minutes 12 seconds
Last changed: 03/20/2006 05:20:19
Last log entry: Put BeanInfo.getDependencies() the way it was, i.e do not pass in the MetaDataContext

 Unit Tests: (0)  Total Errors and Failures: (0)
 

 Modifications since last build:  (first 50 of 28)
1.12modifiedkkhansrc/main/org/jboss/kernel/plugins/dependency/AbstractKernelControllerContext.javaSome support for mc/aop dependenciesMake prototype Aspect implement Untransformable, since we always need setKernelControllerContext() to be called to initialise the name of the aspect definitionMake sure that when undeploying an advicebinding and the advisor belongs to a sub domain, that we check if it registered with the parent aspect managerWhen setting metadata via the KernelControllerContext, create a per instance bean info with a per instance class adapter
1.23modifiedkkhansrc/main/org/jboss/kernel/plugins/dependency/KernelControllerContextActions.javaSome support for mc/aop dependenciesMake prototype Aspect implement Untransformable, since we always need setKernelControllerContext() to be called to initialise the name of the aspect definitionMake sure that when undeploying an advicebinding and the advisor belongs to a sub domain, that we check if it registered with the parent aspect managerWhen setting metadata via the KernelControllerContext, create a per instance bean info with a per instance class adapter
1.8modifiedkkhansrc/main/org/jboss/beans/info/plugins/AbstractBeanInfo.javaSome support for mc/aop dependenciesMake prototype Aspect implement Untransformable, since we always need setKernelControllerContext() to be called to initialise the name of the aspect definitionMake sure that when undeploying an advicebinding and the advisor belongs to a sub domain, that we check if it registered with the parent aspect managerWhen setting metadata via the KernelControllerContext, create a per instance bean info with a per instance class adapter
1.1addedkkhansrc/main/org/jboss/beans/info/plugins/AbstractInstanceBeanInfo.javaSome support for mc/aop dependenciesMake prototype Aspect implement Untransformable, since we always need setKernelControllerContext() to be called to initialise the name of the aspect definitionMake sure that when undeploying an advicebinding and the advisor belongs to a sub domain, that we check if it registered with the parent aspect managerWhen setting metadata via the KernelControllerContext, create a per instance bean info with a per instance class adapter
1.7modifiedkkhansrc/main/org/jboss/beans/info/spi/BeanInfo.javaSome support for mc/aop dependenciesMake prototype Aspect implement Untransformable, since we always need setKernelControllerContext() to be called to initialise the name of the aspect definitionMake sure that when undeploying an advicebinding and the advisor belongs to a sub domain, that we check if it registered with the parent aspect managerWhen setting metadata via the KernelControllerContext, create a per instance bean info with a per instance class adapter
1.4modifiedkkhansrc/main/org/jboss/classadapter/plugins/BasicClassAdapter.javaSome support for mc/aop dependenciesMake prototype Aspect implement Untransformable, since we always need setKernelControllerContext() to be called to initialise the name of the aspect definitionMake sure that when undeploying an advicebinding and the advisor belongs to a sub domain, that we check if it registered with the parent aspect managerWhen setting metadata via the KernelControllerContext, create a per instance bean info with a per instance class adapter
1.13modifiedkkhansrc/main/org/jboss/classadapter/spi/ClassAdapter.javaSome support for mc/aop dependenciesMake prototype Aspect implement Untransformable, since we always need setKernelControllerContext() to be called to initialise the name of the aspect definitionMake sure that when undeploying an advicebinding and the advisor belongs to a sub domain, that we check if it registered with the parent aspect managerWhen setting metadata via the KernelControllerContext, create a per instance bean info with a per instance class adapter
1.5modifiedkkhansrc/main/org/jboss/repository/spi/MetaDataContext.javaSome support for mc/aop dependenciesMake prototype Aspect implement Untransformable, since we always need setKernelControllerContext() to be called to initialise the name of the aspect definitionMake sure that when undeploying an advicebinding and the advisor belongs to a sub domain, that we check if it registered with the parent aspect managerWhen setting metadata via the KernelControllerContext, create a per instance bean info with a per instance class adapter
1.24modifiedadriansrc/main/org/jboss/kernel/plugins/dependency/KernelControllerContextActions.javaSourcecode tidyup
1.13modifiedadriansrc/main/org/jboss/kernel/plugins/dependency/AbstractKernelControllerContext.javaFix an NPE.
1.1addedadriansrc/resources/org/jboss/test/kernel/deployment/xml/test/BeanFactoryWithInstall.xmlAllow a GenericBeanFactory to have install/uninstall
1.1addedadriansrc/resources/org/jboss/test/kernel/deployment/xml/test/BeanFactoryWithInstalls.xmlAllow a GenericBeanFactory to have install/uninstall
1.1addedadriansrc/resources/org/jboss/test/kernel/deployment/xml/test/BeanFactoryWithUninstall.xmlAllow a GenericBeanFactory to have install/uninstall
1.1addedadriansrc/resources/org/jboss/test/kernel/deployment/xml/test/BeanFactoryWithUninstalls.xmlAllow a GenericBeanFactory to have install/uninstall
1.9modifiedadriansrc/resources/schema/bean-deployer_2_0.xsdAllow a GenericBeanFactory to have install/uninstall
1.14modifiedadriansrc/main/org/jboss/kernel/plugins/deployment/xml/BeanSchemaBinding20.javaAllow a GenericBeanFactory to have install/uninstall
1.4modifiedadriansrc/tests/org/jboss/test/kernel/deployment/xml/test/BeanFactoryTestCase.javaAllow a GenericBeanFactory to have install/uninstall
1.1addedadriansrc/resources/org/jboss/test/kernel/dependency/test/GenericBeanFactoryInstallDependencyXMLTestCase0.xmlTests for install/uninstall on GenericBeanFactory
1.1addedadriansrc/resources/org/jboss/test/kernel/dependency/test/GenericBeanFactoryInstallDependencyXMLTestCase1.xmlTests for install/uninstall on GenericBeanFactory
1.1addedadriansrc/tests/org/jboss/test/kernel/dependency/support/GenericBeanFactoryRepository.javaTests for install/uninstall on GenericBeanFactory
1.21modifiedadriansrc/tests/org/jboss/test/kernel/dependency/test/DependencyTestSuite.javaTests for install/uninstall on GenericBeanFactory
1.1addedadriansrc/tests/org/jboss/test/kernel/dependency/test/GenericBeanFactoryInstallDependencyTestCase.javaTests for install/uninstall on GenericBeanFactory
1.1addedadriansrc/tests/org/jboss/test/kernel/dependency/test/GenericBeanFactoryInstallDependencyXMLTestCase.javaTests for install/uninstall on GenericBeanFactory
1.25modifiedkkhansrc/main/org/jboss/kernel/plugins/dependency/KernelControllerContextActions.javaPut BeanInfo.getDependencies() the way it was, i.e do not pass in the MetaDataContext
1.9modifiedkkhansrc/main/org/jboss/beans/info/plugins/AbstractBeanInfo.javaPut BeanInfo.getDependencies() the way it was, i.e do not pass in the MetaDataContext
1.8modifiedkkhansrc/main/org/jboss/beans/info/spi/BeanInfo.javaPut BeanInfo.getDependencies() the way it was, i.e do not pass in the MetaDataContext
1.5modifiedkkhansrc/main/org/jboss/classadapter/plugins/BasicClassAdapter.javaPut BeanInfo.getDependencies() the way it was, i.e do not pass in the MetaDataContext
1.14modifiedkkhansrc/main/org/jboss/classadapter/spi/ClassAdapter.javaPut BeanInfo.getDependencies() the way it was, i.e do not pass in the MetaDataContext

Reply via email to