|
| 64515 | modified | pgier | //projects/microcontainer/trunk/dependency/pom.xml | Fixing a typo. |
| 64514 | modified | pgier | //projects/microcontainer/trunk/dependency/pom.xml | Changing the groupId of dependency on jboss-test from "jboss" to "org.jboss". |
| 64514 | modified | pgier | //projects/microcontainer/trunk/build/pom.xml | Changing the groupId of dependency on jboss-test from "jboss" to "org.jboss". |
| 64514 | modified | pgier | //projects/microcontainer/trunk/kernel/pom.xml | Changing the groupId of dependency on jboss-test from "jboss" to "org.jboss". |
| 64514 | modified | pgier | //projects/microcontainer/trunk/container/pom.xml | Changing the groupId of dependency on jboss-test from "jboss" to "org.jboss". |
| 64514 | modified | pgier | //projects/microcontainer/trunk/deployers-client/pom.xml | Changing the groupId of dependency on jboss-test from "jboss" to "org.jboss". |
| 64514 | modified | pgier | //projects/microcontainer/trunk/deployers-vfs/pom.xml | Changing the groupId of dependency on jboss-test from "jboss" to "org.jboss". |
| 64514 | modified | pgier | //projects/microcontainer/trunk/aop-mc-int/pom.xml | Changing the groupId of dependency on jboss-test from "jboss" to "org.jboss". |
| 64514 | modified | pgier | //projects/microcontainer/trunk/metatype/pom.xml | Changing the groupId of dependency on jboss-test from "jboss" to "org.jboss". |
| 64514 | modified | pgier | //projects/microcontainer/trunk/osgi-int/pom.xml | Changing the groupId of dependency on jboss-test from "jboss" to "org.jboss". |
| 64514 | modified | pgier | //projects/microcontainer/trunk/spring-int/pom.xml | Changing the groupId of dependency on jboss-test from "jboss" to "org.jboss". |
| 64514 | modified | pgier | //projects/microcontainer/trunk/classloader/pom.xml | Changing the groupId of dependency on jboss-test from "jboss" to "org.jboss". |
| 64514 | modified | pgier | //projects/microcontainer/trunk/deployers-core/pom.xml | Changing the groupId of dependency on jboss-test from "jboss" to "org.jboss". |
| 64514 | modified | pgier | //projects/microcontainer/trunk/managed/pom.xml | Changing the groupId of dependency on jboss-test from "jboss" to "org.jboss". |
| 64514 | modified | pgier | //projects/microcontainer/trunk/deployers-structure-spi/pom.xml | Changing the groupId of dependency on jboss-test from "jboss" to "org.jboss". |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/xml-test/org/jboss/test/kernel/dependency/test/testCallbackWrongOrder1.xml | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/xml-test/org/jboss/test/kernel/dependency/test/testCallbackCorrectOrder0.xml | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/xml-test/org/jboss/test/kernel/dependency/test/testCallbackReinstall0.xml | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/xml-test/org/jboss/test/kernel/dependency/test/testCallbackCorrectOrder1.xml | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/xml-test/org/jboss/test/kernel/dependency/test/testCallbackReinstall1.xml | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | modified | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/ClassSingleCallbackItem.java | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/CallbackXMLTestCase.java | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/support/CallbackCardinalitySimpleBeanRepository.java | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/xml-test/org/jboss/test/kernel/dependency/test/testCardinalityCallbackWrongOrder0.xml | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | modified | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/CallbackDependencyItem.java | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/xml-test/org/jboss/test/kernel/dependency/test/testCardinalityCallbackWrongOrder2.xml | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | modified | alesj | //projects/microcontainer/trunk/dependency/src/main/org/jboss/dependency/plugins/AbstractCallbackItem.java | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | modified | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/AbstractKernelControllerContext.java | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/CallbackAnnotationTestCase.java | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/xml-test/org/jboss/test/kernel/dependency/test/testCardinalityCallbackCorrectOrder0.xml | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/xml-test/org/jboss/test/kernel/dependency/test/testCardinalityCallbackReinstall0.xml | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/xml-test/org/jboss/test/kernel/dependency/test/testCardinalityCallbackCorrectOrder1.xml | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/xml-test/org/jboss/test/kernel/dependency/test/testCardinalityCallbackReinstall1.xml | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/xml-test/org/jboss/test/kernel/dependency/test/testCardinalityCallbackCorrectOrder2.xml | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/xml-test/org/jboss/test/kernel/dependency/test/testCardinalityCallbackReinstall2.xml | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | modified | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/ClassDependencyItem.java | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/CallbackTestCase.java | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/DependencyTestSuite.java | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/support/CallbackSimpleBeanRepository.java | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | modified | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/ClassAttributeCallbackItem.java | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |
| 64511 | added | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/xml-test/org/jboss/test/kernel/dependency/test/testCallbackWrongOrder0.xml | Added Callback tests - plain, XML and annotations.Fixed missing impl in the callback items.Changed the behaviour on ClassDependencyItem.unresolved - class reference doesn't get removed until depending instance is removed (see AbstractKernelControllerContext.removeClassContextReference). |