[
https://issues.apache.org/jira/browse/TUSCANY-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474060
]
Yang ZHONG commented on TUSCANY-1091:
-------------------------------------
I've just installed IBM JSDK 5, patch builds fine and tests run fine.
C:\>%JAVA_HOME%\bin\java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pwi32devifx-20060124)
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223ifx-2006
0124 (JIT enabled)
J9VM - 20051027_03723_lHdSMR
JIT - 20051027_1437_r8
GC - 20051020_AA)
JCL - 20060120
C:\>cd \temp\Tuscany\SDO\issues\Java\tests\java\sdo
C:\temp\Tuscany\SDO\issues\Java\tests\java\sdo>svn update
At revision 509057.
C:\temp\Tuscany\SDO\issues\Java\tests\java\sdo>mvn -version
Maven version: 2.0.4
> 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,
> org.apache.tuscany.sdo.test.XMLStreamHelperPerformanceTestCase.txt,
> simple3.xsd, T-1091.log, 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]