[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: aop-mc-int tests failing on annotation parsing
alesj
do-not-reply at jboss.com
Tue Mar 4 08:37:11 EST 2008
| testComplicatedLifecycleDependencyCorrectOrder(org.jboss.test.kernel.dependency.test.ComplicatedLifecycleDependencyAnnotationTestCase) Time elapsed: 0.048 sec <<< FAILURE!
| testComplicatedLifecycleDependencyWrongOrder(org.jboss.test.kernel.dependency.test.ComplicatedLifecycleDependencyAnnotationTestCase) Time elapsed: 0.03 sec <<< FAILURE!
| testComplicatedLifecycleDependencyReinstall(org.jboss.test.kernel.dependency.test.ComplicatedLifecycleDependencyAnnotationTestCase) Time elapsed: 0.057 sec <<< FAILURE!
|
Similar problem.
The proxy doesn't reflect delegate's field changes.
| bean5: org.jboss.test.kernel.dependency.support.SimpleBeanWithComplicatedLifecycle = {org.jboss.test.kernel.dependency.support.AOPContainerProxy$0 at 1792}"org.jboss.test.kernel.dependency.support.AnnotatedSimpleBeanWithComplicatedLifecycle at 1b044df (proxied by org.jboss.test.kernel.dependency.support.AOPContainerProxy$0 at 9b777a)"
| mixins: java.lang.Object[] = null
| delegate: org.jboss.test.kernel.dependency.support.AnnotatedSimpleBeanWithComplicatedLifecycle = {org.jboss.test.kernel.dependency.support.AnnotatedSimpleBeanWithComplicatedLifecycle at 1032}
| createOrder: int = 9
| startOrder: int = 10
| stopOrder: int = -1
| destroyOrder: int = -1
| createBean: org.jboss.test.kernel.dependency.support.SimpleBeanWithLifecycle = {org.jboss.test.kernel.dependency.support.SimpleBeanWithLifecycle at 1487}
| startBean: org.jboss.test.kernel.dependency.support.SimpleBeanWithLifecycle = {org.jboss.test.kernel.dependency.support.SimpleBeanWithLifecycle at 1789}
| stopBean: org.jboss.test.kernel.dependency.support.SimpleBeanWithLifecycle = null
| destroyBean: org.jboss.test.kernel.dependency.support.SimpleBeanWithLifecycle = null
| currentAdvisor: org.jboss.aop.Advisor = {org.jboss.aop.proxy.container.InstanceProxyContainer at 1802}
| classAdvisor: org.jboss.aop.Advisor = {org.jboss.aop.proxy.container.ClassProxyContainer at 1803}
| metadata: org.jboss.aop.metadata.SimpleMetaData = null
| instanceAdvisor: org.jboss.aop.InstanceAdvisor = {org.jboss.aop.proxy.container.InstanceProxyContainer at 1802}
| createOrder: int = -1
| startOrder: int = -1
| stopOrder: int = -1
| destroyOrder: int = -1
| createBean: org.jboss.test.kernel.dependency.support.SimpleBeanWithLifecycle = null
| startBean: org.jboss.test.kernel.dependency.support.SimpleBeanWithLifecycle = null
| stopBean: org.jboss.test.kernel.dependency.support.SimpleBeanWithLifecycle = null
| destroyBean: org.jboss.test.kernel.dependency.support.SimpleBeanWithLifecycle = null
|
e.g. see delegate.createOrder vs. bean5.createOrder.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133894#4133894
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133894
More information about the jboss-dev-forums
mailing list