Re: SCA Toys?

2007-07-13 Thread Pete Robbins
: Re: SCA Toys? Nice! please attach a patch to a Jira and I'll test/commit it. Cheers, On 11/07/07, Brady Johnson [EMAIL PROTECTED] wrote: I havent seen much posted about this lately. I have a toy for TuscanySCA C++ that will use the SCARuntime to load a service and dump out

Re: SCA Toys?

2007-07-12 Thread Pete Robbins
: SCA Toys? Nice! please attach a patch to a Jira and I'll test/commit it. Cheers, On 11/07/07, Brady Johnson [EMAIL PROTECTED] wrote: I havent seen much posted about this lately. I have a toy for TuscanySCA C++ that will use the SCARuntime to load a service and dump out pertinent

RE: SCA Toys?

2007-07-11 Thread Brady Johnson
: After looking at the svn structure, maybe the best place for it would be: cpp/sca/toys If anyone thinks this would be useful, I'll attach the code and someone can submit it for me. Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED

RE: SCA Toys?

2007-07-11 Thread Justin Thomas \(Contractor\)
:13 PM To: tuscany-dev@ws.apache.org; [EMAIL PROTECTED] Subject: RE: SCA Toys? I havent seen much posted about this lately. I have a toy for TuscanySCA C++ that will use the SCARuntime to load a service and dump out pertinent information. Also, if there are any failures, it will dump

RE: SCA Toys?

2007-07-11 Thread Mike Micucci
PROTECTED] -Original Message- From: Brady Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 11, 2007 12:13 PM To: tuscany-dev@ws.apache.org; [EMAIL PROTECTED] Subject: RE: SCA Toys? I havent seen much posted about this lately. I have a toy for TuscanySCA C++ that will use

RE: SCA Toys?

2007-07-11 Thread Brady Johnson
- From: Mike Micucci [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 11, 2007 1:23 PM To: tuscany-dev@ws.apache.org Subject: RE: SCA Toys? This looks pretty cool, Brady. I would maybe indent the operation info since multiple operations can be loaded under one port type? I think the location you

Re: SCA Toys?

2007-07-11 Thread Pete Robbins
, if there are any failures, it will dump that to stderr as well. See below for a sample output with the CppBigBank service: After looking at the svn structure, maybe the best place for it would be: cpp/sca/toys If anyone thinks this would be useful, I'll attach the code and someone can submit

RE: SCA Toys?

2007-07-11 Thread Brady Johnson
: SCA Toys? Nice! please attach a patch to a Jira and I'll test/commit it. Cheers, On 11/07/07, Brady Johnson [EMAIL PROTECTED] wrote: I havent seen much posted about this lately. I have a toy for TuscanySCA C++ that will use the SCARuntime to load a service and dump out pertinent

Re: SCA Toys?

2007-06-22 Thread Jean-Sebastien Delfino
Simon Laws wrote: I've collected a couple of utilites that have helped me during debugging some problems ( http://svn.apache.org/repos/asf/incubator/tuscany/sandbox/slaws/sample-sca-toys/). For example this is the code I drop at the end of a test to print out the model hierarchy

Validating SCA assembly artifacts, was: SCA Toys?

2007-06-22 Thread Jean-Sebastien Delfino
[snip] Luciano Resende wrote: I like the idea of a .composite file validator, would that be an eclipse plugin ? Also, I might start a new thread on this, but how do we handle extension implementation validations (e.g implementation.data defining some other elements for the composite file ? ) I

SCA Toys?

2007-06-21 Thread Simon Laws
I've collected a couple of utilites that have helped me during debugging some problems ( http://svn.apache.org/repos/asf/incubator/tuscany/sandbox/slaws/sample-sca-toys/). For example this is the code I drop at the end of a test to print out the model hierarchy that was built: // inspect

Re: SCA Toys?

2007-06-21 Thread Venkata Krishnan
collected a couple of utilites that have helped me during debugging some problems ( http://svn.apache.org/repos/asf/incubator/tuscany/sandbox/slaws/sample-sca-toys/ ). For example this is the code I drop at the end of a test to print out the model hierarchy that was built: // inspect the model

Re: SCA Toys?

2007-06-21 Thread Simon Laws
/07, Simon Laws [EMAIL PROTECTED] wrote: I've collected a couple of utilites that have helped me during debugging some problems ( http://svn.apache.org/repos/asf/incubator/tuscany/sandbox/slaws/sample-sca-toys/ ). For example this is the code I drop at the end of a test to print out

RE: SCA Toys?

2007-06-21 Thread Brady Johnson
@ws.apache.org Subject: Re: SCA Toys? This would be good to get users one step forward with respect to using SCA. A good tool to have would be one that validates a composite assembly - against the xsds and then for overall consistency. I know we do quite a bit of the latter as part of the artifact processing

Re: SCA Toys?

2007-06-21 Thread Luciano Resende
: Thursday, June 21, 2007 11:13 AM To: tuscany-dev@ws.apache.org Subject: Re: SCA Toys? This would be good to get users one step forward with respect to using SCA. A good tool to have would be one that validates a composite assembly - against the xsds and then for overall consistency. I know we do