JBoss.org Community Documentation
While AOP works fine for normal access to fields, methods and constructors, there are some problems with using the Reflection API for this using JBoss. The problems are:
Class.getMethods()
and
Class.getField()
return extra JBoss AOP "plumbing" information.