"adrian(a)jboss.org" wrote : NOTE: Fundamentally, this is using
java.lang.Class.getDeclaredMethods()
| and repeating for all super classes and finally matching the total set
| using getters and setters.
|
| Try doing YourClass.class.getDeclaredMethods() followed by super classes
| and see what it says, or alternatively use BeanInfo.getMethods() to see
| the whole thing.
I'll try that. With the introduction of interfaces in metadata API we have a lot of
errors because now property infos are reflect the interfaces and not the implementation
classes, despite the fact that getProperty(name) is called on the implementation class.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099053#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...