[jira] Commented: (TUSCANY-1197) Sequence composition

2007-04-03 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486438 ] Yang ZHONG commented on TUSCANY-1197: - Derived fetures have already been filtered out by the patched ClassImpl

[jira] Updated: (TUSCANY-1197) Sequence composition

2007-03-28 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1197: Attachment: patch.1197 SequencesTestCase.java Sequences.java

[jira] Created: (TUSCANY-1197) Sequence composition

2007-03-28 Thread Yang ZHONG (JIRA)
Reporter: Yang ZHONG Fix For: Java-SDO-Mx DataObject#getSequence() provides one single Sequence for users to access properties. However, a DataObject can have more than one non-derived Sequences. The attached prototype enables DataObject#getSequence() to return a Sequence

Re: Should XMLHelper support DataGraph and how

2007-03-23 Thread Yang ZHONG
ML with the XMLHelper and then pull the "data graph" (i.e., graph of DataObject's) out of it. This didn't create a "DataGraph", but it was still an interesting example. That should still be possible, isn't it? Frank. "Yang ZHONG" <[EMAIL PROTECTED]

Re: Should XMLHelper support DataGraph and how

2007-03-23 Thread Yang ZHONG
g to replace the implementation of DataGraph to one that "is a" DataObject, so then it will serialize without any special code. That's the direction the SDO spec is going on this issue. Frank. "Yang ZHONG" <[EMAIL PROTECTED]> 03/23/2007 03:55 PM Please respon

Should XMLHelper support DataGraph and how

2007-03-23 Thread Yang ZHONG
It takes shorter to implement. However, the solution isn't trivial since stream may not support reset, where the parsed portion has to be recorded and played back. -- Yang ZHONG

Re: SDO Java M3 Release Candidate RC1

2007-03-23 Thread Yang ZHONG
have also been affected by generator template bugs which are now being fixed, so this will sort the issues that Yang pointed out. Regards, Kelvin. On 20/03/07, Yang ZHONG <[EMAIL PROTECTED]> wrote: > > Agree with Ant, we probably don't need jUnit into the binary distro. > At th

Re: SDO Java M3 Release Candidate RC1

2007-03-20 Thread Yang ZHONG
d probably include the ASM copyright in the NOTICE file. ...ant -- Yang ZHONG

[jira] Commented: (TUSCANY-1164) Container of root object is non-null after endLogging()

2007-03-16 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481764 ] Yang ZHONG commented on TUSCANY-1164: - I'll try to patch once the EMF fix becomes available in a sna

[jira] Commented: (TUSCANY-1164) Container of root object is non-null after endLogging()

2007-03-13 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480568 ] Yang ZHONG commented on TUSCANY-1164: - Thanks to Kelvin for pinpointing the EMF problem. I have verified and

Re: [SCA] WSDL2Java seems not generating SDO code

2007-03-13 Thread Yang ZHONG
> Jean-Sebastien Delfino wrote: > >> >> Yang ZHONG wrote: >> >>> WSDL has schemas and portTypes. >>> WSDL2Java uses SDO CodeGen to compute classes names for schemas and >>> generates classes for portTypes. >>> SDO code seem not actuall

[jira] Updated: (TUSCANY-1064) WSDL2Java tool doesn't have an option to generate Java non-wrapper style interface using dynamic SDO (commonj.sdo.DataObject)

2007-03-07 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1064: Attachment: 1064.patch The attached patch has passed all extensions/axis2/tools build tests

[jira] Commented: (TUSCANY-1064) WSDL2Java tool doesn't have an option to generate Java non-wrapper style interface using dynamic SDO (commonj.sdo.DataObject)

2007-03-07 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479182 ] Yang ZHONG commented on TUSCANY-1064: - I'm prototyping. > WSDL2Java tool doesn't have an optio

[SCA] WSDL2Java seems not generating SDO code

2007-03-07 Thread Yang ZHONG
if users specify options causing different code from what WSDL2Java expects? How do we enable users to reflect the customization to WSDL2Java? -- Yang ZHONG

