[jira] Updated: (TUSCANY-729) Improve Ruby Container for supporting references and properties

2006-09-18 Thread Venkatakrishnan (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-729?page=all ] Venkatakrishnan updated TUSCANY-729: Attachment: Tuscany-kernel-core-Sept-18.diff Tuscany-Ruby-Container-Update-Sept-18.diff Hi Here is a patch that enables Ruby scripts

[RESULT] [VOTE] Venkat for Tuscany Committer

2006-09-18 Thread ant elder
Passed with 10 +1s from: Kelvin Goodson Jim Marino Rick Rineholt Jean-Sebastien Delfino Kevin Williams Andrew Borley Jeremy Boynes Daniel Kulp Raymon Feng Ant Elder Venkat, I still can't see your ICLA at http://people.apache.org/~jim/committers.html, could you try faxing in another? Also, what

Re: [jira] Updated: (TUSCANY-729) Improve Ruby Container for supporting references and properties

2006-09-18 Thread ant elder
I agree that support for Properties needs to be completed/fixed properly. But thats a separate piece of work so i'd like to just commit this temporary fix for now to get simple string properties working so we can finish up this work on all the script containers, and i'll raise a JIRA for

[SDO C++] Why is writeXSIType hard-coded?

2006-09-18 Thread Caroline Maynard
There's a question about the behaviour of SDOXMLWriter::write(XMLDocumentPtr doc, int indent) over on the PHP SOA group: http://groups.google.co.uk/group/phpsoa/browse_frm/thread/e09432b81df0ae32 Does anyone know the answer?

Re: build breaks (and how to fix them)

2006-09-18 Thread Jeremy Boynes
On Sep 16, 2006, at 9:24 AM, Raymond Feng wrote: Hi, Jeremy. I have some uncommitted changes (databinding and core/spi) and plan to check them in during the weekend. Saw the big commit last night :) Are you current now and should I go ahead with the moves? -- Jeremy

Re: Big Bank Sample

2006-09-18 Thread Rick
Since there seemed to be no objections, and I said I'd lend a hand I've started the port with this check in : http://svn.apache.org/viewvc?view=revrevision=447397 As it says: Should build, pom.xml updated, scdl updated, some java updated apache headers addressed and war plugin added. I think

Composite implementation questions: bindings package layout

2006-09-18 Thread Scott Kurz
Hi, I was planning on playing around with the current composite impl capabilities. with the following questions in mind: If anyone knows the short answer to any of these questions I'd appreciate hearing what you had to say; it would give me a better starting point...

[jira] Created: (TUSCANY-730) Updates to interop schema

2006-09-18 Thread Simon Laws (JIRA)
Updates to interop schema - Key: TUSCANY-730 URL: http://issues.apache.org/jira/browse/TUSCANY-730 Project: Tuscany Issue Type: Improvement Components: C++ SDO, Interop Affects Versions: Cpp-current

[jira] Updated: (TUSCANY-730) Updates to interop schema

2006-09-18 Thread Simon Laws (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-730?page=all ] Simon Laws updated TUSCANY-730: --- Attachment: interopgen.php The script I used to generate the WSDL Updates to interop schema - Key: TUSCANY-730

[Interop] cross language interop test update

2006-09-18 Thread Simon Laws
I was talking with Andy offline about re-running the cross language interop tests. I've recently made some updates to the schema while testing with PHP SDO so I copied the updates back to Tuscany/Interop. There is a patch attached to http://issues.apache.org/jira/browse/TUSCANY-730. There is also

Re: Any ideas to help solving a build issue : java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaCollection.mapNamespace

2006-09-18 Thread Luciano Resende
Thanks, that worked !!! On 9/16/06, Jeremy Boynes [EMAIL PROTECTED] wrote: On Sep 15, 2006, at 10:32 PM, Luciano Resende wrote: I'm trying to build the trunk from /java after a mvn clean... and i'm getting some issues and would like to see if anyone have an idea on how to solve this...

Re: [Interop] cross language interop test update

