Possible to disable Java Beans Introspection
--------------------------------------------
Key: JXPATH-122
URL: https://issues.apache.org/jira/browse/JXPATH-122
Project: Commons JXPath
Issue Type: Improvement
Affects Versions: 1.2 Final
Reporter: Mike Haller
Please provide a way to disable Java Beans Introspection.
The Introspector of java.beans package tries to dynamically load classes
xxxxxxBeanInfo.class
We dynamically load our beans to inspect from a remote location and thus need
to reconnect for each class which has not been loaded yet. So, scanning for
additional *BeanInfo classes per class is not desired. As we already know that
they don't exist, we would be thankful to have a way to disable this behaviour
up front.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.