[jira] Commented: (TUSCANY-1150) Java2WSDL SchemaBuilder#isSDO can't detect static SDO and TuscanyJava2WSDLTestCase#testWsdlGeneration_SDO_Static fails to report that

2007-03-02 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477584 ] Yang ZHONG commented on TUSCANY-1150: - If downloaded SDO snapshot doesn't reflect http://issues.apach

[jira] Updated: (TUSCANY-1150) Java2WSDL SchemaBuilder#isSDO can't detect static SDO and TuscanyJava2WSDLTestCase#testWsdlGeneration_SDO_Static fails to report that

2007-03-02 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1150: Attachment: 1150.patch The attached patch has passed all extensions/axis2/tools build tests

[jira] Commented: (TUSCANY-1150) Java2WSDL SchemaBuilder#isSDO can't detect static SDO and TuscanyJava2WSDLTestCase#testWsdlGeneration_SDO_Static fails to report that

2007-03-02 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477437 ] Yang ZHONG commented on TUSCANY-1150: - To fix the bug,I'll try to leverage SDO API such as TypeHelper#ge

[jira] Created: (TUSCANY-1150) Java2WSDL SchemaBuilder#isSDO can't detect static SDO and TuscanyJava2WSDLTestCase#testWsdlGeneration_SDO_Static fails to report that

2007-03-02 Thread Yang ZHONG (JIRA)
Key: TUSCANY-1150 URL: https://issues.apache.org/jira/browse/TUSCANY-1150 Project: Tuscany Issue Type: Bug Components: Java SCA Tools Affects Versions: Java-SCA-Mx Reporter: Yang ZHONG Fix For: Java-SCA-Mx Java2WSDL SchemaBu

[jira] Commented: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-27 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476443 ] Yang ZHONG commented on TUSCANY-1132: - 2 comments. 2-1. It seems problem found and solved. What's

Re: [SCA] Java2WSDL source path and SDO integration

2007-02-27 Thread Yang ZHONG
Created and prototyped http://issues.apache.org/jira/browse/TUSCANY-1144 to make "2-2. SDO integration" "Option -importSchema" possible. On 2/23/07, Yang ZHONG <[EMAIL PROTECTED]> wrote: I've tried option "-C, --importSchema" with Axis2 1.1.1, not

[jira] Updated: (TUSCANY-1144) Type Schema Location

2007-02-27 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1144: Attachment: 1144.patch The attached prototype implements one approach, assuming CodeGen uses

[jira] Created: (TUSCANY-1144) Type Schema Location

2007-02-27 Thread Yang ZHONG (JIRA)
Reporter: Yang ZHONG Fix For: Java-SDO-Mx SCA Java2WSDL has an option not to regenerate XSD if a static SDO comes from XSD, therefore the originating XSD location info is required for a (static) SDO Type. -- This message is automatically generated by JIRA. - You can reply

Re: WSDL->Java wrapped (vs. non-wrapped) with doc-lit-wrap WSDL with named complexType

2007-02-24 Thread Yang ZHONG
t choice. Also it seems there are a lot of WSDLs out there following the above "named complexType" pattern, (or whatever it's called). I'm wondering what Yang, Raymond, Sebastien and whoever else is interested in the WSDL2Java tools thinks about this... Thanks, Scott Kurz -- Yang ZHONG

[jira] Commented: (TUSCANY-1137) WSDL2Java tool should be able to handle imports of other WSDL files into the original WSDL

2007-02-23 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475594 ] Yang ZHONG commented on TUSCANY-1137: - A WSDL has two parts: types and others. When PortType.wsdl is imported

Re: [SCA] Java2WSDL source path and SDO integration

2007-02-23 Thread Yang ZHONG
e, element/attribute form, cardinality, default, annotation, substitution, sequence/choice, etc. which are not available from Java class. On 2/23/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: I have more questions on your questions :) Yang ZHONG wrote: > 2 questions on Java2WSDL.

[SCA] Java2WSDL source path and SDO integration

