-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
org.jboss.test.aop.test.MicrocontainerJMXUnitTestCase
- testBeanWithDependencyFromAspect
- testRedeployedBeanWithDependencyFromAspect
org.jbos.test.aop.test.NotWovenScopedDependencyUnitTestCase
- testBeanWithDependencyFromAspect
- testRedeployedBeanWithDependencyFromAspect
org.jboss.test.aop.test.ScopedWovenDependencyTestCase
- testBeanWithDependencyFromAspect
- testRedeployedBeanWithDependencyFromAspect
These test all fail when calling the doTestDeployDependencies() method.
The jar, aop-mc-jmxtest-has-dependency.jar is deployed and then the following assertion fails:
MBeanServerConnection server = getServer();
ObjectName testerName = new ObjectName("jboss.aop:name=BeanWithDependency");
try
catch (InstanceNotFoundException expected)
{
}
junit.framework.AssertionFailedError: jboss.aop:name=BeanWithDependency should not have been found
at org.jboss.test.aop.test.MicrocontainerJMXUnitTestCase.doTestDeployDependencies(MicrocontainerJMXUnitTestCase.java:107)
at org.jboss.test.aop.test.MicrocontainerJMXUnitTestCase.testBeanWithDependencyFromAspect(MicrocontainerJMXUnitTestCase.java:80)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
- is blocked by
-
JBAS-6495 MC 2.0.4.GA, CL 2.0.3.GA, Deployers 2.0.5.GA, Seam-int 5.2.0.GA
- Closed