[
https://issues.apache.org/jira/browse/AXIOM-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217578#comment-13217578
]
Hudson commented on AXIOM-29:
-----------------------------
Integrated in ws-axiom-trunk #803 (See
[https://builds.apache.org/job/ws-axiom-trunk/803/])
AXIOM-29: Use the optimized OMElement#getText() implementation in DOOM as
well. (Revision 1294328)
Result = SUCCESS
veithen :
Files :
*
/webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/OMElementImplUtil.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/ElementImpl.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/OMElementImpl.java
> Inefficient string concatenation in OMElementImpl#getText
> ---------------------------------------------------------
>
> Key: AXIOM-29
> URL: https://issues.apache.org/jira/browse/AXIOM-29
> Project: Axiom
> Issue Type: Bug
> Reporter: Andreas Veithen
> Assignee: Rich Scheuerle
> Attachments: Test.java, wscommons-294.patch.txt
>
>
> The getText method in org.apache.axiom.om.impl.llom.OMElementImpl uses the
> plus operator to do repetitive string concatenations. This leads to rapid
> performance degradation when the element contains a large number of text
> nodes. This may happen in particular when the XMLStreamReader is not
> coalescing. I believe that this is the root cause of the problem described in
> the following thread:
> http://www.nabble.com/Process-SOAP-message-containg-XHTML-to14804315.html
--
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]