[
https://issues.apache.org/jira/browse/AXIS2-4524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977155#action_12977155
]
Srinath Perera commented on AXIS2-4524:
---------------------------------------
reverted the change.
This patch is very hard to apply as that need to know the current service being
processed, which will need major rewrite to bean Utils etc. Do we need to keep
this issue open?
> Caching BeanInfo in adb module's BeanUtil improves performance
> --------------------------------------------------------------
>
> Key: AXIS2-4524
> URL: https://issues.apache.org/jira/browse/AXIS2-4524
> Project: Axis2
> Issue Type: Improvement
> Components: adb
> Affects Versions: 1.5
> Reporter: Valgeir Halldórsson
> Attachments: axis2.diff, BeanUtil.diff
>
>
> I've detected that org.apache.axis2.databinding.utils.BeanUtil class can be
> improved for performance. It seems that invoking
> Introspector.getBeanInfo(Class, Class) takes a lot of time. By caching
> java.beans.BeanInfo in this class it doubles up (at least) the performance,
> especially when returning a big dataset. I changed this myself and saw a
> great deal of performance improvement.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]