[
https://issues.apache.org/jira/browse/TUSCANY-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473673
]
Kelvin Goodson commented on TUSCANY-1091:
-----------------------------------------
Yang,
I have replicated this error on a different machine with a fresh install by
following the exact same steps as above and producing the exact same exception
stack. Please can you confirm that when you take a fresh extraction from svn
and apply your own patch to it you do not seen this error. If you do see the
error, please could you investigate.
C:\Development\patches\T-1091>ls
1091.patch LICENSE.txt STATUS impl pom.xml sdo.xml
tools
BUILDING.txt NOTICE.txt distribution plugin sample target
C:\Development\patches\T-1091>echo %JAVA_HOME%
c:\Java5
C:\Development\patches\T-1091>c:\Java5\bin\java.exe -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pwi32dev-20060222a
(SR1))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32
j9vmwi3223-20060222a (JIT enabled)
J9VM - 20060220_05389_lHdSMR
JIT - 20060220_2133_r8
GC - 20060214_AA)
JCL - 20060222a
C:\Development\patches\T-1091>mvn -version
Maven version: 2.0.4
C:\Development\patches\T-1091>svn update
At revision 508367.
o/s = Windows XP Pro Service Pack 2
Thanks, Kelvin.
> 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]