2007-02-23 Thread Yang ZHONG
able, generate WSDL using Axis(2) with inline schema from SDO -- Yang ZHONG

Re: java2wsdl error

2007-02-22 Thread Yang ZHONG
ks. Joey Perry WebSphere Application Server SVT - Austin, Texas Outside -- (512) 838-0708 IBM Internal Tie Line -- 678-0708 Internet -- [EMAIL PROTECTED] Notes -- Joey Perry/Austin/[EMAIL PROTECTED] -- Yang ZHONG

[jira] Updated: (TUSCANY-1093) isSet returning false when boolean set to false, or int set to 0

2007-02-21 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1093: Attachment: patch Previous patch adopted setUnsettable approach

[jira] Updated: (TUSCANY-1128) Support attribute and element with same name

2007-02-21 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1128: Attachment: 1128.patch > Support attribute and element with same n

[jira] Updated: (TUSCANY-1128) Support attribute and element with same name

2007-02-20 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1128: Attachment: DifferAttrFromElementTestCase.java 1128.patch The attached prototype

[jira] Created: (TUSCANY-1128) Support attribute and element with same name

2007-02-20 Thread Yang ZHONG (JIRA)
Implementation Affects Versions: Java-SDO-Mx Reporter: Yang ZHONG Fix For: Java-SDO-Mx To support attribute and element with same name within one Type such as and using "@property" to access attribute and "property" to acce

[jira] Commented: (TUSCANY-1115) XSDHelper#define may resolve XSD QName incorrectly

2007-02-19 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474256 ] Yang ZHONG commented on TUSCANY-1115: - We probably don't need to fix it ourselves. I've debugged se

[jira] Commented: (TUSCANY-1109) TypeHelperImpl#getType(Class) queries wrong scope (EPackage.Registry.INSTANCE) and misses delegate scopes

2007-02-19 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474228 ] Yang ZHONG commented on TUSCANY-1109: - The SDO spec hasn't described enough scoping details yet. Our im

Re: DAS Build failure : java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException

2007-02-18 Thread Yang ZHONG
Sorry, it was http://issues.apache.org/jira/browse/TUSCANY-<http://issues.apache.org/jira/browse/TUSCANY-1119> *1105* On 2/18/07, Yang ZHONG <[EMAIL PROTECTED]> wrote: There're some info on the email thread: http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg1

Re: DAS Build failure : java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException

2007-02-18 Thread Yang ZHONG
ende http://people.apache.org/~lresende -- Yang ZHONG

[jira] Commented: (TUSCANY-1091) DataObjectXMLStreamReader doesn't have to repeat NameSpace declaration which impacts performance

2007-02-18 Thread Yang ZHONG (JIRA)
[ 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

[jira] Commented: (TUSCANY-1119) XMLStreamHelper serialization incomplete.

2007-02-16 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473816 ] Yang ZHONG commented on TUSCANY-1119: - TUSCANY-1097 patch fixes the Test Case. This's a duplicate of TU

[jira] Updated: (TUSCANY-1101) Support mixed Sequence and any Sequence in Change Summary

2007-02-16 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1101: Attachment: patch Thanks to Kelvin for having committed TUSCANY-928. Now I can generate patch

[jira] Updated: (TUSCANY-1088) SDO should tolerate malformed XML

2007-02-16 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1088: Attachment: patch New patch rebasing http://issues.apache.org/jira/browse/TUSCANY-713 >

[jira] Updated: (TUSCANY-1097) DataObjectXMLStreamReader shouldn't have ignored (transient Properties in) Sequence

2007-02-16 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1097: Attachment: 1097.patch For your convenience, I've merged two patches into one. Please c

[jira] Commented: (TUSCANY-1099) fix for TUSCANY-1083 used lookupPrefix method of Node not available to Java 1.4.2 users

2007-02-16 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473776 ] Yang ZHONG commented on TUSCANY-1099: - Thanks to Kelvin to change the comment from "Node#lookupPref

[jira] Commented: (TUSCANY-1097) DataObjectXMLStreamReader shouldn't have ignored (transient Properties in) Sequence

