[ 
https://issues.apache.org/jira/browse/JCR-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617250#action_12617250
 ] 

fabrizio giustina commented on JCR-1644:
----------------------------------------

In order to successfully import s large xml file I had to patch bot getPrefix() 
and getURI() using iteration as suggested by Philippe, no other way to make 
jackrabbit handle it...

Can I suggest to change this improvement to a bug "Unable to import large xml 
files"?

> make NamespaceContext#getPrefix(java.lang.String) iterative instead of 
> recursive
> --------------------------------------------------------------------------------
>
>                 Key: JCR-1644
>                 URL: https://issues.apache.org/jira/browse/JCR-1644
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Philippe Marschall
>            Priority: Minor
>         Attachments: NamespaceContext.java, NamespaceContext.java.patch
>
>
> Currently the method 
> org.apache.jackrabbit.core.xml.NamespaceContext#getPrefix(java.lang.String) 
> uses recursion. For very large XML files (50 MB Magnolia website exports) 
> this causes a stack overflow. The method can easily be rewritten using 
> iteration.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to