[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 defining EXTENDED_ME

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

2007-02-13 Thread Hasan Muhammad (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472962 ] Hasan Muhammad commented on TUSCANY-709: Yang, The patch looks good. Only one concern. You are using XMLRe

[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 w

[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, is

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

2007-02-13 Thread Raymond Feng
Hi, Frank. Your proposal sounds promising, I cannot wait to move to SDO 3 :-). For SDO 2.1, if it's not constrained by the spec, adding some metadata to the generated interface/class would be helpful. Thanks, Raymond - Original Message - From: "Frank Budinsky (JIRA)" To: <[EMAIL P

[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> c

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

2007-02-13 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472943 ] Frank Budinsky commented on TUSCANY-1110: - Yang, can you explain more about your idea? I also have a coupl

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

2007-02-13 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472934 ] Frank Budinsky commented on TUSCANY-1109: - I guess this was broken since we moved to the new HelperContext

[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: extend setInst

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

2007-02-13 Thread Raymond Feng (JIRA)
Improve the performance of TypeHelperImpl.getType(Class) Key: TUSCANY-1110 URL: https://issues.apache.org/jira/browse/TUSCANY-1110 Project: Tuscany Issue Type: Improvement Co

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

2007-02-13 Thread Yang ZHONG (JIRA)
TypeHelperImpl#getType(Class) queries wrong scope (EPackage.Registry.INSTANCE) and misses delegate scopes - Key: TUSCANY-1109 URL: https://issues.apache.org/ji

[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 Java

Re: Developing an SCA Application: Best Practices

2007-02-13 Thread haleh mahbod
Hi Andy, Very good 'SCA best practices' write-up. I'll add this to the list of user documents on cwiki and like you I am interested to to see if Tuscany users have other 'best practices' hints that they might want to add to this. Thanks. Haleh On 2/13/07, Andrew Borley <[EMAIL PROTECTED]> wrot

Re: svn commit: r507258

2007-02-13 Thread Jeremy Boynes
On Feb 13, 2007, at 2:25 PM, Jim Marino wrote: Log: make the test domain name configurable Hi, I was just curious how you see the test domain configuration being used. Sounds like it is the right thing to do since other runtimes will need to allow it but I was wondering if there is someth

Re: SDO impl Java 6 dependancy

2007-02-13 Thread Jeremy Boynes
It's not a dependency on Java6, it's a dependency on StAX (java.xml.stream). That happens to be included in Java6, but it is also included in Java5 Enterprise Edition and is available separately for use on Java5 Standard Edition and J2SE 1.4. It seems the SDO implementation now has a hard r

Fwd: svn commit: r507258

2007-02-13 Thread Jim Marino
Log: make the test domain name configurable Hi, I was just curious how you see the test domain configuration being used. Sounds like it is the right thing to do since other runtimes will need to allow it but I was wondering if there is something else to it as well. Jim ---

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

2007-02-13 Thread Paul Golick (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472896 ] Paul Golick commented on TUSCANY-1105: -- The SDO version 2.1 specification requires that Java 1.4.2 users are s

Re: Suggestions for Tuscany SCA documenation?

2007-02-13 Thread Jean-Sebastien Delfino
[snip] Tom Seelbach wrote: If the wiki was switched to a "left menu theme" it would probably apply to the whole space. That would not work well for Tuscany since it has 3 separate projects (sca, sdo, das) as well as 2 implementations (java, cpp). i.e. the site is very complicated and it wouldn't

merging outbound and inbound wires

2007-02-13 Thread Jim Marino
I'm starting to re-work some of the wiring by merging inbound and outbound wires. The intent is to simplify our general wiring infrastructure as well as the Connector. This is designed to dovetail with how components will be constituted on a slave using marshalling of the the physical comp

Re: SDO impl Java 6 dependancy

2007-02-13 Thread Robbie Minshall
By compiling with a jar that has Java 6 dependancy we are ourselves creating a dependancy on Java 6 for the SDO impl jar. This seems to be a problem to me. No ? Robbie On 2/13/07, Yang ZHONG <[EMAIL PROTECTED]> wrote: sdo/impl/pom.xml declares dependency on stax-api, that's required to

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

2007-02-13 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Budinsky resolved TUSCANY-1107. - Resolution: Fixed Committed revision 507227. > Multiple calls to getNamespaceContext >

[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, (glob

Re: Suggestions for Tuscany SCA documenation?

2007-02-13 Thread Tom Seelbach
Dan Murphy wrote: Sorry about that... finger trouble ! It seems that with the exception of the few obvious name clashes we can just go ahead and create pages. If later we discover a clash then we will need to change the page name accordingly. Assuming you use the normal wiki link markup cwiki

[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 illustrate

Re: SDO impl Java 6 dependancy

2007-02-13 Thread Yang ZHONG
sdo/impl/pom.xml declares dependency on stax-api, that's required to compile sdo impl. StAX impl will be required for runtime if StAX support code path is executed. On 2/13/07, Robbie Minshall <[EMAIL PROTECTED]> wrote: Paul identified a problem in https://issues.apache.org/jira/browse/TUSCANY

[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 to getNamesp

SDO impl Java 6 dependancy

2007-02-13 Thread Robbie Minshall
Paul identified a problem in https://issues.apache.org/jira/browse/TUSCANY-1105 which appears to indicate that the sdo impl jar has dependancies upon Java 6 for some code paths. This scneario is not limited to the CTS execution but should probably present itSelf at least when using the org.apache.

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

2007-02-13 Thread Fuhwei Lwo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472843 ] Fuhwei Lwo commented on TUSCANY-708: I think DocumentRoot type was exposed by XSDHelper.define() not TypeHelper

[jira] Updated: (TUSCANY-1096) Exception thrown when reference with many multiplicity to the element of anyType

2007-02-13 Thread Hasan Muhammad (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hasan Muhammad updated TUSCANY-1096: Attachment: reftest.xsd ReferenceTestCase.java Frank, I have attached th

[jira] Commented: (TUSCANY-1096) Exception thrown when reference with many multiplicity to the element of anyType

2007-02-13 Thread Hasan Muhammad (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472823 ] Hasan Muhammad commented on TUSCANY-1096: - Actually this is happening because of the same problem with the

Re: Suggestions for Tuscany SCA documenation?

2007-02-13 Thread Dan Murphy
Sorry about that... finger trouble ! It seems that with the exception of the few obvious name clashes we can just go ahead and create pages. If later we discover a clash then we will need to change the page name accordingly. Assuming you use the normal wiki link markup cwiki fixes the link change

[jira] Resolved: (TUSCANY-1086) Scope defined java serialiazation/deserialization of SDO

2007-02-13 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Budinsky resolved TUSCANY-1086. - Resolution: Fixed Thanks Hasan. Committed revision 507115. > Scope defined java serial

Re: Suggestions for Tuscany SCA documenation?

2007-02-13 Thread Dan Murphy
Hi, In line with what Simon put above, it would seem sensible to try to prefix pages (as setting up extra spaces for a lowish number of pages does seem like an overhead) So... for SCA Java specific pages we prefix the page name with "SCA Java" Topic On 11/02/07, Simon Laws <[EMAIL PROTECTED]>

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

2007-02-13 Thread Paul Golick (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472743 ] Paul Golick commented on TUSCANY-1099: -- After applying the patch, my tests using Java 1.4.2 pass. Thank you.

[jira] Updated: (TUSCANY-1086) Scope defined java serialiazation/deserialization of SDO

2007-02-13 Thread Hasan Muhammad (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hasan Muhammad updated TUSCANY-1086: Attachment: Final_SerDeserialization.zip Frank, I have attached the zip file Final_SerDe

Developing an SCA Application: Best Practices

2007-02-13 Thread Andrew Borley
Hi All, After writing the Alert Aggregator sample for the Tuscany Native runtime I thought it would be worthwhile documenting my experiences. I've titled this "Best Practices" but perhaps "Hints & Tips" or "Andy's Observations" would be more appropriate! Anyway, below is a suggested list of thing

Re: svn commit: r506862 - /incubator/tuscany/branches/sca-java-integration/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/Property.java

2007-02-13 Thread Venkata Krishnan
Hi Raymond, Thanks for pointing this out. Will take care of this. - Venkat On 2/13/07, Raymond Feng <[EMAIL PROTECTED]> wrote: Hi, It seems that the property has a different attribute name in the assembly model than the java C&I spec. Assembly: noDefault="true" Java C&I: @Property(required

[jira] Resolved: (TUSCANY-980) DataObject assigned into open property goes missing

2007-02-13 Thread Geoff Winn (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoff Winn resolved TUSCANY-980. Resolution: Fixed Test added to check for correct operation across data types. > DataObject assig

[jira] Updated: (TUSCANY-1108) SDO Wsdl tooling does not handle exceptions

2007-02-13 Thread Rick Rineholt (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Rineholt updated TUSCANY-1108: --- Attachment: mvn.out StockExceptionTest.wsdl pom.xml in pom.

[jira] Created: (TUSCANY-1108) SDO Wsdl tooling does not handle exceptions

2007-02-13 Thread Rick Rineholt (JIRA)
SDO Wsdl tooling does not handle exceptions --- Key: TUSCANY-1108 URL: https://issues.apache.org/jira/browse/TUSCANY-1108 Project: Tuscany Issue Type: Bug Components: Java SCA Tools Affec

[jira] Commented: (TUSCANY-980) DataObject assigned into open property goes missing

2007-02-13 Thread Geoff Winn (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472601 ] Geoff Winn commented on TUSCANY-980: I've just checked in some changes to sequence handling that fixes the case