<html><head>
<style>
.white { color:#FFFFFF }.index { background-color:#FFFFFF }.index-passed { color:#004400 }.index-failed { color:#FF0000; font-weight:bold }.index-header { font-weight:bold }.link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; }.tab-table { margin: 0em 0em 0.5em 0em; }.tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; }.tabs-link { color:#000000; text-decoration:none; }.tabs-link:visited { color:#000000; text-decoration:none; }.tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; }.tabs-selected { border: inset; }.header-title { font-family:arial,helvetica,sans-serif; font-size:12pt; color:#000000; font-weight:bold; }.header-label { font-weight:bold; }.header-data { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; }.modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; }.modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; }.modifications-oddrow { background-color:#CCCCCC }.modifications-evenrow { background-color:#FFFFCC }.changelists-oddrow { background-color:#CCCCCC }.changelists-evenrow { background-color:#FFFFCC }.changelists-file-spacer { background-color:#FFFFFF }.changelists-file-evenrow { background-color:#EEEEEE }.changelists-file-oddrow { background-color:#FFFFEE }.changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; }.compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; }.compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; }.compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; }.compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; }.distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; }.distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; }.distributables-oddrow { background-color:#CCCCCC }.unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; }.unittests-oddrow { background-color:#CCCCCC }.unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; }.unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; }.checkstyle-oddrow { background-color:#CCCCCC }.checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; }.checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; }
</style>
</head><body>
View results here -> <a href="http://cruisecontrol.jboss.com/cc/buildresults/microcontainer-head-testsuite?log=log20061110035031">http://cruisecontrol.jboss.com/cc/buildresults/microcontainer-head-testsuite?log=log20061110035031</a><p>
<table width="98%" border="0" cellspacing="0" cellpadding="2" align="center"><tr><td class="header-title">TESTS FAILED</td></tr><tr><td class="header-data"><span class="header-label">Ant Error Message:&nbsp;</span>/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.</td></tr><tr><td class="header-data"><span class="header-label">Date of build:&nbsp;</span>11/10/2006 03:50:31</td></tr><tr><td class="header-data"><span class="header-label">Time to build:&nbsp;</span>19 minutes 26 seconds</td></tr><tr><td class="header-data"><span class="header-label">Last changed:&nbsp;</span>11/09/2006 17:02:35</td></tr><tr><td class="header-data"><span class="header-label">Last log entry:&nbsp;</span>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"</td></tr></table><p>
<table xmlns="http://www.w3.org/TR/html4/strict.dtd" width="98%" border="0" cellspacing="0" cellpadding="2" align="center"/><p>
<p>
<p>
<p>
<table width="98%" border="0" cellspacing="0" cellpadding="2" align="center"><tr><td colspan="4" class="unittests-sectionheader">                   &nbsp;Unit Tests: (3831)                   &nbsp;Total Errors and Failures: (23)                </td></tr><tr><td><table width="98%" border="0" cellspacing="0" cellpadding="2" align="center"><tr><td width="40%" class="unittests-data">testValueInstantiateFromObject</td><td width="40%" class="unittests-data">org.jboss.test.kernel.config.test.InstantiateXMLTestCase</td></tr><tr class="unittests-oddrow"><td width="40%" class="unittests-data">testBeanAsValueMetaData</td><td width="40%" class="unittests-data">org.jboss.test.kernel.deployment.test.BeanMetaDataTestCase</td></tr><tr><td width="40%" class="unittests-data">testConstructorWithBean</td><td width="40%" class="unittests-data">org.jboss.test.kernel.deployment.xml.test.ConstructorTestCase</td></tr><tr class="unittests-oddrow"><td width="40%" class="unittests-data">testConstructorWithWildcard</td><td width="40%" class="unittests-data">org.jboss.test.kernel.deployment.xml.test.ConstructorTestCase</td></tr><tr><td width="40%" class="unittests-data">testValueInstantiateFromObject</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave-secure)</td></tr><tr class="unittests-oddrow"><td width="40%" class="unittests-data">testBeanAsValueMetaData</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave-secure)</td></tr><tr><td width="40%" class="unittests-data">testConstructorWithBean</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave-secure)</td></tr><tr class="unittests-oddrow"><td width="40%" class="unittests-data">testConstructorWithWildcard</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave-secure)</td></tr><tr><td width="40%" class="unittests-data">testValueInstantiateFromObject</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave)</td></tr><tr class="unittests-oddrow"><td width="40%" class="unittests-data">testBeanAsValueMetaData</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave)</td></tr><tr><td width="40%" class="unittests-data">testConstructorWithBean</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave)</td></tr><tr class="unittests-oddrow"><td width="40%" class="unittests-data">testConstructorWithWildcard</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(no_weave)</td></tr><tr><td width="40%" class="unittests-data">testValueInstantiateFromObject</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave-secure)</td></tr><tr class="unittests-oddrow"><td width="40%" class="unittests-data">testBeanAsValueMetaData</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave-secure)</td></tr><tr><td width="40%" class="unittests-data">testConstructorWithBean</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave-secure)</td></tr><tr class="unittests-oddrow"><td width="40%" class="unittests-data">testConstructorWithWildcard</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave-secure)</td></tr><tr><td width="40%" class="unittests-data">testValueInstantiateFromObject</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave)</td></tr><tr class="unittests-oddrow"><td width="40%" class="unittests-data">testBeanAsValueMetaData</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave)</td></tr><tr><td width="40%" class="unittests-data">testConstructorWithBean</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave)</td></tr><tr class="unittests-oddrow"><td width="40%" class="unittests-data">testConstructorWithWildcard</td><td width="40%" class="unittests-data">org.jboss.test.microcontainer.test.MicrocontainerAllTestCase(weave)</td></tr><tr><td width="40%" class="unittests-data">testClassScan</td><td width="40%" class="unittests-data">org.jboss.test.virtual.test.FileVFSUnitTestCase</td></tr><tr class="unittests-oddrow"><td width="40%" class="unittests-data">testClassScanUnpacked</td><td width="40%" class="unittests-data">org.jboss.test.virtual.test.FileVFSUnitTestCase</td></tr><tr><td width="40%" class="unittests-data">testClassScanFilesonly</td><td width="40%" class="unittests-data">org.jboss.test.virtual.test.FileVFSUnitTestCase</td></tr></table></td></tr><tr></tr><tr><td colspan="2">&nbsp;</td></tr></table><p>
<table width="98%" border="0" cellspacing="0" cellpadding="2" align="center"><tr><td colspan="4" class="modifications-sectionheader">                    &nbsp;Modifications since last build:&nbsp;                    (first 50 of 12)                </td></tr><tr class="modifications-evenrow"><td class="modifications-data">58238</td><td class="modifications-data">modified</td><td class="modifications-data">kabir.khan@jboss.com</td><td class="modifications-data">//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPDependencyBuilder.java</td><td class="modifications-data">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"</td></tr><tr class="modifications-oddrow"><td class="modifications-data">58238</td><td class="modifications-data">modified</td><td class="modifications-data">kabir.khan@jboss.com</td><td class="modifications-data">//projects/microcontainer/trunk/container/src/main/org/jboss/repository/spi/MetaDataContextFactory.java</td><td class="modifications-data">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"</td></tr><tr class="modifications-evenrow"><td class="modifications-data">58238</td><td class="modifications-data">added</td><td class="modifications-data">kabir.khan@jboss.com</td><td class="modifications-data">//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPMetaDataContextFactoryDelegate.java</td><td class="modifications-data">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"</td></tr><tr class="modifications-oddrow"><td class="modifications-data">58238</td><td class="modifications-data">added</td><td class="modifications-data">kabir.khan@jboss.com</td><td class="modifications-data">//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPDeployedChecker.java</td><td class="modifications-data">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"</td></tr><tr class="modifications-evenrow"><td class="modifications-data">58238</td><td class="modifications-data">modified</td><td class="modifications-data">kabir.khan@jboss.com</td><td class="modifications-data">//projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/DescribeAction.java</td><td class="modifications-data">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"</td></tr><tr class="modifications-oddrow"><td class="modifications-data">58238</td><td class="modifications-data">modified</td><td class="modifications-data">kabir.khan@jboss.com</td><td class="modifications-data">//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPMetaDataContextFactory.java</td><td class="modifications-data">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"</td></tr><tr class="modifications-evenrow"><td class="modifications-data">58238</td><td class="modifications-data">modified</td><td class="modifications-data">kabir.khan@jboss.com</td><td class="modifications-data">//projects/microcontainer/trunk/aop-mc-int/build.xml</td><td class="modifications-data">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"</td></tr><tr class="modifications-oddrow"><td class="modifications-data">58238</td><td class="modifications-data">modified</td><td class="modifications-data">kabir.khan@jboss.com</td><td class="modifications-data">//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPConstructorJoinpoint.java</td><td class="modifications-data">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"</td></tr><tr class="modifications-evenrow"><td class="modifications-data">58238</td><td class="modifications-data">added</td><td class="modifications-data">kabir.khan@jboss.com</td><td class="modifications-data">//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPDependencyBuilderDelegate.java</td><td class="modifications-data">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"</td></tr><tr class="modifications-oddrow"><td class="modifications-data">58238</td><td class="modifications-data">modified</td><td class="modifications-data">kabir.khan@jboss.com</td><td class="modifications-data">//projects/microcontainer/trunk/container/src/main/org/jboss/repository/plugins/basic/BasicMetaDataContextFactory.java</td><td class="modifications-data">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"</td></tr><tr class="modifications-evenrow"><td class="modifications-data">58238</td><td class="modifications-data">modified</td><td class="modifications-data">kabir.khan@jboss.com</td><td class="modifications-data">//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPJoinpointFactory.java</td><td class="modifications-data">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"</td></tr><tr class="modifications-oddrow"><td class="modifications-data">58238</td><td class="modifications-data">modified</td><td class="modifications-data">kabir.khan@jboss.com</td><td class="modifications-data">//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/beans/AspectBeanMetaDataFactory.java</td><td class="modifications-data">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"</td></tr></table><p>
<table width="98%" border="0" cellspacing="0" cellpadding="2" align="center"></table>
</body></html>