Re: [C++] VC7 SCA project

2006-08-31 Thread Simon Laws
ta On 8/31/06, Andrew Borley <[EMAIL PROTECTED]> wrote: On 8/31/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > On 8/31/06, Andrew Borley <[EMAIL PROTECTED]> wrote: > > > > Nope - I've been using the VC6 one - just start it up and VC7 gives you > &g

Re: [C++] VC7 SCA project

2006-08-31 Thread Simon Laws
also. Regards Simon On 8/31/06, Simon Laws <[EMAIL PROTECTED]> wrote: ta On 8/31/06, Andrew Borley <[EMAIL PROTECTED]> wrote: > > On 8/31/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > On 8/31/06, Andrew Borley <[EMAIL PROTECTED]> wrote: > &g

Re: REST bindings for Tuscany SCA runtime

2006-08-31 Thread Simon Laws
On 9/1/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > On 8/31/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: >> >> Oisin Hurley wrote: >> >> I am not sure I understand the issue with create/delete (except if >> >&

Re: [C++] Extension matters

2006-08-31 Thread Simon Laws
On 8/31/06, Andrew Borley <[EMAIL PROTECTED]> wrote: Hi all, I'm inches away from getting an extension working that allows Python scripts to be used as components in SCA C++. I should be putting that up some time tomorrow - I'll start a thread about a few minor issues with the extension framewo

Re: [C++] Requirements for a pluggable C++ Tuscany implementation

2006-09-01 Thread Simon Laws
On 8/29/06, Oisin Hurley <[EMAIL PROTECTED]> wrote: Simon - apologies I've been away from this for the last week... [deletia] >> ...and this is why :) There are number of responsibilities of an >> extension - which you accurately describe - and there are a number >> of responsibilities of a pl

[C++] windows build system

2006-09-04 Thread Simon Laws
Having just raised a patch to create a VC7 build for BigBank I'm taking a step back and thinking that we need a better position on Windows builds as we have too many variations. In particular I just tried to open the VC7 Calculator sample project and it's not compatible with my oldish verision of

Re: [C++] Cleaning up samples

2006-09-06 Thread Simon Laws
On 9/5/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Hi, I checked in a copy of Calculator under http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/samples/Calculator-new/ , with a number of changes trying to simplify the sample and improve the consistency of the names used in t

[C++] First pass PHP extesion

2006-09-06 Thread Simon Laws
Earlier I created a patch for a first pass at a PHP extension for C++ SCA ( http://issues.apache.org/jira/browse/TUSCANY-698) This follows the pattern layed down by Andy with the Python extension and has many limitations:: Services only. No references. Basic input types only. No arrays or SD

Re: [C++] Beginning of a Ruby extension available

2006-09-06 Thread Simon Laws
On 9/6/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Hi all, I just checked in the beginning of a Ruby extension under http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/runtime/extensions/ruby/ . It is not complete but it allows you to declare an SCA component implemented by a

Re: [C++] SDO can't load an XML doc with no namespace

2006-09-07 Thread Simon Laws
On 9/7/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Well, I can load it, but it's desperately empty :) Given the following XML: JaneDoe I have no XSD for this document, and don't want to have one or have to define specific SDO types for it. I just want to load this XML into an SDO Dat

Re: Ruby for the Java runtime? (was: Re: [C++] Beginning of a Ruby extension available)

2006-09-07 Thread Simon Laws
On 9/7/06, ant elder <[EMAIL PROTECTED]> wrote: Robbie, your help would be much appreciated so please feel free to jump in. Do you have specific samples or interop things you'd like to look at? Want me to suggest some things, or bounce some ideas around on IRC/mailing list? ...ant On 9/6/06

Re: [C++] First pass PHP extesion

2006-09-08 Thread Simon Laws
On 9/8/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > Earlier I created a patch for a first pass at a PHP extension for C++ > SCA ( > http://issues.apache.org/jira/browse/TUSCANY-698) > > This follows the pattern layed down by Andy with the Pytho

Re: [C++] First pass PHP extesion

2006-09-08 Thread Simon Laws
On 9/8/06, Simon Laws <[EMAIL PROTECTED]> wrote: On 9/8/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Simon Laws wrote: > > Earlier I created a patch for a first pass at a PHP extension for C++ > > SCA ( > > http://issues.apache.org/jira/brows

Re: Ruby for the Java runtime? (was: Re: [C++] Beginning of a Ruby extension available)

2006-09-08 Thread Simon Laws
ipting language (at one point we had a JavaScript version of the Big Bank sample account module that did this), but there are probably ways to use the dynamic nature of the script languages to come up with a simplify SDO API. ...ant On 9/7/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > &

Re: Ruby for the Java runtime? (was: Re: [C++] Beginning of a Ruby extension available)

2006-09-08 Thread Simon Laws
e Ruby functions - in this invoke method there is no way I am able to specify the RubyClass whos method I should invoke. All that it takes is the method name as a string. I tried using . for the method argument but failed. So how do I specify the class? Thanks - Venkat On 9/8/06, Simo

Re: [C++] Loading the PHP extension on Linux, was: [C++] First pass PHP extesion

2006-09-13 Thread Simon Laws
On 9/12/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > On 9/8/06, Simon Laws <[EMAIL PROTECTED]> wrote: >> >> >> >> On 9/8/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: >> > >> > Simon Laws wr

Re: [C++] Configure options for our Linux automake build?

2006-09-13 Thread Simon Laws
On 9/13/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: As we add more extensions to our runtime, I think it would be a good idea to add feature configuration options to our Linux build, to allow people to build just a subset when they are not interested in a specific feature and/or do not

Re: [C++] Loading the PHP extension on Linux, was: [C++] First pass PHP extesion

2006-09-13 Thread Simon Laws
On 9/13/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > On 9/12/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: >> >> Simon Laws wrote: >> > On 9/8/06, Simon Laws <[EMAIL PROTECTED]> wrote: >> >> >&

Re: [C++] Loading the PHP extension on Linux, was: [C++] First pass PHP extesion

2006-09-13 Thread Simon Laws
On 9/13/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > On 9/13/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: >> >> Simon Laws wrote: >> > On 9/12/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: >> >>

Re: [C++] Axis2 - calling a webservice within a webservice

2006-09-18 Thread Simon Laws
On 9/18/06, Andrew Borley <[EMAIL PROTECTED]> wrote: Hi, I've just applied a patch that Simon Laws put up on http://issues.apache.org/jira/browse/TUSCANY-692 which provides a very simple PHP based web front-end for The C++ SCA BigBank sample. The client is nice in that it demonstra

[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: [Interop] cross language interop test update

2006-09-20 Thread Simon Laws
e used in either the C++ or Java runtimes? I'd help with the Java runtime side if others think this would be useful. ...ant On 9/18/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > I was talking with Andy offline about re-running the cross language > interop > tests. I

Re: [Interop] cross language interop test update

2006-09-20 Thread Simon Laws
nterop. > >...ant > > On 9/20/06, Andrew Borley <[EMAIL PROTECTED]> wrote: > > > > On 9/20/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > > > On 9/20/06, ant elder <[EMAIL PROTECTED]> wrote: > > > > > > > > Is i

Re: [C++] SDO can't load an XML doc with no namespace

2006-09-21 Thread Simon Laws
On 9/21/06, Geoffrey Winn <[EMAIL PROTECTED]> wrote: I won't be able to do anything about this until the week after next at the earliest (ie early October) - but even then I have other commitments. I'll try to find some time to look at it then. Regards, Geoff. On 21/09/06, Jean-Sebastien Delf

Re: [C++/Interop] WS-based interop test added

2006-09-26 Thread Simon Laws
On 9/26/06, Andrew Borley <[EMAIL PROTECTED]> wrote: Hi all, I've just checked some code in at http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/test/ws.service.interop/ that does some interop testing as follows: - An Axis2 binding.ws service & implementation component is deployed bas

Re: [C++] M2 Release

2006-10-02 Thread Simon Laws
On 10/2/06, Andrew Borley <[EMAIL PROTECTED]> wrote: Hi All, I think it would be good if we could get our first release candidate cut by or during ApacheCon (which is next week!) - do people think that is possible? With this in mind I propose we concentrate on the higher priority stuff, which

Re: [C++] SDO can't load an XML doc with no namespace

2006-10-09 Thread Simon Laws
On 10/9/06, Pete Robbins <[EMAIL PROTECTED]> wrote: You are assuming the state of the DataFactory that is passed in when loading the xml. XMLHelperptr xmlH = HelperProvider::getXMLHelper(); // returns "clean" XML helper with virgin DataFactory XMLDocumentPtr xmlD = xmlH->load("mySchemaless.xml"

[JAVA SCA] Samples status?

2006-10-09 Thread Simon Laws
Can someone do a quick update on the status of the samples? I'm trying to run the HelloWorldWS sample from SVN. I got the server working I believe but had to drag in the SDO Jars and the SDO binding Jar into the webapp - they weren't in the sample jar. Interesting thing about this was I got a NP

Re: PHP with the Java SCA runtime

2006-10-10 Thread Simon Laws
On 10/10/06, ant elder <[EMAIL PROTECTED]> wrote: Not for M2 but posting a mail so there's some record of the code...Was messing about in the weekend and got PHP going with the Java SCA runtime. Experimental sandbox code but could be interesting to use to get some interaction with the PHP SCA pe

Re: [C++] Showing PHP-SDO and PHP-SCA in our BigBank sample?

2006-10-16 Thread Simon Laws
On 10/16/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Andrew Borley wrote: > In the interests of getting a release out sooner rather than later, I > think we should leave this for after M2. > > I've now added the missing makefiles so the PHP client as it currently > is should be in RC2.

[C++ SDO] Can't copy SDOs with open content

2006-10-19 Thread Simon Laws
I have created a patch for this problem ( http://issues.apache.org/jira/browse/TUSCANY-873) which solves the immediate problem I have in PHP SDO and passes the PHP SDO tests that exist at the moment. However I'm not too comfortable with it because it is used by numerous parts of data object API fu

Re: [C++ SDO] Can't copy SDOs with open content

2006-10-19 Thread Simon Laws
create a friendly patch for me to apply and test? > > > > Cheers, > > > > > > On 19/10/06, Simon Laws <[EMAIL PROTECTED] > wrote: > > > > > > I have created a patch for this problem ( > > > http://issues.apache.org/jira/browse/TUSC

SDO - dealing with CDATA

2006-10-26 Thread Simon Laws
This is primarily a C++ question but I guess could apply to Java also. I'm trying to read a document into C++ SDO that contains a CDATA section. The corresponding CDATA doesn't make its way into the resulting SDO. I put the C++ SDO implementation in the debugger and found the reason why: sax2pars

Using Tuscany samples in articles.

2006-11-01 Thread Simon Laws
Raymond, Haleh and myself are putting together an article describing SCA. We want to submit this to the Java Developers Journal for possible publication when it's done. Raymond has put together a loan approval sample as part of Tuscany ( https://svn.apache.org/repos/asf/incubator/tuscany/sandbox/r

Re: Using Tuscany samples in articles.

2006-11-03 Thread Simon Laws
On 11/3/06, ant elder <[EMAIL PROTECTED]> wrote: On 11/1/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > Raymond, Haleh and myself are putting together an article describing SCA. > We > want to submit this to the Java Developers Journal for possible > publication > w

Re: SDO - dealing with CDATA

2006-11-03 Thread Simon Laws
On 10/26/06, Simon Laws <[EMAIL PROTECTED]> wrote: This is primarily a C++ question but I guess could apply to Java also. I'm trying to read a document into C++ SDO that contains a CDATA section. The corresponding CDATA doesn't make its way into the resulting SDO. I

Re: SDO - dealing with CDATA

2006-11-03 Thread Simon Laws
is an implementation-specific feature. I'm not sure, long term, what should be the best (proper) way to do this. Frank. "Simon Laws" <[EMAIL PROTECTED]> wrote on 11/03/2006 09:41:25 AM: > On 10/26/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > This is pri

Re: SDO - dealing with CDATA

2006-11-03 Thread Simon Laws
some XMLHelper method (or some Tuscany specific API for now) could be used to check if it's actually something special like CDATA. Maybe you should try to do something like that in the C++ impl, and if it looks promissing, we'll switch the Java impl to do the same. Frank "Simon Laws

Re: SDO - dealing with CDATA

2006-11-08 Thread Simon Laws
On 11/3/06, Simon Laws <[EMAIL PROTECTED]> wrote: On 11/3/06, Frank Budinsky <[EMAIL PROTECTED]> wrote: > > Simon, > > The Sequence entry returns a special property: > > if (sequence.getProperty(i) == specialCDataProperty) { > String cDataValue = sequence.ge

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

2006-11-09 Thread Simon Laws
On 11/8/06, Andrew Borley <[EMAIL PROTECTED]> wrote: Hi everyone, Now M2 is finally available, we should start thinking about what we'd like to do next in Tuscany C++. There were quite a few items that were suggested for M2 that we ended up leaving out for time reasons and it would be good to p

Re: [SDO] Hello & rfc for what could be useful

2006-11-13 Thread Simon Laws
On 11/13/06, Andrew Borley <[EMAIL PROTECTED]> wrote: Hi Dan, The C++ interop test service I added is at http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/test/ws.service.interop/ This can be run on Linux via "make check" (after it's been built) or on Windows via the ws.service.intero

Re: [C++] Pending SDO patches available

2006-11-21 Thread Simon Laws
wse/TUSCANY-907 - Nov 07 > > From Simon Laws: > https://issues.apache.org/jira/browse/TUSCANY-873 - Oct 18 > https://issues.apache.org/jira/browse/TUSCANY-730 - Sep 18 > https://issues.apache.org/jira/browse/TUSCANY-908 - Nov 08 > > Have these patches already been applied and the

Re: [C++] Pending SDO patches available

2006-11-22 Thread Simon Laws
On 11/21/06, Pete Robbins <[EMAIL PROTECTED]> wrote: Patch for TUSCANY-908 is applied. Cheers, On 21/11/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > > On 21/11/06, Geoffrey Winn <[EMAIL PROTECTED]> wrote: > > > > On 21/11/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > > > > 907 now ap

Re: [C++] Pending SDO patches available

2006-11-22 Thread Simon Laws
On 11/22/06, Simon Laws <[EMAIL PROTECTED]> wrote: On 11/21/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > Patch for TUSCANY-908 is applied. > > Cheers, > > > On 21/11/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > > > >

[C++] CDATA in sequences

2006-11-25 Thread Simon Laws
My last CDATA fix didn't properly cover the case where CDATA sections occur in sequences. I have created new patches for source and test files to take account of this. I added them to the existing CDATA JIRA ( http://issues.apache.org/jira/browse/TUSCANY-908). As an aside in making this change I

Re: [C++] CDATA in sequences

2006-11-27 Thread Simon Laws
On 11/26/06, Pete Robbins <[EMAIL PROTECTED]> wrote: Simon, to make your patches easier to apply all you need to do is strip out the hard-coded paths in the patch file. e.g. change "C:/simon/Projects/Eclipse3.2/cpp" to "cpp". On 25/11/06, Simon Laws <[EMAIL P

[C++] SCA build problem

2006-11-27 Thread Simon Laws
I've just checked out SCA and SDO from SVN and I get and error in VC Express when building SCA... -- Build started: Project: tuscany_sca_ws_dispatcher, Configuration: Debug Win32 -- Compiling... Axis2Dispatcher.cpp Axis2DispatcherModule.cpp c:\simon\projects\eclipse3.2\cpp\sca\runtime\ext

Re: [C++] SCA build problem

2006-11-27 Thread Simon Laws
On 11/27/06, Pete Robbins <[EMAIL PROTECTED]> wrote: On 27/11/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > > On 27/11/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > I've just checked out SCA and SDO from SVN and I get an

Re: [C++] SCA build problem

2006-11-27 Thread Simon Laws
On 11/27/06, Simon Laws <[EMAIL PROTECTED]> wrote: On 11/27/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > On 27/11/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > > > > > > On 27/11/06, Simon Laws <[EMAIL PROTECTED] > wrote: > &

Re: [C++] Web Service client error with Axis2C 0.95, was: SCA build problem

2006-11-28 Thread Simon Laws
On 11/27/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > On 11/27/06, Simon Laws <[EMAIL PROTECTED]> wrote: >> >> >> >> On 11/27/06, Pete Robbins <[EMAIL PROTECTED]> wrote: >> > >> > On 27/11/06, Pete Rob

Re: [C++] Web Service client error with Axis2C 0.95, was: SCA build problem

2006-11-28 Thread Simon Laws
On 11/28/06, Andrew Borley <[EMAIL PROTECTED]> wrote: On 11/28/06, Simon Laws <[EMAIL PROTECTED]> wrote: > On 11/27/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > > > Simon Laws wrote: > > > On 11/27/06, Simon Laws <[EMAIL PROTECTED]>

Re: [C++] Changing the C++ BigBank and Calculator sample clients?

2006-11-29 Thread Simon Laws
On 11/29/06, Pete Robbins <[EMAIL PROTECTED]> wrote: On 29/11/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Hi, > > We have two C++ clients in the C++ Bigbank and Calculator samples. > > (1) Real SCA clients, which call the Bigbank and Calculator components > directly. > > (2) Axis2C

Re: [C++] Binding/Language Extensions - packaging

2006-11-30 Thread Simon Laws
On 11/30/06, Pete Robbins <[EMAIL PROTECTED]> wrote: On 30/11/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > > On 30/11/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > > > Pete Robbins wrote: > > > Our current method of packaging and loading an extension is fairly > > > simple: > >

Re: [C++] Binding/Language Extensions - packaging

2006-11-30 Thread Simon Laws
On 11/30/06, Pete Robbins <[EMAIL PROTECTED]> wrote: On 30/11/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > > On 30/11/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > On 11/30/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > >

Re: [C++] Binding/Language Extensions - packaging

2006-11-30 Thread Simon Laws
On 11/30/06, Pete Robbins <[EMAIL PROTECTED]> wrote: On 30/11/06, Andrew Borley <[EMAIL PROTECTED]> wrote: > > On 11/30/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > On 30/11/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > > &g

Re: [C++] Binding/Language Extensions - packaging

2006-11-30 Thread Simon Laws
On 11/30/06, Pete Robbins <[EMAIL PROTECTED]> wrote: On 30/11/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > On 11/30/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > > On 30/11/06, Andrew Borley <[EMAIL PROTECTED]> wrote: > > > > &

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

2006-11-30 Thread Simon Laws
On 11/30/06, Dan Murphy <[EMAIL PROTECTED]> wrote: I would like to propose starting a community test suite for service data objects (SDO CTS) implementations written in Java. Based on feedback from an earlier post this seems to be the first logical step in getting interoperable SDO implementatio

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

2006-12-01 Thread Simon Laws
On 12/1/06, Dan Murphy <[EMAIL PROTECTED]> wrote: Hi Simon, Yes, I do think and hope that some of this work will be useful to all & not just the Java folks :) I'm sure that the Java CTS would need to include tests that serialise to and from xml documents and XSDs. These could be re-used to test

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

2006-12-01 Thread Simon Laws
I have been chatting with the PHP SCA team about their various SDO problems and I would be interested to know who is working on what so I look at things in transit. I'm particularly interested in the following problems: http://issues.apache.org/jira/browse/TUSCANY-960 - Spurious xsi:type="OpenDat

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

2006-12-01 Thread Simon Laws
On 12/1/06, Geoffrey Winn <[EMAIL PROTECTED]> wrote: On 01/12/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > I have been chatting with the PHP SCA team about their various SDO > problems > and I would be interested to know who is working on what so I look at &g

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

2006-12-01 Thread Simon Laws
On 12/1/06, Simon Laws <[EMAIL PROTECTED]> wrote: On 12/1/06, Geoffrey Winn <[EMAIL PROTECTED]> wrote: > > On 01/12/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > I have been chatting with the PHP SCA team about their various SDO > > problems &g

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

2006-12-03 Thread Simon Laws
On 12/1/06, Pete Robbins <[EMAIL PROTECTED]> wrote: Fix now checked in for TUSCANY-963. On 01/12/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > > On 01/12/06, Caroline Maynard <[EMAIL PROTECTED]> wrote: > > > > I created http://issues.apache.org/jira/browse/TUSCANY-963 for the > > "attribut

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

2006-12-03 Thread Simon Laws
On 12/3/06, Simon Laws <[EMAIL PROTECTED]> wrote: On 12/1/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > Fix now checked in for TUSCANY-963. > > On 01/12/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > > > > > > On 01/12/06, Caro

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

2006-12-04 Thread Simon Laws
ut > using the sequence API). > > On 03/12/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > On 12/3/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > > > I've been working on a fix for 950 which I managed to complete so that > >

Re: [C++] SDO sequenced data objects

2006-12-05 Thread Simon Laws
Hi Pete Some comments in line... On 12/5/06, Pete Robbins <[EMAIL PROTECTED]> wrote: A number of SDO issues have come up over the past week regarding sequenced data objects. I think the current implementation is incorrect in a number of ways. For a sequenced data object you can use the "seque

Re: [C++] SDO sequenced data objects

2006-12-05 Thread Simon Laws
On 12/5/06, Pete Robbins <[EMAIL PROTECTED]> wrote: On 05/12/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > Hi Pete > > Some comments in line... > > On 12/5/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > > A number of SDO issues have come up o

[c++] Help Reqruied - PHP SCA extension for C++ SCA

2006-12-06 Thread Simon Laws
As one of the maintainers of the SCA_SDO PECL project I've naturally started thinking about how we build a PHP extension for the C++ SCA runtime based on the PHP SCA implementation we have recently released ( http://pecl.php.net/package/sca_sdo). I'm cross posting this as it involves both Tuscany

Re: [C++] SDO Sequence api (was [jira] Created: (TUSCANY-980) DataObject assigned into open property goes missing)

2006-12-07 Thread Simon Laws
On 12/7/06, Caroline Maynard <[EMAIL PROTECTED]> wrote: On 07/12/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > Do you use the Sequence API to add the animals in this case? I suspect not > and this highlights a problem in our implementation where, for a Sequenced > DataObject, setting of Prop

Re: [C++] SDO Sequence api (was [jira] Created: (TUSCANY-980) DataObject assigned into open property goes missing)

2006-12-07 Thread Simon Laws
On 12/7/06, Pete Robbins <[EMAIL PROTECTED]> wrote: On 07/12/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > > On 07/12/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > On 12/7/06, Caroline Maynard <[EMAIL PROTECTED] > wrote: > > >

Re: [C++] SDO Sequence api (was [jira] Created: (TUSCANY-980) DataObject assigned into open property goes missing)

2006-12-07 Thread Simon Laws
n only properties that map to elements can be added to the sequence. Trying to add an attribute property will throw an exception. XSDHelper.isAttribute() is the way that the user can determine whether or not a property can be added to the sequence. Frank. "Simon Laws" <[EMAIL PROTECTED]>

[C++] PHP SCA extension for C++ SCA - Composite Construction

2006-12-08 Thread Simon Laws
I've been thinking about the types of scripts that we might want to support in our PHP extension for the C++ SCA runtime. I've tried to extend the calculator sample from the Ruby and Python extension and made notes on the PHP SOA web site ( http://www.osoa.org/display/PHP/PHP+SCA+Extension+For+Tus

Re: [C++] SDO Sequence api (was [jira] Created: (TUSCANY-980) DataObject assigned into open property goes missing)

2006-12-08 Thread Simon Laws
es that had been set, similar to the way Sequence only contains Properties that are set. Anyho... food for thought. Fixing C++ implementation will be a good first step! Cheers, "Pete Robbins" <[EMAIL PROTECTED]> wrote on 12/07/2006 11:56:12 AM: > > > On 07/12/06, Simon La

Re: [C++] PHP SCA extension for C++ SCA - Composite Construction

2006-12-08 Thread Simon Laws
On 12/8/06, Pete Robbins <[EMAIL PROTECTED]> wrote: On 08/12/06, Simon Laws <[EMAIL PROTECTED]> wrote: > > I've been thinking about the types of scripts that we might want to > support > in our PHP extension for the C++ SCA runtime. I've tried to extend the >

Re: [C++] PHP SCA extension for C++ SCA - Composite Construction

2006-12-08 Thread Simon Laws
On 12/8/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > On 12/8/06, Pete Robbins <[EMAIL PROTECTED]> wrote: >> >> On 08/12/06, Simon Laws <[EMAIL PROTECTED]> wrote: >> > >> > I've been thinking about the types o

Re: Endpoints was: Re: [BRAINSTORM] Flexibility in distributed operation and extension implementations - was: Re: Request to propogate the value of a references target= attribute on its associated bin

2008-06-07 Thread Simon Laws
On Tue, Jun 3, 2008 at 4:37 PM, Simon Laws <[EMAIL PROTECTED]> wrote: > > > On Wed, May 21, 2008 at 2:56 PM, ant elder <[EMAIL PROTECTED]> wrote: > >> On Fri, May 16, 2008 at 9:26 AM, Simon Laws <[EMAIL PROTECTED]> >> wrote: >> >> > ...sn

Re: Endpoints was: Re: [BRAINSTORM] Flexibility in distributed operation and extension implementations - was: Re: Request to propogate the value of a references target= attribute on its associated bin

2008-06-09 Thread Simon Laws
On Sun, Jun 8, 2008 at 8:45 AM, ant elder <[EMAIL PROTECTED]> wrote: > On Sat, Jun 7, 2008 at 12:46 PM, Simon Laws <[EMAIL PROTECTED]> > wrote: > > > > I've created an itest (late-reference-resolution) to show how late > > resolution could be done using e

Re: [NOTICE] Scott Kurz voted as Tuscany committer

2008-06-09 Thread Simon Laws
On Mon, Jun 9, 2008 at 9:14 AM, Mike Edwards < [EMAIL PROTECTED]> wrote: > ant elder wrote: > >> The Tuscany PMC has voted for Scott Kurz to become a Tuscany committer. >> >> Welcome Scott! >> >> ...ant >> >> Congratulations and welcome, Scott. > > I look forward to working with you. > > > Your

Re: Release 1.3?

2008-06-09 Thread Simon Laws
modules that you were going to remove. I've > not seen a follow-up email on this subject. > > Thanks, > > Mark > > > -Original Message- > > From: Simon Laws [mailto:[EMAIL PROTECTED] > > Sent: 06 June 2008 09:21 > > To: tuscany-dev > > Sub

[PROPOSAL] Disable unused domain modules

2008-06-09 Thread Simon Laws
Hi All Now that the new domain manager app is starting to settle down a bit I'd like to disable the unused domain modules from the main build. They are... modules/domain modules/domain-api modules/domain-xml modules/node modules/node-api modules/node-xml I have removed these from most of the pla

Re: Tuscany support for Axis 1.4

2008-06-09 Thread Simon Laws
On Mon, Jun 9, 2008 at 10:17 AM, ant elder <[EMAIL PROTECTED]> wrote: > On Wed, May 14, 2008 at 1:12 PM, Lou Amodeo <[EMAIL PROTECTED]> wrote: > > > Is there a plan for Tuscany to support Axis2 1.4? > > > > > Axis2 1.4 and the associated wss4j and rampart releases for 1.4 are all > out > and avai

Re: Validation Exceptions was: Re: TUSCANY-2277 & validation messages

2008-06-09 Thread Simon Laws
Hi Ram On Mon, Jun 9, 2008 at 12:01 PM, Ramkumar R <[EMAIL PROTECTED]> wrote: > Hi Simon, > I believe both the DefaultMonitorImpl and DefaultLoggingMonitorImpl would > need this change in them and also believe that any new monitor > implementation should follow the same. > > The reason why I f

Re: [jira] Updated: (TUSCANY-2355) CONTINUED Need help again on binding to external web service with login authentication

2008-06-09 Thread Simon Laws
On Mon, Jun 9, 2008 at 11:41 AM, Marina Deslaugiers (JIRA) < tuscany-dev@ws.apache.org> wrote: > > [ > https://issues.apache.org/jira/browse/TUSCANY-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > Marina Deslaugiers updated TUSCANY-2355: > --

Re: [jira] Updated: (TUSCANY-2355) CONTINUED Need help again on binding to external web service with login authentication

2008-06-09 Thread Simon Laws
On Mon, Jun 9, 2008 at 2:59 PM, Simon Laws <[EMAIL PROTECTED]> wrote: > > > On Mon, Jun 9, 2008 at 11:41 AM, Marina Deslaugiers (JIRA) < > tuscany-dev@ws.apache.org> wrote: > >> >> [ >> https://issues.apache.org/jira/browse/TUSCANY-2355?page=com.at

Re: Changing SCA trunk version from 2.0-incubating-SNAPSHOT to SNAPSHOT

2008-06-10 Thread Simon Laws
On Tue, Jun 10, 2008 at 9:41 AM, ant elder <[EMAIL PROTECTED]> wrote: > On Sat, Jun 7, 2008 at 1:11 AM, Jean-Sebastien Delfino < > [EMAIL PROTECTED]> > wrote: > > Luciano Resende wrote: > >> > >> How about 1.5-SNAPSHOT ? This would probably give us some room to have > >> couple releases without th

Reconciling service bindings

2008-06-10 Thread Simon Laws
I'm looking at TUSCANY-2352 (which I raised when I was doing some policy testing). The issue is that promoted service bindings aren't augmented with the composite service bindings that promote them. Looking at the BaseWireBuilderImpl code there is a method called reconcileReferenceBindings() that d

Re: Release 1.3?

2008-06-10 Thread Simon Laws
On Tue, Jun 10, 2008 at 10:14 AM, Simon Nash <[EMAIL PROTECTED]> wrote: > Mike Edwards wrote: > >> Simon Laws wrote: >> >>> It's been a little while now since we did our 1.2 release. Since then >>> there >>> has been lots of activit

Re: Reconciling service bindings

2008-06-10 Thread Simon Laws
On Tue, Jun 10, 2008 at 12:01 PM, Simon Laws <[EMAIL PROTECTED]> wrote: > I'm looking at TUSCANY-2352 (which I raised when I was doing some policy > testing). The issue is that promoted service bindings aren't augmented with > the composite service bindings that pro

Re: Reconciling service bindings

2008-06-10 Thread Simon Laws
On Tue, Jun 10, 2008 at 1:19 PM, Simon Laws <[EMAIL PROTECTED]> wrote: > > > On Tue, Jun 10, 2008 at 12:01 PM, Simon Laws <[EMAIL PROTECTED]> > wrote: > >> I'm looking at TUSCANY-2352 (which I raised when I was doing some policy >> testing). The is

NPE in JMS itests was: Re: JMS Client

2008-06-11 Thread Simon Laws
On Wed, Jun 11, 2008 at 8:23 AM, ant elder <[EMAIL PROTECTED]> wrote: > On Wed, Jun 11, 2008 at 6:42 AM, Nishant Joshi <[EMAIL PROTECTED]> > wrote: > > > Hi All, > > I can now run JMS client successfully with latest binding.jms, but you > need > > to confirm following with WAS 6 before testing it.

Re: NPE in JMS itests was: Re: JMS Client

2008-06-11 Thread Simon Laws
On Wed, Jun 11, 2008 at 8:34 AM, ant elder <[EMAIL PROTECTED]> wrote: > On Wed, Jun 11, 2008 at 8:29 AM, Simon Laws <[EMAIL PROTECTED]> > wrote: > > > On Wed, Jun 11, 2008 at 8:23 AM, ant elder <[EMAIL PROTECTED]> wrote: > > > > > On Wed, J

Re: Endpoint model design, was: Endpoints

2008-06-11 Thread Simon Laws
e put some comments in line. Simon On Tue, Jun 10, 2008 at 7:00 PM, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > Simon Laws wrote: > ... > >> I've created an itest (late-reference-resolution) to show how late >>> >>>> resolution could be done u

Re: Running vtests with security on

2008-06-11 Thread Simon Laws
On Wed, Jun 11, 2008 at 11:20 AM, ant elder <[EMAIL PROTECTED]> wrote: > On Thu, May 15, 2008 at 8:32 PM, Dan Becker <[EMAIL PROTECTED]> > wrote: > > > Since I am not much of a Maven expert, I thought I would run this by the > > Tuscany community to see if I am going down the right path or to see

Re: Good practice for disabling/ignoring failing test cases

2008-06-11 Thread Simon Laws
On Wed, Jun 11, 2008 at 6:43 PM, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote: > Thanks Raymond for pointing this out. We never used this strategy in > Geronimo (infact, I have never put any JIRA number in any of the source > files other that Release Notes may be). I have come across this in Tu

Re: svn commit: r666943 - in /incubator/tuscany/java/sca: distribution/bundle/ distribution/manifest/ distribution/webapp/ itest/osgi-tuscany/tuscany-extensions/ itest/osgi-tuscany/tuscany-osgi-instal

2008-06-11 Thread Simon Laws
On Thu, Jun 12, 2008 at 2:46 AM, <[EMAIL PROTECTED]> wrote: > Author: jsdelfino > Date: Wed Jun 11 18:46:06 2008 > New Revision: 666943 > > URL: http://svn.apache.org/viewvc?rev=666943&view=rev > Log: > Merged implementation-node-xml with implementation-node as it only depends > on assembly-xml an

Build issues...

2008-06-12 Thread Simon Laws
I'm trying to apply the patches on TUSCANY-2347 so these issues here may be caused by these changes however The first problem I see is that I get a NPE in samples/helloworld-bpel. Caused by: java.lang.NullPointerException at org.apache.tuscany.sca.implementation.bpel.xml.BPELPartnerLi

Re: SVN build process.

2008-06-12 Thread Simon Laws
On Thu, Jun 12, 2008 at 10:22 AM, ant elder <[EMAIL PROTECTED]> wrote: > 20 minutes! what sort of super machine do you have, its approaching an hour > on my machine! > > I do agree with the principal though. I think one of the problems is its > just getting so big we try to take short cuts by not

Re: Tuscany support for Axis 1.4

2008-06-12 Thread Simon Laws
On Thu, Jun 12, 2008 at 8:59 AM, ant elder <[EMAIL PROTECTED]> wrote: > On Mon, Jun 9, 2008 at 10:17 AM, ant elder <[EMAIL PROTECTED]> wrote: > > > > > On Wed, May 14, 2008 at 1:12 PM, Lou Amodeo <[EMAIL PROTECTED]> > wrote: > > > >> Is there a plan for Tuscany to support Axis2 1.4? > >> > > > > >

Re: Build issues...

2008-06-12 Thread Simon Laws
On Thu, Jun 12, 2008 at 11:35 AM, Simon Nash <[EMAIL PROTECTED]> wrote: > Simon Laws wrote: > >> I'm trying to apply the patches on TUSCANY-2347 so these issues here may >> be >> caused by these changes however >> >> The first problem I see

Re: Build issues...

2008-06-12 Thread Simon Laws
On Thu, Jun 12, 2008 at 11:52 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > > > On Thu, Jun 12, 2008 at 11:35 AM, Simon Nash <[EMAIL PROTECTED]> wrote: > >> Simon Laws wrote: >> >>> I'm trying to apply the patches on TUSCANY-2347 so these issues h

Re: Release 1.3?

2008-06-12 Thread Simon Laws
On Wed, Jun 11, 2008 at 7:47 AM, ant elder <[EMAIL PROTECTED]> wrote: > On Tue, Jun 10, 2008 at 11:53 AM, Simon Laws <[EMAIL PROTECTED]> > wrote: > > > On Tue, Jun 10, 2008 at 10:14 AM, Simon Nash <[EMAIL PROTECTED]> wrote: > > > > > M

<    4   5   6   7   8   9   10   11   12   13   >