2007-02-15 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473557 ] Yang ZHONG commented on TUSCANY-1097: - Might also solve http://issues.apache.org/jira/browse/TUSCANY-1119

[jira] Commented: (TUSCANY-1119) XMLStreamHelper serialization incomplete.

2007-02-15 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473555 ] Yang ZHONG commented on TUSCANY-1119: - Might be a duplicate of http://issues.apache.org/jira/browse/TUSCANY

[jira] Commented: (TUSCANY-1091) DataObjectXMLStreamReader doesn't have to repeat NameSpace declaration which impacts performance

2007-02-15 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473444 ] Yang ZHONG commented on TUSCANY-1091: - Can't explain twice XMLStreamHelperPerformanceTestCase.java:64 e

[jira] Commented: (TUSCANY-1088) SDO should tolerate malformed XML

2007-02-15 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473434 ] Yang ZHONG commented on TUSCANY-1088: - Yes, my intention to leave that as a TODO. doLoad takes options from

Re: mvn problem?

2007-02-14 Thread Yang ZHONG
--- I suppose it would download many dependencies before "BUILD SUCCESSFUL", but no dependency was download :s Am I missing something or it should work this way? Thanks, Adriano Crestani -- Yang ZHONG

[SCA Java] Integration Test Case of WSDL2Java and Java2WSDL

2007-02-14 Thread Yang ZHONG
Will do. I'll browse the code base for existing or similar Test Case(s) related to WSDL2Java or Java2WSDL. If any one has any related info in mind to share, thanks in advance. On 2/14/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Yang ZHONG wrote: > I'll browse JIR

[jira] Commented: (TUSCANY-1113) Extensible namespaces and types that change

2007-02-14 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473251 ] Yang ZHONG commented on TUSCANY-1113: - Mail archive: http://www.mail-archive.com/tuscany-user

[jira] Commented: (TUSCANY-1099) fix for TUSCANY-1083 used lookupPrefix method of Node not available to Java 1.4.2 users

2007-02-14 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473238 ] Yang ZHONG commented on TUSCANY-1099: - XSDConstants.lookupQualifier is a nice substitution for Node

[jira] Created: (TUSCANY-1115) XSDHelper#define may resolve XSD QName incorrectly

2007-02-14 Thread Yang ZHONG (JIRA)
Implementation Affects Versions: Java-SDO-Mx Reporter: Yang ZHONG Fix For: Java-SDO-Mx XSDHelper#define may incorrectly resolve QName within XSD. Has asked EMF to fix this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=174236 In case no EMF fix in time, we might

[jira] Updated: (TUSCANY-1091) DataObjectXMLStreamReader doesn't have to repeat NameSpace declaration which impacts performance

2007-02-14 Thread Yang ZHONG (JIRA)
[ 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

[jira] Updated: (TUSCANY-713) Discover and regiester new SDO types during the time of loading the XML instance document

2007-02-14 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-713: --- Attachment: SDOXMLResourceImpl.patch 1. The patch application file complains about line 55 http

Re: I can help SCA

2007-02-14 Thread Yang ZHONG
king through them, and for > attending to the issues arising from them. > Regards, Kelvin. > > > On 12/02/07, Yang ZHONG <[EMAIL PROTECTED]> wrote: >> >> I just did SDO 928, 713, 1091, 1088, 1101, 1102, 1093, 1097 and 1099. >> While waiting for them to be commit

[jira] Commented: (TUSCANY-709) Loads DataGraph in designated scope(TypeHelper)

2007-02-13 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472965 ] Yang ZHONG commented on TUSCANY-709: Thanks to Hasan for the comment. I don't see Resource def

[jira] Commented: (TUSCANY-1110) Improve the performance of TypeHelperImpl.getType(Class)

2007-02-13 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472959 ] Yang ZHONG commented on TUSCANY-1110: - SDO 2.1 specifies JDK level as 1.4, not sure we can generate interface

[jira] Commented: (TUSCANY-1110) Improve the performance of TypeHelperImpl.getType(Class)

