[ 
https://issues.apache.org/jira/browse/AXIS2-5119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138758#comment-13138758
 ] 

Hudson commented on AXIS2-5119:
-------------------------------

Integrated in axis2-1.6 #141 (See 
[https://builds.apache.org/job/axis2-1.6/141/])
    AXIS2-4524 / AXIS2-4878 / AXIS2-5118 / AXIS2-5119: Merged r1166132 and 
r1190499 to the 1.6 branch.

veithen : 
Files : 
* /axis/axis2/java/core/branches/1_6
* 
/axis/axis2/java/core/branches/1_6/modules/adb/src/org/apache/axis2/databinding/utils/BeanUtil.java
* 
/axis/axis2/java/core/branches/1_6/modules/kernel/src/org/apache/axis2/classloader/BeanInfoCache.java
* 
/axis/axis2/java/core/branches/1_6/modules/kernel/src/org/apache/axis2/classloader/BeanInfoCachingClassLoader.java
* 
/axis/axis2/java/core/branches/1_6/modules/kernel/src/org/apache/axis2/classloader/JarFileClassLoader.java
* 
/axis/axis2/java/core/branches/1_6/modules/kernel/src/org/apache/axis2/deployment/DeploymentClassLoader.java

                
> ComplexType array return performance issue
> ------------------------------------------
>
>                 Key: AXIS2-5119
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5119
>             Project: Axis2
>          Issue Type: Improvement
>          Components: adb
>    Affects Versions: 1.6.0
>         Environment: Ubuntu 10.04 64-bit, Tomcat 6.0.28, Axis 1.6.0
>            Reporter: Vilnis Termanis
>            Assignee: Andreas Veithen
>              Labels: adb, array, arrays, complextype, performance
>             Fix For: 1.6.2, 1.7.0
>
>         Attachments: BeanUtil.java
>
>
> Service function returns which contain (long) arrays of custom objects 
> degrade performance.
> Example (POJO):
> SomeCustomType[] myFunc() is a lot slower than String[] myFunc()
> Reason:
> BeanUtil.getBeanInfo() 
> (modules/adb/src/org/apache/axis2/databinding/utils/BeanUtil.java) is called 
> for each element in the output array, even though they are all the same. 
> (According to 
> http://download.oracle.com/javase/6/docs/api/java/beans/BeanInfo.html the 
> result should be cached but this does not seem to be happening.)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to