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

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-microcontainer-head-testsuite.xml:142: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.
Date of build: 11/10/2006 03:50:31
Time to build: 19 minutes 26 seconds
Last changed: 11/09/2006 17:02:35
Last log entry: Fixes to include the aop/mc integration into jboss 5Split jboss-aop-mc-int.jar into jboss-aop-mc-int.boot (for jboss/lib/) and jboss-aop-mc-deployer.jar (for jboss/server/xxx/deployers/jboss-aop-jboss5-deployer/). The boot jar contains the hooks (AOPJoinpointFactory, AOPMetaDataContextFactory, AOPDependencyBuilder and the xml stuff) into the mc for AOP, but does not call through to the AOP layer until the classes in the deployer jar become available.Modify MetaDataContextFactory to take an additional classloader parameter.Remove hard references to deployer.jar classes from classes in the boot jar.Only check dependencies and attempt to create proxies for classes that have "advisable names"

 Unit Tests: (3831)  Total Errors and Failures: (23)
testValueInstantiateFromObjectorg.jboss.test.kernel.config.test.InstantiateXMLTestCase
testBeanAsValueMetaDataorg.jboss.test.kernel.deployment.test.BeanMetaDataTestCase
testConstructorWithBeanorg.jboss.test.kernel.deployment.xml.test.ConstructorTestCase
testConstructorWithWildcardorg.jboss.test.kernel.deployment.xml.test.ConstructorTestCase
testValueInstantiateFromObjectorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave-secure)
testBeanAsValueMetaDataorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave-secure)
testConstructorWithBeanorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave-secure)
testConstructorWithWildcardorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave-secure)
testValueInstantiateFromObjectorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave)
testBeanAsValueMetaDataorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave)
testConstructorWithBeanorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave)
testConstructorWithWildcardorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave)
testValueInstantiateFromObjectorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave-secure)
testBeanAsValueMetaDataorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave-secure)
testConstructorWithBeanorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave-secure)
testConstructorWithWildcardorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave-secure)
testValueInstantiateFromObjectorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave)
testBeanAsValueMetaDataorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave)
testConstructorWithBeanorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave)
testConstructorWithWildcardorg.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave)
testClassScanorg.jboss.test.virtual.test.FileVFSUnitTestCase
testClassScanUnpackedorg.jboss.test.virtual.test.FileVFSUnitTestCase
testClassScanFilesonlyorg.jboss.test.virtual.test.FileVFSUnitTestCase
 

 Modifications since last build:  (first 50 of 12)
