|
| 64483 | modified | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/PreInstallAction.java | Fix - setting the underlying controller at the right time. |
| 64482 | modified | alesj | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/classloading/helpers/VersionImpl.java | Cast typo. |
| 64480 | modified | alesj | //projects/microcontainer/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/classloading/RequirementDependencyItem.java | Typo - check for null module before getName() call. |
| 64479 | modified | alesj | //projects/microcontainer/trunk/docs/gettingstarted/src/docbkx/en/modules/examples.xml | Alias tests - plain, XML and annotations (TODO on remove).Simple docs refactoring - by Manik. |
| 64479 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/org/jboss/test/kernel/dependency/test/PlainAliasXMLTestCase_Alias.xml | Alias tests - plain, XML and annotations (TODO on remove).Simple docs refactoring - by Manik. |
| 64479 | modified | alesj | //projects/microcontainer/trunk/docs/gettingstarted/src/docbkx/en/modules/introduction.xml | Alias tests - plain, XML and annotations (TODO on remove).Simple docs refactoring - by Manik. |
| 64479 | modified | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/annotations/AliasesAnnotationPlugin.java | Alias tests - plain, XML and annotations (TODO on remove).Simple docs refactoring - by Manik. |
| 64479 | modified | alesj | //projects/microcontainer/trunk/docs/gettingstarted/src/docbkx/en/modules/basics.xml | Alias tests - plain, XML and annotations (TODO on remove).Simple docs refactoring - by Manik. |
| 64479 | modified | alesj | //projects/microcontainer/trunk/docs/gettingstarted/src/docbkx/en/modules/packaging.xml | Alias tests - plain, XML and annotations (TODO on remove).Simple docs refactoring - by Manik. |
| 64479 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/org/jboss/test/kernel/dependency/test/PlainAliasXMLTestCase0.xml | Alias tests - plain, XML and annotations (TODO on remove).Simple docs refactoring - by Manik. |
| 64479 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/PlainAliasAnnotationTestCase.java | Alias tests - plain, XML and annotations (TODO on remove).Simple docs refactoring - by Manik. |
| 64479 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/support/AliasSimpleBeanImpl.java | Alias tests - plain, XML and annotations (TODO on remove).Simple docs refactoring - by Manik. |
| 64479 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/DependencyTestSuite.java | Alias tests - plain, XML and annotations (TODO on remove).Simple docs refactoring - by Manik. |
| 64479 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/PlainAliasTestCase.java | Alias tests - plain, XML and annotations (TODO on remove).Simple docs refactoring - by Manik. |
| 64479 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/support/TestUtil.java | Alias tests - plain, XML and annotations (TODO on remove).Simple docs refactoring - by Manik. |
| 64479 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/PlainAliasXMLTestCase.java | Alias tests - plain, XML and annotations (TODO on remove).Simple docs refactoring - by Manik. |
| 64474 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/metatype/src/tests/org/jboss/test/metatype/values/factory/test/ArrayValueFactoryUnitTestCase.java | Add testCharArray |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/classloading/PackageCapability.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/classloading/ClassLoading.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/helpers/AbstractDeploymentUnit.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | added | adrian@jboss.org | //projects/microcontainer/trunk/deployers-spi/src/main/org/jboss/deployers/spi/deployer/helpers/AbstractOptionalRealDeployer.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | added | adrian@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/tests/org/jboss/test/deployers/classloading/support | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-spi/src/main/org/jboss/deployers/spi/deployer/helpers/AbstractClassLoaderDeployer.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/helpers/AbstractDeploymentContext.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/tests/org/jboss/test/deployers/DeployersImplTestSuite.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | added | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/classloading/helpers/ModuleCapabilityImpl.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | added | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/classloading/helpers/RequirePackageImpl.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/DeploymentUnit.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/tests/org/jboss/test/deployers/AbstractDeployerTest.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | added | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/classloading/helpers/PackageCapabilityImpl.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/DeploymentContext.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | added | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/classloading/helpers | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/classloading/Module.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/classloading/Version.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/classloading/ClassLoaderMetaData.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/classloading/Requirement.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | added | adrian@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/tests/org/jboss/test/deployers/classloading/test/MockClassLoaderDependenciesUnitTestCase.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/classloading/VersionRange.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/classloading/Domain.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | added | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/classloading/helpers/RequireModuleImpl.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/helpers/ComponentDeploymentContext.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | added | adrian@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/tests/org/jboss/test/deployers/classloading/test | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | added | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/classloading/helpers/VersionImpl.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | added | adrian@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/classloading/RequirementDependencyItem.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-vfs-spi/src/main/org/jboss/deployers/vfs/spi/deployer/AbstractOptionalVFSRealDeployer.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | added | adrian@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/tests/org/jboss/test/deployers/classloading/DeployersClassLoadingTestSuite.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | added | adrian@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/classloading/AbstractClassLoaderDesribeDeployer.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | added | adrian@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/tests/org/jboss/test/deployers/classloading/support/MockTopLevelClassLoaderSystemDeployer.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/classloading/Capability.java | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |
| 64469 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-structure-spi/pom.xml | [JBMICROCONT-182] - Make a start on classloader dependencies from metadata - very hack at the moment. Also fixed it so that the classloader deployer removes the classloader rather than waiting for full undeployment. |