Before:
| Object result = context.getTarget();
| if (result != null && property != null)
| {
| KernelConfigurator configurator = controller.getKernel().getConfigurator();
| BeanInfo beanInfo = configurator.getBeanInfo(result.getClass());
| TargettedJoinpoint joinpoint =
configurator.getPropertyGetterJoinPoint(beanInfo, property);
| joinpoint.setTarget(result);
| result = joinpoint.dispatch();
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004977#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...