2006-09-18 Thread Andrew Borley
On 9/18/06, Simon Laws [EMAIL PROTECTED] wrote: I was talking with Andy offline about re-running the cross language interop tests. I've recently made some updates to the schema while testing with PHP SDO so I copied the updates back to Tuscany/Interop. There is a patch attached to

Re: [SDO C++] Why is writeXSIType hard-coded?

2006-09-18 Thread Pete Robbins
of course I meant: On 18/09/06, Pete Robbins [EMAIL PROTECTED] wrote: That code is not the only place that writeDO is called from. I believe that the idea is to always write the xsi type info for the root element. There is clearly some logic that tries to determine whether this is necessary so

[jira] Created: (TUSCANY-731) Update jsonRPC pom files to fix compilation errors

2006-09-18 Thread Luciano Resende (JIRA)
Samples Affects Versions: Java-M2 Reporter: Luciano Resende Fix For: Java-M2 Attachments: tuscany731.lresende.20060918.txt jsonRPC not building due to wrong references in pom.xml -- This message is automatically generated by JIRA. - If you think it was sent

[jira] Updated: (TUSCANY-731) Update jsonRPC pom files to fix compilation errors

2006-09-18 Thread Luciano Resende (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-731?page=all ] Luciano Resende updated TUSCANY-731: Attachment: tuscany731.lresende.20060918.txt Patch fixing the jsonRPC pom file references Update jsonRPC pom files to fix compilation errors

[jira] Closed: (TUSCANY-731) Update jsonRPC pom files to fix compilation errors

2006-09-18 Thread Jeremy Boynes (JIRA)
Fix For: Java-M2 Attachments: tuscany731.lresende.20060918.txt jsonRPC not building due to wrong references in pom.xml -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure

Change the namespace of import.sdo to http://tuscany.apache.org/xmlns/sdo/1.0

2006-09-18 Thread Raymond Feng
Hi, The import.sdo element is now under http://www.osoa.org/xmlns/sca/1.0 namespace. I propose to change it to http://tuscany.apache.org/xmlns/sdo/1.0 to reflect the fact that import.sdo is a tuscany extension to SCDL. If there are no objections, I'll make the changes. Thanks, Raymond

[jira] Resolved: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-415?page=all ] Raymond Feng resolved TUSCANY-415. -- Resolution: Fixed Fixed by contributions from Jim, Ken and other folks. Add a Spring container to Tuscany so that Spring beans can be used as an

[jira] Closed: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-415?page=all ] Raymond Feng closed TUSCANY-415. Close as fixed Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

[jira] Resolved: (TUSCANY-541) support pluggable databinding and data transformation

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-541?page=all ] Raymond Feng resolved TUSCANY-541. -- Resolution: Fixed Code checked in. support pluggable databinding and data transformation -

[jira] Closed: (TUSCANY-541) support pluggable databinding and data transformation

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-541?page=all ] Raymond Feng closed TUSCANY-541. Close as fixed support pluggable databinding and data transformation - Key: TUSCANY-541

[jira] Resolved: (TUSCANY-596) Using interface.wsdl in SCDL gets unrecognized element exception

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-596?page=all ] Raymond Feng resolved TUSCANY-596. -- Resolution: Fixed It should have been fixed by me. Using interface.wsdl in SCDL gets unrecognized element exception

[jira] Closed: (TUSCANY-596) Using interface.wsdl in SCDL gets unrecognized element exception

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-596?page=all ] Raymond Feng closed TUSCANY-596. Assignee: Raymond Feng Close as fixed Using interface.wsdl in SCDL gets unrecognized element exception

[jira] Resolved: (TUSCANY-597) WSDLDefinitionRegistry is always null

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-597?page=all ] Raymond Feng resolved TUSCANY-597. -- Resolution: Fixed It's now working again. WSDLDefinitionRegistry is always null - Key:

[jira] Closed: (TUSCANY-597) WSDLDefinitionRegistry is always null

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-597?page=all ] Raymond Feng closed TUSCANY-597. Assignee: Raymond Feng WSDLDefinitionRegistry is always null - Key: TUSCANY-597 URL:

