[ https://issues.apache.org/jira/browse/TUSCANY-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yang ZHONG updated TUSCANY-1091: -------------------------------- Attachment: bindLessNS.patch 1. XMLStreamHelperPerformanceTestCase failure All build tests pass for me. I "mvn clean" before test, do you want to give a try please? If the problem stays, I svn all source from scratch, do you want to give a try please? 2. introduced NameSpaceContext NameSpaceContext isn't new. It was renamed from DelegatingNameSpaceContext (Frank http://issues.apache.org/jira/browse/TUSCANY-1091#action_12471365) by striping "Delegating" (planned http://issues.apache.org/jira/browse/TUSCANY-1091#action_12471389). Now it has been renamed to NamespaceContextImpl in the attached new patch. > DataObjectXMLStreamReader doesn't have to repeat NameSpace declaration which > impacts performance > ------------------------------------------------------------------------------------------------ > > Key: TUSCANY-1091 > URL: https://issues.apache.org/jira/browse/TUSCANY-1091 > Project: Tuscany > Issue Type: Improvement > Components: Java SDO Implementation > Affects Versions: Java-SDO-Mx > Reporter: Yang ZHONG > Fix For: Java-SDO-Mx > > Attachments: bindLessNS, bindLessNS, bindLessNS.patch, simple3.xsd, > XMLStreamHelper.xsd, XMLStreamHelperPerformanceTestCase.java > > > <p0:quotes3> > <p1:symbol3 > xmlns:p1="http://www.example.com/simple3">IBM</p1:symbol3> > <p1:company3 xmlns:p1="http://www.example.com/simple3">IBM > Corp.</p1:company3> > </p0:quotes3> > can be optimized as > <p0:quotes3 xmlns:p1="http://www.example.com/simple3"> > <p1:symbol3>IBM</p1:symbol3> > <p1:company3>IBM Corp.</p1:company3> > </p0:quotes3> > Thanks to Fuhwei Lwo for prototyping the Test Case. I've made small changes > to make use of HelperContext so that it will neither interfere nor be > interfereed by other build test(s). -- 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]