|
| 58324 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/spi/deployer/DeploymentUnit.java | Add a DeploymentUnit.getFile to avoid having to retrieve the root from the DeploymentContext |
| 58324 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/deployers/src/tests/org/jboss/test/deployers/structure/ear/test/EARStructureUnitTestCase.java | Add a DeploymentUnit.getFile to avoid having to retrieve the root from the DeploymentContext |
| 58324 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployer/AbstractDeploymentUnit.java | Add a DeploymentUnit.getFile to avoid having to retrieve the root from the DeploymentContext |
| 58323 | added | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/BeanNoDefaultCtorUsingParamTestCase.xml | [JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy |
| 58323 | added | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/MultipleLifecycleTestCase.properties | [JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy |
| 58323 | added | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/MultipleLifecycleTestCase.xml | [JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy |
| 58323 | added | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/test/BeanNoDefaultCtorUsingParamTestCase.java | [JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy |
| 58323 | added | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/support/BeanNoDefaultCtorUsingParam.java | [JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy |
| 58323 | modified | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPConstructorJoinpoint.java | [JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy |
| 58323 | modified | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/beans/IntroductionBinding.java | [JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy |
| 58323 | added | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/test/MultipleLifecycleTestCase.java | [JBAOP-307] Solve NPE where mc instantiates a bean w/ ctor injection and the proxied class has no default ctors, and tries to use the params in its ctor by overriding all ctors in the proxy |
| 58294 | modified | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/test/BeanCallingMethodInCtorTestCase.java | [JBAOP-306] Make test test what it shold be (ctors calling methods causes NPE when using proxies) |
| 58294 | modified | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/support/BeanCallingMethodInCtor.java | [JBAOP-306] Make test test what it shold be (ctors calling methods causes NPE when using proxies) |
| 58294 | modified | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/BeanCallingMethodInCtorTestCase.xml | [JBAOP-306] Make test test what it shold be (ctors calling methods causes NPE when using proxies) |
| 58289 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/AbstractClassLoaderDeployer.java | Look for an attachment of type ClassLoaderFactory, and if its not found, use this as the factory. |