Re: quesiont about python implementation

2008-05-21 Thread Andrew Borley
Hi, It's not clear whether you're using the Python support in Tuscany SCA Native or Tuscany SCA Java. If you are using the Native codebase, do you have the path to the arcgisscripting dll on your PYTHONPATH environment variable? And are you sure that the PYTHONPATH variable is not being

Re: SCA C++ : WS Exception example

2007-10-12 Thread Andrew Borley
Hi Nitin, AFAIR we don't currently handle exceptions from web services in the SCA Native code. Any exceptions thrown in a SCA composite exported via the WS binding are caught in the WS service code and simply printed to the log. In the future it might b good to support exceptions via the use of

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

2007-07-03 Thread Andrew Borley
Hi Travis, It's been a little while since I looked at this code, but I think it should work. The simple questions first: Is your Python environment set up correctly? For the M3 Tuscany SCA Native release we require Python 2.5 because we use the ElementTree XML API. You will also need to ensure

Re: [Native] New DeveloperWorks article

2007-05-25 Thread Andrew Borley
the components and code it uses. Cheers Andy [1] http://www.ibm.com/developerworks/library/ws-soa-scamashups/ On 5/4/07, Andrew Borley [EMAIL PROTECTED] wrote: Hi all, In the inevitable way that these things work out, my latest DeveloperWorks article, based on the C++ M2 release, has been

[Native] New DeveloperWorks article

2007-05-04 Thread Andrew Borley
Hi all, In the inevitable way that these things work out, my latest DeveloperWorks article, based on the C++ M2 release, has been published a day after the M3 release is announced! It's at [1] and is titled Build a simple C++ service component, Part 2: Using Python, Ruby, and Web services with

Re: [SCA C++] Building from source on Windows

2007-03-24 Thread Andrew Borley
On 3/24/07, Todd Little [EMAIL PROTECTED] wrote: Hi Andy, Thanks for the information. In regards to checking out the sources, this is the error I get from subversion: svn: In directory 'tuscany\sandbox\kgoodson\svnTest' svn: Can't copy

Re: [SCA C++] Building from source on Windows

2007-03-23 Thread Andrew Borley
Hi Todd On 3/23/07, Todd Little [EMAIL PROTECTED] wrote: Has anyone successfully: 1) Fetched the current SCA C++ sources from SVN on Windows? I'm currently running into a problem with filenames from a sandbox where the filenames only differ by case, which confuses SVN. The SCA C++

Re: Legacy C App embedded in Tuscany C++

2007-03-07 Thread Andrew Borley
On 3/7/07, kelvin goodson [EMAIL PROTECTED] wrote: n Mario, thanks for that. It's really great to see what people are doing with Tuscany. Are you still looking for answers to the questions you posed at the end of the document. I'm not in a position to answer them, but it might be worth

[VOTE] Release Tuscany C++ Milestone 2 (candidate 3)

2006-10-19 Thread Andrew Borley
Hi everyone, I have posted an updated 3rd candidate for the milestone 2 C++ release here: http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC3a/ This release candidate adds a missing build file in the Windows distros, fixes up the disabled Python and Ruby extension libraries on Linux so

[VOTE] Release Tuscany C++ Milestone 2

2006-10-17 Thread Andrew Borley
Hi everyone, I have posted a 2nd candidate for the milestone 2 C++ release here: http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC2/ Please vote to publish the Milestone 2 release distributions. Please take some time to download the distributions, review them and test them in your