You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Matt Benson (JIRA)" <ji...@apache.org> on 2009/01/29 23:11:59 UTC

[jira] Resolved: (JXPATH-122) Possible to disable Java Beans Introspection

     [ https://issues.apache.org/jira/browse/JXPATH-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Benson resolved JXPATH-122.
--------------------------------

    Resolution: Invalid

If basic beans introspection doesn't fit your needs for whatever reason you should implement the DynamicPropertyHandler interface and (statically) register these classes with the JXPathIntrospector.

> 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
>             Fix For: post-1.3
>
>
> 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.