Re: [C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-12 Thread Pete Robbins
On 11/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: With the SDO head (r485883) the XML response from the AccountDataService in the HttpdBigBank scenario is incorrect (and breaks the scenario): getStockAccountResponse xmlns=http://tempuri.org;

[jira] Created: (TUSCANY-987) Create maven project structure for community test suite

2006-12-12 Thread Kelvin Goodson (JIRA)
Create maven project structure for community test suite --- Key: TUSCANY-987 URL: http://issues.apache.org/jira/browse/TUSCANY-987 Project: Tuscany Issue Type: Task Components:

[jira] Updated: (TUSCANY-987) Create maven project structure for community test suite

2006-12-12 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-987?page=all ] Kelvin Goodson updated TUSCANY-987: --- Description: Create project structure for testing SDO 2.1 as per tuscany-dev mailing list discussion thread Proposal for a (Java) community test suite

Re: Proposal for a (Java) community test suite for SDO

2006-12-12 Thread kelvin goodson
Dan, I have opened TUSCANY-987 to cover the creation of the project structure. Would you be able to work on this and submit a patch? I'd be happy to commit it. Cheers, Kelvin. On 11/12/06, Dan Murphy [EMAIL PROTECTED] wrote: Hi Kelvin, Thanks for creating the component for Jiras... I agree

Re: Working with a disconnected maven repo

2006-12-12 Thread Andrew Borley
Hi Ant, Thanks for the info - I was putting my -Doffline flag in the wrong place. It works now! A further question - is it possible to build and deploy the samples in an offline mode? Does this just depend on having the right stuff in your local repository? Cheers Andy On 12/11/06, ant elder

Re: [C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-12 Thread Caroline Maynard
On 12/12/06, Pete Robbins [EMAIL PROTECTED] wrote: What namespace is the element return supposed to be in? In the first it is in tns2 and in the second the default namespace http://tempuri.org. What Types/Properties are defined in the DataFactory? I'll take a look at this. There have been a

Re: [C++] Who is working on which SDO problems

2006-12-12 Thread Caroline Maynard
There's a lot of hard work gone into fixing all the problems we're seeing with sequenced and open types, which is much appreciated. Can we now discuss another set of problems we're seeing with the schema support, concerned with performance issues? Although you may not want to do much detailed

Re: [C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-12 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 11/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: With the SDO head (r485883) the XML response from the AccountDataService in the HttpdBigBank scenario is incorrect (and breaks the scenario): getStockAccountResponse xmlns=http://tempuri.org;

Re: Working with a disconnected maven repo

2006-12-12 Thread Andrew Borley
On 12/12/06, Andrew Borley [EMAIL PROTECTED] wrote: Hi Ant, Thanks for the info - I was putting my -Doffline flag in the wrong place. It works now! A further question - is it possible to build and deploy the samples in an offline mode? Does this just depend on having the right stuff in your

Re: [C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-12 Thread Pete Robbins
On 12/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 11/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: With the SDO head (r485883) the XML response from the AccountDataService in the HttpdBigBank scenario is incorrect (and breaks the scenario):

[jira] Created: (TUSCANY-988) Xpath doesn't work with nested open properties

2006-12-12 Thread Caroline Maynard (JIRA)
Xpath doesn't work with nested open properties -- Key: TUSCANY-988 URL: http://issues.apache.org/jira/browse/TUSCANY-988 Project: Tuscany Issue Type: Bug Components: C++ SDO Affects

Re: [VOTE] Final content for SCA Java M2

2006-12-12 Thread Jeremy Boynes
I didn't vote :) +1 -- Jeremy On Dec 8, 2006, at 3:28 PM, Jeremy Boynes wrote: A vote to release the following artifacts as the incubator-M2 distribution of Tuscany SCA Java: Artifacts for distribution: http://people.apache.org/~jboynes/tuscany-M2/tuscany-sca-1.0- incubator-M2-bin.tar.gz

Re: [C++] Who is working on which SDO problems

2006-12-12 Thread Yang ZHONG
It's also discussed in another thread: http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg11793.html I've prototyped and will create a JIRA to attach. On 12/12/06, Caroline Maynard [EMAIL PROTECTED] wrote: There's a lot of hard work gone into fixing all the problems we're seeing with

[RESULT] Final content for SCA Java M2

2006-12-12 Thread Jeremy Boynes
Passed with +1's from rfeng, jmarino, rineholt, svkrish, isilval, antelder, dims and Simon Nash A problem was found with the javadoc archives in the Maven repo and so the following files have been removed: org/apache/tuscany/sca/kernel/tuscany-api/1.0-incubator-M2/tuscany-

[jira] Created: (TUSCANY-989) Exception in Test set: echo.DataBindingIntegrationTestCase

2006-12-12 Thread Rick Rineholt (JIRA)
Exception in Test set: echo.DataBindingIntegrationTestCase -- Key: TUSCANY-989 URL: http://issues.apache.org/jira/browse/TUSCANY-989 Project: Tuscany Issue Type: Bug

[jira] Assigned: (TUSCANY-989) Exception in Test set: echo.DataBindingIntegrationTestCase

2006-12-12 Thread Venkatakrishnan (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-989?page=all ] Venkatakrishnan reassigned TUSCANY-989: --- Assignee: Venkatakrishnan Exception in Test set: echo.DataBindingIntegrationTestCase

Re: Build break b/c of SDOHelper

2006-12-12 Thread kelvin goodson
Jim, I can post snapshot artifacts to the snapshot repository, but I thought that the default approach here is to point the project at a SNAPSHOT version, and then build the SDO snapshot artifact into your local repo. I know there has been some discussion about posting snapshot versions to the

Re: [C++] SDOXMLWriter not writing ns prefixes correctly

2006-12-12 Thread Pete Robbins
OK... I've checked in a change for this. The result is that xsi:type is written correctly. Unfortunately the element prefix is not always written correctly. The problem is that we do not record the namespace uri of a property so when we come to write the graph to xml we are, at the moment,

[jira] Updated: (TUSCANY-990) Avoid duplicated/infinite loading

2006-12-12 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-990?page=all ] Yang ZHONG updated TUSCANY-990: --- Attachment: AvoidInfiniteLoading.990 The attached prototype has adopted 3-3. Currently ParserErrorSetter is explicitly passed into each parser, which can host

Re: [C++] Who is working on which SDO problems

2006-12-12 Thread Yang ZHONG
The prototype has been attached into http://issues.apache.org/jira/browse/TUSCANY-990 On 12/12/06, Yang ZHONG [EMAIL PROTECTED] wrote: It's also discussed in another thread: http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg11793.html I've prototyped and will create a JIRA to