[
https://issues.apache.org/jira/browse/JXPATH-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Haller closed JXPATH-122.
------------------------------
Original request was based on the fact that we use dynamic class loading and a
slow class loader. Disabling Java Beans Introspection would have brought high
performance boost in our scenario.
However, we found that OGNL and MVEL are faster and have the ability to disable
certain functionality and work with dynamic class loading quite well, so we
decided to replace JXPath eventually.
Sorry for bothering
> 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.