AOPDependencyBuilder should use existing IntrospectionTypeInfoFactoryImpl, not creating
new one:
| public class AOPDependencyBuilder extends AbstractDependencyBuilder
| {
| private static final String DEPENDENCY_CLASS_NAME = Dependency.class.getName();
| private static final String DEPENDENCY_NAME_ATTRIBUTE = "name";
| IntrospectionTypeInfoFactory
| private static final IntrospectionTypeInfoFactoryImpl typeInfoFactory = new
IntrospectionTypeInfoFactoryImpl();
|
Simple change to IntrospectionTypeInfoFactory is not enough - needing AnnotationHelper.
There should be some sort of AnnotationHelper introduction on the existing
IntrospectionTypeInfoFactoryImpl in IntrospectionTypeInfoFactory.delegate.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071889#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...