Re: Change the namespace of import.sdo to http://tuscany.apache.org/xmlns/sdo/1.0

2006-09-18 Thread Frank Budinsky
Hi Raymond, Since it's actually a tuscany sca extension, did you mean to have sca in the namespace, instead of sdo. Frank. Raymond Feng [EMAIL PROTECTED] wrote on 09/18/2006 12:59:46 PM: Hi, The import.sdo element is now under http://www.osoa.org/xmlns/sca/1.0 namespace. I propose to

[jira] Updated: (TUSCANY-677) Registry API SPI

2006-09-18 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-677?page=all ] Yang ZHONG updated TUSCANY-677: --- Attachment: registry4.zip Implementation, see its JavaDoc at impl/SP/\doc and a live demo at impl/API/src/test/java/org/apache/tuscany/registry/test

Re: Registry proposal, was: Delivery Status Notification (Failure)

2006-09-18 Thread Yang ZHONG
Thank you all for the patience. (I also used the waiting time to assure no huge change to the API and SPI) A Reference Implementation is now available at http://issues.apache.org/jira/secure/attachment/12341070/registry4.zip for JIRA http://issues.apache.org/jira/browse/TUSCANY-677 The

Re: Change the namespace of import.sdo to http://tuscany.apache.org/xmlns/sdo/1.0

2006-09-18 Thread Jeremy Boynes
On Sep 18, 2006, at 11:00 AM, Raymond Feng wrote: Which one do you prefer? I prefer b) http://tuscany.apache.org/xmlns/sca/databinding/sdo/1.0 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Change the namespace of import.sdo to http://tuscany.apache.org/xmlns/sdo/1.0

2006-09-18 Thread Frank Budinsky
I have no preference but if sdo.import is not handled in the core framework, it would probably be best defined in a more specific namespace - like option b). Frank. Raymond Feng [EMAIL PROTECTED] wrote on 09/18/2006 02:00:22 PM: Good point. So it could be: a)

Re: build breaks (and how to fix them)

2006-09-18 Thread Jeremy Boynes
I have now moved the bindings, containers, databindings and idl directories under sca/services -- Jeremy On Sep 16, 2006, at 1:49 PM, Jeremy Boynes wrote: The pom hierarchy changes have now been done and the samples and distributions re-enabled. I would recommend removing all Tuscany

Re: Change the namespace of import.sdo to http://tuscany.apache.org/xmlns/sdo/1.0

2006-09-18 Thread Raymond Feng
Hi, I'll take option b) and commit the changes. Thanks, Raymond - Original Message - From: Frank Budinsky [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, September 18, 2006 12:35 PM Subject: Re: Change the namespace of import.sdo to

Upgrade to woodstox 3.0.1

2006-09-18 Thread Raymond Feng
Hi, The woodstox 3.0.1 (ASL StAX impl) has been released to the maven2 repository and I tested it locally and didn't see any regressions. If we're ready to move, I'll check in the change. Thanks, Raymond - To

Re: Question on databinding framework

2006-09-18 Thread Rajith Attapattu
Hi, I would really appreciate if somebody can answer the following questions regarding the data binding framework. 1. Is DataBindingInteceptor the only interceptor in the chain that deals with data transformation? 2. The DataBindingInteceptor has a mediator associated with it to transform the

Re: Mobile

2006-09-18 Thread Kevin Williams
If the scenarios you have in mind call for data manipulation on the mobile device then SDO with its incorporated change summary could be a great fit. If those changes need to be flushed back to a relational back-end then the RDB DAS is the ticket. --Kevin Jeremy Boynes wrote: On Sep

[jira] Created: (TUSCANY-732) errors in helloworldjsonrpc Java SCA example

2006-09-18 Thread Lee Surprenant (JIRA)
errors in helloworldjsonrpc Java SCA example Key: TUSCANY-732 URL: http://issues.apache.org/jira/browse/TUSCANY-732 Project: Tuscany Issue Type: Bug Affects Versions: Java-M2