[ http://issues.apache.org/jira/browse/XALANJ-1878?page=all ]
Brian Minchau updated XALANJ-1878:
----------------------------------
Fix Version: 2.7
> XSLTC uses DocumentBuilderFactory bootstrap too often
> -----------------------------------------------------
>
> Key: XALANJ-1878
> URL: http://issues.apache.org/jira/browse/XALANJ-1878
> Project: XalanJ2
> Type: Bug
> Components: XSLTC
> Versions: CurrentCVS
> Environment: Operating System: All
> Platform: All
> Reporter: Matthias Ernst
> Assignee: Xalan Developers Mailing List
> Fix For: 2.7
>
> When returning a NodeList from an extension function, xsltc's
> BasisLibrary#nodeList2Iterator bootstraps a DocumentBuilderFactory every
> time.
> This is a lengthy process and dominates the processing time, especially in
> complicated classloader hierarchies. Instead, a factory should be set up once
> per translet, for example.
> I have filed the same bug against Sun J2SDK 1.5.0:
> http://developer.java.sun.com/developer/bugParade/bugs/5047031.html
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.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]