Re: SDO C++ M3 :: Tests passed: 100/118

2007-09-04 Thread Pete Robbins
Stansilaw, I have not seen these patces submitted and we can only accept them if they are attached to a Jira with the Licence to Apache checkbox ticked. Please let me know which Jira's these patches belong to. I don't recall seeing a memory leak defect. If you want an M3 + several bug fixes

Re: bad compile

2007-07-25 Thread Pete Robbins
Sorry for the slow response. The compiler errors suggest that LIBXML2_INCLUDE is not set?? You could try modifying build_sdocpp.sh adding an env to see what is set when the script is invoked. Cheers, On 20/07/07, brandon [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: invoking a non-c++ service from c++

2007-07-01 Thread Pete Robbins
each client implementation against each service implementation. Before running a client, I set the TUSCANY_SCACPP_ROOT environment variable. I can provide that batch file if you'd like. Travis -Original Message- From: Pete Robbins Hi Travis. Could you post your .composite

Re: invoking a non-c++ service from c++

2007-06-30 Thread Pete Robbins
Hi Travis. Could you post your .composite and .comonentType files please. There may be a restriction of calling a Ruby component directly from a C++ client... I'd need to check. Have you tried having the client call initially into a C++ component which then invokes the Ruby component? Cheers,

Re: SDO C++ loading data from XML

2007-06-05 Thread Pete Robbins
file and das_runtime.lib :s Adriano Crestani On 6/5/07, Pete Robbins [EMAIL PROTECTED] wrote: On 05/06/07, Adriano Crestani [EMAIL PROTECTED] wrote: Hi Pete, Well, I didn't know about DataFactory operator, but I did it manually, LoL, and it looked like the same when I define using

Re: Reference multiplicity for C++ (UNCLASSIFIED)

2007-06-05 Thread Pete Robbins
I think you are correct (not implemented). I'm pretty sure that this function did work a long while ago but the code has been refactored since then. I'll look in to this to see if it should work. Cheers, On 04/06/07, Kerr, James P CIV DISA JITC [EMAIL PROTECTED] wrote: Classification:

[ANNOUNCE] Tuscany SCA Native and Tuscany SDO C++ Milestone 3 Releases

2007-05-02 Thread Pete Robbins
The Apache Tuscany community is pleased to announce Milestone 3 releases of Service Component Architecture (SCA) Native and Service Data Objects (SDO) for C++. The Tuscany SCA Native release: http://cwiki.apache.org/confluence/display/TUSCANY/SCA+Downloads The Tuscany SDO C++ release:

Re: Making the SDO SCA schemas available via internet

2007-01-08 Thread Pete Robbins
On 08/01/07, Dan Murphy [EMAIL PROTECTED] wrote: Hi, I like to keep my (eclispe) workspaces free of red x's (errors) and make use of content assistance where ever possible. As a result I keep copying the various SDO and SCA schema files to different projects and workspaces. An alternative I've

Re: [C++] Where next for Tuscany C++?

2006-11-14 Thread Pete Robbins
On 15/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Simon Nash wrote: [snip] I'd like to see closer integration between the Tuscany Java and C++ runtimes, with seamless cross-runtime wiring, deployment, and composition. The application developer would write SCDL containing