58238modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPDependencyBuilder.javaFixes to include the aop/mc integration into jboss 5Split jboss-aop-mc-int.jar into jboss-aop-mc-int.boot (for jboss/lib/) and jboss-aop-mc-deployer.jar (for jboss/server/xxx/deployers/jboss-aop-jboss5-deployer/). The boot jar contains the hooks (AOPJoinpointFactory, AOPMetaDataContextFactory, AOPDependencyBuilder and the xml stuff) into the mc for AOP, but does not call through to the AOP layer until the classes in the deployer jar become available.Modify MetaDataContextFactory to take an additional classloader parameter.Remove hard references to deployer.jar classes from classes in the boot jar.Only check dependencies and attempt to create proxies for classes that have "advisable names"
58238modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/container/src/main/org/jboss/repository/spi/MetaDataContextFactory.javaFixes to include the aop/mc integration into jboss 5Split jboss-aop-mc-int.jar into jboss-aop-mc-int.boot (for jboss/lib/) and jboss-aop-mc-deployer.jar (for jboss/server/xxx/deployers/jboss-aop-jboss5-deployer/). The boot jar contains the hooks (AOPJoinpointFactory, AOPMetaDataContextFactory, AOPDependencyBuilder and the xml stuff) into the mc for AOP, but does not call through to the AOP layer until the classes in the deployer jar become available.Modify MetaDataContextFactory to take an additional classloader parameter.Remove hard references to deployer.jar classes from classes in the boot jar.Only check dependencies and attempt to create proxies for classes that have "advisable names"
58238addedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPMetaDataContextFactoryDelegate.javaFixes to include the aop/mc integration into jboss 5Split jboss-aop-mc-int.jar into jboss-aop-mc-int.boot (for jboss/lib/) and jboss-aop-mc-deployer.jar (for jboss/server/xxx/deployers/jboss-aop-jboss5-deployer/). The boot jar contains the hooks (AOPJoinpointFactory, AOPMetaDataContextFactory, AOPDependencyBuilder and the xml stuff) into the mc for AOP, but does not call through to the AOP layer until the classes in the deployer jar become available.Modify MetaDataContextFactory to take an additional classloader parameter.Remove hard references to deployer.jar classes from classes in the boot jar.Only check dependencies and attempt to create proxies for classes that have "advisable names"
58238addedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPDeployedChecker.javaFixes to include the aop/mc integration into jboss 5Split jboss-aop-mc-int.jar into jboss-aop-mc-int.boot (for jboss/lib/) and jboss-aop-mc-deployer.jar (for jboss/server/xxx/deployers/jboss-aop-jboss5-deployer/). The boot jar contains the hooks (AOPJoinpointFactory, AOPMetaDataContextFactory, AOPDependencyBuilder and the xml stuff) into the mc for AOP, but does not call through to the AOP layer until the classes in the deployer jar become available.Modify MetaDataContextFactory to take an additional classloader parameter.Remove hard references to deployer.jar classes from classes in the boot jar.Only check dependencies and attempt to create proxies for classes that have "advisable names"
58238modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/DescribeAction.javaFixes to include the aop/mc integration into jboss 5Split jboss-aop-mc-int.jar into jboss-aop-mc-int.boot (for jboss/lib/) and jboss-aop-mc-deployer.jar (for jboss/server/xxx/deployers/jboss-aop-jboss5-deployer/). The boot jar contains the hooks (AOPJoinpointFactory, AOPMetaDataContextFactory, AOPDependencyBuilder and the xml stuff) into the mc for AOP, but does not call through to the AOP layer until the classes in the deployer jar become available.Modify MetaDataContextFactory to take an additional classloader parameter.Remove hard references to deployer.jar classes from classes in the boot jar.Only check dependencies and attempt to create proxies for classes that have "advisable names"
58238modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPMetaDataContextFactory.javaFixes to include the aop/mc integration into jboss 5Split jboss-aop-mc-int.jar into jboss-aop-mc-int.boot (for jboss/lib/) and jboss-aop-mc-deployer.jar (for jboss/server/xxx/deployers/jboss-aop-jboss5-deployer/). The boot jar contains the hooks (AOPJoinpointFactory, AOPMetaDataContextFactory, AOPDependencyBuilder and the xml stuff) into the mc for AOP, but does not call through to the AOP layer until the classes in the deployer jar become available.Modify MetaDataContextFactory to take an additional classloader parameter.Remove hard references to deployer.jar classes from classes in the boot jar.Only check dependencies and attempt to create proxies for classes that have "advisable names"
58238modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/build.xmlFixes to include the aop/mc integration into jboss 5Split jboss-aop-mc-int.jar into jboss-aop-mc-int.boot (for jboss/lib/) and jboss-aop-mc-deployer.jar (for jboss/server/xxx/deployers/jboss-aop-jboss5-deployer/). The boot jar contains the hooks (AOPJoinpointFactory, AOPMetaDataContextFactory, AOPDependencyBuilder and the xml stuff) into the mc for AOP, but does not call through to the AOP layer until the classes in the deployer jar become available.Modify MetaDataContextFactory to take an additional classloader parameter.Remove hard references to deployer.jar classes from classes in the boot jar.Only check dependencies and attempt to create proxies for classes that have "advisable names"
58238modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPConstructorJoinpoint.javaFixes to include the aop/mc integration into jboss 5Split jboss-aop-mc-int.jar into jboss-aop-mc-int.boot (for jboss/lib/) and jboss-aop-mc-deployer.jar (for jboss/server/xxx/deployers/jboss-aop-jboss5-deployer/). The boot jar contains the hooks (AOPJoinpointFactory, AOPMetaDataContextFactory, AOPDependencyBuilder and the xml stuff) into the mc for AOP, but does not call through to the AOP layer until the classes in the deployer jar become available.Modify MetaDataContextFactory to take an additional classloader parameter.Remove hard references to deployer.jar classes from classes in the boot jar.Only check dependencies and attempt to create proxies for classes that have "advisable names"
58238addedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPDependencyBuilderDelegate.javaFixes to include the aop/mc integration into jboss 5Split jboss-aop-mc-int.jar into jboss-aop-mc-int.boot (for jboss/lib/) and jboss-aop-mc-deployer.jar (for jboss/server/xxx/deployers/jboss-aop-jboss5-deployer/). The boot jar contains the hooks (AOPJoinpointFactory, AOPMetaDataContextFactory, AOPDependencyBuilder and the xml stuff) into the mc for AOP, but does not call through to the AOP layer until the classes in the deployer jar become available.Modify MetaDataContextFactory to take an additional classloader parameter.Remove hard references to deployer.jar classes from classes in the boot jar.Only check dependencies and attempt to create proxies for classes that have "advisable names"
58238modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/container/src/main/org/jboss/repository/plugins/basic/BasicMetaDataContextFactory.javaFixes to include the aop/mc integration into jboss 5Split jboss-aop-mc-int.jar into jboss-aop-mc-int.boot (for jboss/lib/) and jboss-aop-mc-deployer.jar (for jboss/server/xxx/deployers/jboss-aop-jboss5-deployer/). The boot jar contains the hooks (AOPJoinpointFactory, AOPMetaDataContextFactory, AOPDependencyBuilder and the xml stuff) into the mc for AOP, but does not call through to the AOP layer until the classes in the deployer jar become available.Modify MetaDataContextFactory to take an additional classloader parameter.Remove hard references to deployer.jar classes from classes in the boot jar.Only check dependencies and attempt to create proxies for classes that have "advisable names"
58238modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPJoinpointFactory.javaFixes to include the aop/mc integration into jboss 5Split jboss-aop-mc-int.jar into jboss-aop-mc-int.boot (for jboss/lib/) and jboss-aop-mc-deployer.jar (for jboss/server/xxx/deployers/jboss-aop-jboss5-deployer/). The boot jar contains the hooks (AOPJoinpointFactory, AOPMetaDataContextFactory, AOPDependencyBuilder and the xml stuff) into the mc for AOP, but does not call through to the AOP layer until the classes in the deployer jar become available.Modify MetaDataContextFactory to take an additional classloader parameter.Remove hard references to deployer.jar classes from classes in the boot jar.Only check dependencies and attempt to create proxies for classes that have "advisable names"
58238modifiedkabir.khan@jboss.com//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/beans/AspectBeanMetaDataFactory.javaFixes to include the aop/mc integration into jboss 5Split jboss-aop-mc-int.jar into jboss-aop-mc-int.boot (for jboss/lib/) and jboss-aop-mc-deployer.jar (for jboss/server/xxx/deployers/jboss-aop-jboss5-deployer/). The boot jar contains the hooks (AOPJoinpointFactory, AOPMetaDataContextFactory, AOPDependencyBuilder and the xml stuff) into the mc for AOP, but does not call through to the AOP layer until the classes in the deployer jar become available.Modify MetaDataContextFactory to take an additional classloader parameter.Remove hard references to deployer.jar classes from classes in the boot jar.Only check dependencies and attempt to create proxies for classes that have "advisable names"