2007-02-13 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472954 ] Yang ZHONG commented on TUSCANY-1110: - One of the possible ways to get around the scope/HelperContext issue

[jira] Commented: (TUSCANY-1110) Improve the performance of TypeHelperImpl.getType(Class)

2007-02-13 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472950 ] Yang ZHONG commented on TUSCANY-1110: - We probably can add this into ClassImpl/DataTypeImpl: static Map

[jira] Commented: (TUSCANY-1110) Improve the performance of TypeHelperImpl.getType(Class)

2007-02-13 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472932 ] Yang ZHONG commented on TUSCANY-1110: - I'm prototyping a different implementation/algorithm: e

[jira] Created: (TUSCANY-1109) TypeHelperImpl#getType(Class) queries wrong scope (EPackage.Registry.INSTANCE) and misses delegate scopes

2007-02-13 Thread Yang ZHONG (JIRA)
/jira/browse/TUSCANY-1109 Project: Tuscany Issue Type: Bug Components: Java SDO Implementation Affects Versions: Java-SDO-Mx Reporter: Yang ZHONG Fix For: Java-SDO-Mx TypeHelperImpl#getType(Class) queries wrong scope

[jira] Commented: (TUSCANY-1105) CTS throws NoClassDefFound errors for javax.xml.stream.XMLStreamException while reading XML stream

2007-02-13 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472917 ] Yang ZHONG commented on TUSCANY-1105: - StAX doesn't require Java 6. Both API and impl(s) are available to

[jira] Commented: (TUSCANY-708) Should TypeHelper.define return List of Types that includes DocumentRootType

2007-02-13 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472865 ] Yang ZHONG commented on TUSCANY-708: DocumentRoot is like an anonymous type, containing (global) elements

[jira] Commented: (TUSCANY-1105) CTS throws NoClassDefFound errors for javax.xml.stream.XMLStreamException while reading XML stream

2007-02-13 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472860 ] Yang ZHONG commented on TUSCANY-1105: - Prior to Java 6, stax-api is required to compile sdo impl, as

Re: SDO impl Java 6 dependancy

2007-02-13 Thread Yang ZHONG
Check out Charlie's al crapo blog at http://robbieminshall.blogspot.com * * * Addresss * * * 1914 Overland Drive Chapel Hill NC 27517 * * * Number * * * 919-225-1553 -- Yang ZHONG

[jira] Updated: (TUSCANY-1107) Multiple calls to getNamespaceContext

2007-02-13 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1107: Attachment: 1107 Thanks to Frank for the pursuits of optimization. > Multiple calls

[jira] Updated: (TUSCANY-1107) Multiple calls to getNamespaceContext

2007-02-12 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1107: Attachment: 1107 > Multiple calls to getNamespaceCont

[jira] Updated: (TUSCANY-1107) Multiple calls to getNamespaceContext

2007-02-12 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1107: Attachment: 1107 > Multiple calls to getNamespaceCont

[jira] Updated: (TUSCANY-1107) Multiple calls to getNamespaceContext

2007-02-12 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1107: Attachment: 1107 The attached patch has passed all build tests. Now, getNamespaceContext() is

[jira] Commented: (TUSCANY-1107) Multiple calls to getNamespaceContext

2007-02-12 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472443 ] Yang ZHONG commented on TUSCANY-1107: - I'm looking into this. > Multiple calls to getNamespac

I can help SCA

2007-02-12 Thread Yang ZHONG
I just did SDO 928, 713, 1091, 1088, 1101, 1102, 1093, 1097 and 1099. While waiting for them to be committed (responding committer's reviews/requests if any), I can help SCA. Any hint where to? -- Yang ZHONG

[jira] Commented: (TUSCANY-1063) Improve diagnostics running XSD2JavaGenerator against bad schema

2007-02-12 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472373 ] Yang ZHONG commented on TUSCANY-1063: - See also http://issues.apache.org/jira/browse/TUSCANY-152 > Impr

[jira] Commented: (TUSCANY-152) Java SDO generation from XML Schema needs schema validation.

2007-02-12 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472372 ] Yang ZHONG commented on TUSCANY-152: See also http://issues.apache.org/jira/browse/TUSCANY-477 > Java

[jira] Commented: (TUSCANY-152) Java SDO generation from XML Schema needs schema validation.

2007-02-12 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472371 ] Yang ZHONG commented on TUSCANY-152: Validation impacts performance for most cases where XSDs are valid. On the

[jira] Updated: (TUSCANY-1088) SDO should tolerate malformed XML

2007-02-11 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1088: Attachment: FormTestCase.java patch The attached patch has passed all build

[jira] Updated: (TUSCANY-1101) Support mixed Sequence and any Sequence in Change Summary

2007-02-10 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1101: Attachment: openChangeSummaryUndone.xml openChangeSummary.xml > Support mi

[jira] Updated: (TUSCANY-1101) Support mixed Sequence and any Sequence in Change Summary

2007-02-10 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1101: Attachment: mixedChangeSummaryUndone.xml mixedChangeSummary.xml > Support mi

[jira] Updated: (TUSCANY-1101) Support mixed Sequence and any Sequence in Change Summary

2007-02-10 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1101: Attachment: SequenceChangeSummary.xsd SDOXMLResourceImpl.java

[jira] Commented: (TUSCANY-1104) XMLDocument loses XML encoding

2007-02-10 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472045 ] Yang ZHONG commented on TUSCANY-1104: - EMF bug has been fixed in 2.2.2. This will be done along with http

[jira] Commented: (TUSCANY-1093) isSet returning false when boolean set to false, or int set to 0

2007-02-09 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471809 ] Yang ZHONG commented on TUSCANY-1093: - EMF XML Schema to Ecore Mapping (June 28, 2004) specifies int attribute

[jira] Created: (TUSCANY-1104) XMLDocument loses XML encoding

2007-02-09 Thread Yang ZHONG (JIRA)
: Java-SDO-Mx Reporter: Yang ZHONG Fix For: Java-SDO-Mx has encoding info which is lost in XMLDocument. Have asked EMF to fix: https://bugs.eclipse.org/bugs/show_bug.cgi?id=173681 In case no fix available in time, the problem can be solved by removing

[jira] Updated: (TUSCANY-928) Define Tuscany SDO options for XMLHelper load and save operations

2007-02-09 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-928: --- Attachment: XMLHelperTestCase.java I didn't mean "bar' not a tag; I meant "\n

[jira] Commented: (TUSCANY-1097) DataObjectXMLStreamReader shouldn't have ignored (transient Properties in) Sequence

2007-02-09 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471762 ] Yang ZHONG commented on TUSCANY-1097: - http://issues.apache.org/jira/browse/TUSCANY-1101 requires this

[jira] Commented: (TUSCANY-1101) Support mixed Sequence and any Sequence in Change Summary

2007-02-09 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471760 ] Yang ZHONG commented on TUSCANY-1101: - This also depends on http://issues.apache.org/jira/browse/TUSCANY-1097

[jira] Commented: (TUSCANY-1101) Support mixed Sequence and any Sequence in Change Summary

2007-02-08 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471605 ] Yang ZHONG commented on TUSCANY-1101: - EMF patches are only available since 2.2.2 which will be introduced by

[jira] Updated: (TUSCANY-1102) Support EMF 2.2.2

2007-02-08 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1102: Attachment: 1102 The patch has passed all build tests. SequencesFactoryImpl problems may be

[jira] Created: (TUSCANY-1102) Support EMF 2.2.2

2007-02-08 Thread Yang ZHONG (JIRA)
-SDO-Mx Reporter: Yang ZHONG Fix For: Java-SDO-Mx http://issues.apache.org/jira/browse/TUSCANY-1101 requires EMF 2.2.2. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

[jira] Created: (TUSCANY-1101) Support mixed Sequence and any Sequence in Change Summary

2007-02-08 Thread Yang ZHONG (JIRA)
Components: Java SDO Implementation Affects Versions: Java-SDO-Mx Reporter: Yang ZHONG Fix For: Java-SDO-Mx To support mixed Sequence and any Sequence in Change Summary, including changes recording, changes reporting, XML serializing and XML deserializing. Has

[jira] Commented: (TUSCANY-928) Define Tuscany SDO options for XMLHelper load and save operations

2007-02-08 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471557 ] Yang ZHONG commented on TUSCANY-928: The new Test Case isn't actually failing. It succeeds. "\n

[jira] Updated: (TUSCANY-1097) DataObjectXMLStreamReader shouldn't have ignored (transient Properties in) Sequence

2007-02-08 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1097: Attachment: DataObjectXMLStreamReader.1097 DataObjectXMLStreamReader patch is attached for your

[jira] Updated: (TUSCANY-1091) DataObjectXMLStreamReader doesn't have to repeat NameSpace declaration which impacts performance

2007-02-08 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1091: Attachment: bindLessNS The new patch has passed all build tests. > DataObjectXMLStreamRea

[jira] Updated: (TUSCANY-1099) fix for TUSCANY-1083 used lookupPrefix method of Node not available to Java 1.4.2 users

2007-02-08 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1099: Attachment: SDOXSDEcoreBuilder.1099 The patch has passed all build tests. > fix for TUSC

Re: SOAP encodingStyle not recognised by XMLHelper

2007-02-08 Thread Yang ZHONG
Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU -- Yang ZHONG

[jira] Commented: (TUSCANY-1091) DataObjectXMLStreamReader doesn't have to repeat NameSpace declaration which impacts performance

2007-02-08 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471389 ] Yang ZHONG commented on TUSCANY-1091: - We still use DelegatingNameSpaceContext, just no more delegating since

[jira] Commented: (TUSCANY-928) Define Tuscany SDO options for XMLHelper load and save operations

2007-02-07 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471055 ] Yang ZHONG commented on TUSCANY-928: Hesitated it might be trivial to test formating... Anyway, now a Test Case

[jira] Updated: (TUSCANY-928) Define Tuscany SDO options for XMLHelper load and save operations

2007-02-07 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-928: --- Attachment: ChangeSummaryPropertyTestCase.928 > Define Tuscany SDO options for XMLHelper load

[jira] Updated: (TUSCANY-1093) isSet returning false when boolean set to false, or int set to 0

2007-02-06 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1093: Attachment: patch The attached patch has passed all build tests. > isSet returning false w

[jira] Updated: (TUSCANY-1097) DataObjectXMLStreamReader shouldn't have ignored (transient Properties in) Sequence

2007-02-06 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1097: Attachment: XMLStreamHelperTestCase.1097 DataObjectXMLStreamReader.java

[jira] Created: (TUSCANY-1097) DataObjectXMLStreamReader shouldn't have ignored (transient Properties in) Sequence

2007-02-06 Thread Yang ZHONG (JIRA)
oject: Tuscany Issue Type: Bug Components: Java SDO Implementation Affects Versions: Java-SDO-Mx Reporter: Yang ZHONG Fix For: Java-SDO-Mx DataObjectXMLStreamReader shouldn't have outputed nothing for Sequenced DataObject. -- This

[jira] Commented: (TUSCANY-1083) Shorter NameSpace prefix to speed up XML processing and reduce communication bandwidth

2007-02-06 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470697 ] Yang ZHONG commented on TUSCANY-1083: - With a little performance tradeoff (double queries to create an

[jira] Updated: (TUSCANY-928) Define Tuscany SDO options for XMLHelper load and save operations

2007-02-06 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-928: --- Attachment: SDOXMLResourceImpl.928 Thanks to Frank for committing http://issues.apache.org/jira

[jira] Commented: (TUSCANY-1091) DataObjectXMLStreamReader doesn't have to repeat NameSpace declaration which impacts performance

2007-02-06 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470678 ] Yang ZHONG commented on TUSCANY-1091: - We can have a comment such as: We used to have a NameSpaceContext at

  1   2   3   4   >