Introduction

2006-04-21 Thread Simon Laws
Hi, my name is Simon Laws and I'm based in the UK. My recent background is web services in the data grid space and I've just started looking at the Tuscany C++ code. Apologies in advance for my newby questions. Regards Simon

MSVC build

2006-04-21 Thread Simon Laws
I checked out the C++/SDO code this morning and I'm assuming I caught it mid change as the MSVC project doesn't build. To make it work I had to add: GroupEvent.cpp GroupDefinition.cpp to the sdo_runtime project utils.cpp main.cpp to the sdo_test project Simon

Cross language interop?

2006-04-25 Thread Simon Laws
Has anyone in the team done any work in Tuscany looking at cross language interoperability? I'm initially interested in ensuring SDO serialization is compatible between PHP, C++ and Java. If there is existing work it gives me somewhere to start. If not I'll start something. Simon

Summer of code tuscany-das proposal

2006-04-27 Thread Simon Laws
be driven by different schema languages such as RelaxNG. *** *Possible Mentors* *Caroline Maynard, Simon Laws,* *Status* *-* =

Fwd: Summer of code tuscany-das proposal

2006-04-28 Thread Simon Laws
? -- Forwarded message -- From: Simon Laws [EMAIL PROTECTED] Date: Apr 27, 2006 8:46 AM Subject: Summer of code tuscany-das proposal To: tuscany-dev tuscany-dev@ws.apache.org We would like to add the following to the list of Apache Summer Of Code proposals. A) does the team support this B

Re: C++ release before ApacheCon Europe

2006-05-02 Thread Simon Laws
+1 Following on from Ed's point. I'm working my way through doing some simple read/write interop test for PHP/C++/Java XML at the moment initially based on the company data example. However to make this a useful test it would seem sensible to make a schema that contains all of the simple and

Big Bank status?

2006-05-02 Thread Simon Laws
Hi I just tried running the maven build (I checked out from svn a couple of hours ago) for the big bank sample and the AccountService.java interface that is generated from the AccountService.wsdl matches neither the wsdl nor the checked in AccountServiceImpl.java and hence the build fails. The

Re: Big Bank status?

2006-05-02 Thread Simon Laws
/** * Auto generated method signatures * @param param6* @param param7 */ public float deposit( java.lang.String param6,float param7) throws java.rmi.RemoteException; Simon Laws wrote: Hi I just tried running the maven build (I checked out from svn

Re: Cross language interop

2006-05-04 Thread Simon Laws
Hi Kevin When you suggest and example of reading data from a data source and shipping it to some remote engine for processing would this include, for example, an application that reads a data graph from a relational database and then forwards is in the form of and XML document to, say, an XFoms

Re: Cross language interop

2006-05-04 Thread Simon Laws
So are you thinking about a specific services interface for an SDO object, i.e. the SDO acts as a conduit between the data resource and the client (browser)? In this scenario what happens when data is changed. Does the SDO cache the change awaiting the request to update the data resource or does

Re: [vote] Project structure - renaming java/samples

2006-05-10 Thread Simon Laws
+1 [X] sample applications - java/sampleapps/bigbank/ On 5/10/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: I'm not sure that we really have decided on a good name for our top level samples directory, currently java/samples/. This directory hosts samples. They are of a different nature

[PHP] PHP wish list?

2006-05-11 Thread Simon Laws
Pete has recently followed the java team's lead and initiated a to do/wish list up on the Tuscany wiki for the C++ implementation effort. The PHP/SDO PECL project needs to do the same thing but we don't have a wiki over at PECL at the moment. It would seem sensible (to me at least) if we borrow

Re: [C++] Options for string handling in SDO

2006-05-12 Thread Simon Laws
Hi Geoff When you talk about string objects do you mean instances of the ANSI string class (basic_string) or is this a special SDO designed string class? Also why is this an either/or? It would seem like a useful thing to have an interface that allows string objects to be used but not sure I

Re: C++ Release

2006-05-26 Thread Simon Laws
Pete +1 for release and IRC chat On 5/25/06, Pete Robbins [EMAIL PROTECTED] wrote: As mentioned previously we would be a like to have a binary release of the C++ code by ApacheCon Europe. I'd like to propose an IRC chat on Tuesday 6th June 17:00 BST (18:00 GMT) 12:00 (Eastern) 09:00

Cross language interop testing

2006-05-26 Thread Simon Laws
A long time ago I posted about doing some interoperability testing. I've got back to this now and I've put some ideas about how we do this on the wiki, here (http://wiki.apache.org/ws/Tuscany/Interop). At a high level we have two products to consider for interoperability testing, SDO and SCA.

Re: Cross language interop testing

2006-05-31 Thread Simon Laws
On 5/30/06, Geoffrey Winn [EMAIL PROTECTED] wrote: Simon, On 26/05/06, Simon Laws [EMAIL PROTECTED] wrote: A long time ago I posted about doing some interoperability testing. I've got back to this now and I've put some ideas about how we do this on the wiki, here (http://wiki.apache.org

Is there an example of using a DB Stored Procedure as part of an SCA module?

2006-05-31 Thread Simon Laws
The SCA Assembly Model specification (0.9) gives database stored procedure as an example of a binding type. I've had a bit of a scout around the Tuscany site and in Google and there is discussion of interacting with stored procedures via SDO, i.e. using a relational DAS. Before I have a go does

Re: Tuscany website content updates

2006-06-01 Thread Simon Laws
+1 for FAQ on the wiki. I raised a few JIRAs on potential FAQ entries that I could add directy if it were there. Simon On 6/1/06, haleh mahbod [EMAIL PROTECTED] wrote: Hi Venkata, InstallJava and projectJava pages were created with two different audience in mind. The assumption was that a

[C++] C++ / PHP BOF at apache con

2006-06-08 Thread Simon Laws
I believe Pete was thinking of trying for a C++ BOF at ApacheCon in a few weeks time. In the C++ release IRC on Tuesday ( http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg03746.html) there was discussion of trying to get a simple sample, based loosely on the big bank scenario, running

Re: [C++] C++ / PHP BOF at apache con

2006-06-08 Thread Simon Laws
change our approach On 08/06/06, Edward Slattery [EMAIL PROTECTED] wrote: I am hoping to have a bigbank back-end coded by apachecon - it would be good to have another language as the front end to show WS interop On 08/06/06, Simon Laws [EMAIL PROTECTED] wrote: I believe Pete was thinking

Re: Tuscany blog

2006-06-09 Thread Simon Laws
Ant Happy to contribute. I think the uname/password will be problematic if you intend to distribute it and this is intended to be the blog voice of tuscany. Maybe it needs to stay a committer thing, or even have one person manage posts, and use the mail list as a submission vehicle for others?

Re: [C++] Axis2C Web Service Entrypoint

2006-06-09 Thread Simon Laws
/06, Simon Laws [EMAIL PROTECTED] wrote: OK, that's great. Feel free to go in and modify the wiki page to suite ( http://wiki.apache.org/ws/Tuscany/Interop). I have also attached a preliminary schema here for testing xml types. I have used this to complete the series 1 feature table you see

Re: Update on cross language interop testing

2006-06-19 Thread Simon Laws
more difficult I'm fine with the suggestions in your email. ...ant On 6/19/06, Simon Laws [EMAIL PROTECTED] wrote: I've done more work on this. The issues that have been raised so far Java None raised so far C++ JIRA444 - Causes crash JIRA445 JIRA447 JIRA448 - Causes crash

Re: Update on cross language interop testing

2006-06-20 Thread Simon Laws
Mmmm. My fault. I mean that to be pecl/php... not tuscanyphp. On 6/20/06, Caroline Maynard [EMAIL PROTECTED] wrote: I'm confused about this proposal. Didn't you say earlier that the php tests would be added to the PECL repository? In which case the logical place would be

Re: XML Comparison

2006-06-22 Thread Simon Laws
Thanks Oisin, I don't seen anything at [1] that specifically mentions canonicalization. Is the sample code you refer to the DocumentTracer.java? S On 6/22/06, Oisin Hurley [EMAIL PROTECTED] wrote: Hi Simon, However this test compares everything and I am hitting the problem which is

Re: XML Comparison

2006-06-23 Thread Simon Laws
Doh, thanks Oisin. I was looking in the wrong file. S On 6/23/06, Oisin Hurley [EMAIL PROTECTED] wrote: On 22 Jun 2006, at 22:24, Simon Laws wrote: Thanks Oisin, I don't seen anything at [1] that specifically mentions canonicalization. Is the sample code you refer

Re: prerequisites

2006-06-23 Thread Simon Laws
Hi Eric, welcome I'm relatively new to this myself and, as I'm not not focusing on the Java implementation, I can't help you with Java details much but I did read a good article by Martin Fowler about the inversion of control/dependency injection pattern [1]. There was also a recent telcon

Re: XML Comparison

2006-06-23 Thread Simon Laws
elder [EMAIL PROTECTED] wrote: What about using http://xmlunit.sourceforge.net/, i think some of the other Apache WS projects use that. ...ant On 6/22/06, Simon Laws [EMAIL PROTECTED] wrote: I want to add a little automated testing to the interop suite to compare input XML files with output

Java SDO Date exception?

2006-06-26 Thread Simon Laws
I need a little help interpreting an exception I'm getting from an SDO test I have. I'm porting some interop tests to HEAD so that I can create a patch and (having updated to use the new DAS) the relational SDO no longer works with date fields . All other types I'm testing are OK. The test

Re: [jira] Commented: (TUSCANY-495) Java Interop Testing

2006-06-26 Thread Simon Laws
uncomment that and delete thedb2 ones, or what? ...ant On 6/26/06, Simon Laws (JIRA) tuscany-dev@ws.apache.org wrote: [ http://issues.apache.org/jira/browse/TUSCANY-495?page=comments#action_12417802 ] Simon Laws commented on TUSCANY-495: I should

Re: Java SDO Date exception?

2006-06-26 Thread Simon Laws
be another bug. Thanks, Frank. Simon Laws [EMAIL PROTECTED] wrote on 06/26/2006 05:25:43 AM: I need a little help interpreting an exception I'm getting from an SDO test I have. I'm porting some interop tests to HEAD so that I can create a patch and (having updated to use the new DAS

[C++] SCA usability

2006-06-27 Thread Simon Laws
I've spent a little time playing with the C++ SCA implementation. I want to replay my understanding to see if it is correct. When constructing a service that will have a web service binding you have to provide a number of things including myservice.h to define the class that is the service

Re: Java SDO Date exception?

2006-06-27 Thread Simon Laws
: The value of type 'class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar' must be of type 'class java.util.Date' This appears to be an SDO regression and I will open a JIRA. I have also commented out the broken DAS test so that the build will complete. Thanks, --Kevin Simon Laws wrote

[C++/SDO] can you turn off xsi:type generation?

2006-06-28 Thread Simon Laws
The C++/SDO implementation generates an xsi:type attribute on the root element of documents written out via the XMLHelper. Is it possible to turn this feature off? Regards Simon

Re: [Java/SDO] is xsi:type on root element suported?

2006-06-28 Thread Simon Laws
=tns:ComplexTypeRootType/ /complexContent /complexType and then use it as the xsi:type in your instance. I think that should definitely work. Also, could you please open a JIRA for this issue. Thanks, Frank. Simon Laws [EMAIL PROTECTED] wrote on 06/28/2006 10:04:35 AM: If I read the following doc

Re: [C++] SCA usability

2006-06-29 Thread Simon Laws
. axis2.log tells you if the service didnt load. - I just asked the asix2c people to add some details to the log to say which dll in which path didnt load - then I think we have all bases covered. On 27/06/06, Simon Laws [EMAIL PROTECTED] wrote: I've spent a little time playing with the C++ SCA

[C++/Java] Interop update

2006-06-29 Thread Simon Laws
Ok, I had some success over the last couple of days in getting C++ SCA to talk to Java SCA. The executive summary is that we got a message from C++ client to C++ SCA service on to a Java SCA service and all the way back again. Yippeee. The scenario is based on the BigBank for C++ sample that Ed

Tuscany weekly IRC chat log (July-06-2006)

2006-07-17 Thread Simon Laws
Here is the discussion from today's IRC chat (sorry about the slightly wonky format as I had to cut and paste from my client). The topics of discussion were content updates to the Tuscany web site and the process by which the web site is produced. In summary we are going to progress the following

Re: Tuscany weekly IRC chat log (July-06-2006)

2006-07-17 Thread Simon Laws
That of course should read July-17-06 On 7/17/06, Simon Laws [EMAIL PROTECTED] wrote: Here is the discussion from today's IRC chat (sorry about the slightly wonky format as I had to cut and paste from my client). The topics of discussion were content updates to the Tuscany web site

Off Topic - Subclipse observation

2006-07-19 Thread Simon Laws
I have just worked out why I have observed confusing behaviour with subclipse. I am playing with Jeremy's new web site layout in the sandbox so wanted to update to his latest files. I have the tuscany project checked out in my workspace so I navigated to sandbox/site, right clicked to

Re: Tuscany Overview Block Diagram

2006-07-20 Thread Simon Laws
Hi Venkata I'm just making some changes to the overview diagram so that it covers more than Java. Do you have the original source. What app did you use? Am just making changes in a bit editor at the mo so I remember what I want but would be good to do it properly. S On 7/11/06, Venkata

Re: Tuscany Overview Block Diagram

2006-07-20 Thread Simon Laws
are appropriate. The details of the diagrams can of course still be changed going forward. S On 7/20/06, Simon Laws [EMAIL PROTECTED] wrote: Hi Venkata I'm just making some changes to the overview diagram so that it covers more than Java. Do you have the original source. What app did you use? Am just making

New site layout

2006-07-20 Thread Simon Laws
I'm getting a bit confused about the various diagrams and updates proposed for the new website layout so I collected them all together. Well the ones I know about at least. Apologies for any I have missed. The author files are attached to Kelvin's JIRA

Re: Diagram Drafts

2006-07-21 Thread Simon Laws
Hi Rick I tried to put together all the diagrams I had seen and spin up a version of the new site layout. Unfortunately my mail describing this took 7 hours to either get out of our local systems or be reflected by the Apache mail list. So apologies if we have overlapped. The work is attached to

Re: [C++/Java] Interop update

2006-07-21 Thread Simon Laws
at the moment due to the changes in head but we still need to make interop work when head settles down again. Regards Simon On 6/29/06, Simon Laws [EMAIL PROTECTED] wrote: Ok, I had some success over the last couple of days in getting C++ SCA to talk to Java SCA. The executive summary

Re: [C++/Java] Interop update

2006-07-21 Thread Simon Laws
investigation. Frank. Simon Laws [EMAIL PROTECTED] wrote on 07/21/2006 07:44:35 AM: I've got to that age where I've started replying to my own mails. Oh dear. Looking back at the JIRAs raised when doing the interop testing a couple of weeks ago I may have missed a detail. When trying to get round JIRA505

Scenarios: was Using Scenarios

2006-07-21 Thread Simon Laws
I believe there is some agreement about using scenarios so I've started a new thread as the old was getting a little long I got round to taking a look at the scenarios page on the wiki. Hope I'm looking at the right place ( http://wiki.apache.org/ws/Tuscany/TuscanyJava/Scenarios#preview). This

Re: Tuscany Overview Block Diagram

2006-07-22 Thread Simon Laws
' and 'integration' aspects and see how we can express this. Chek my prev. mail on what I mean by this. Thanks - Venkat On 7/20/06, Simon Laws [EMAIL PROTECTED] wrote: Actually I got a little confused here as we now have Davids top level diagram also. I have the source for that so I'll fiddle there a bit

Re: Comparison between live tuscany website and what's being proposed as part of Tuscany-568

2006-07-26 Thread Simon Laws
Starting to look good. I still have the source for the verview/cpp/java imagesI made tbased on David's diagram. Problem is they are visio diagrams. I feel that I should attach to the JIRA for safe keeping but haven't got rounf to try converting to another format. I will have a quick look over

Re: Comparison between live tuscany website and what's being proposed as part of Tuscany-568

2006-07-26 Thread Simon Laws
food. Simon On 7/26/06, Simon Laws [EMAIL PROTECTED] wrote: Starting to look good. I still have the source for the verview/cpp/java imagesI made tbased on David's diagram. Problem is they are visio diagrams. I feel that I should attach to the JIRA for safe keeping but haven't got rounf to try

Re: [C++ SCA] Language bindings embedding the runtime

2006-08-02 Thread Simon Laws
That's a great idea Pete. I would also like to add that we are just starting to think about SCA in PHP and is would seem sensible to reuse the work you have done in C++. So if we could also engineer the C++ implementation so that it is easy to concume as the basis for another implementation, as

Interop bug category

2006-08-03 Thread Simon Laws
Not sure who manages these things but can we have a top level bug category for the Interop tests? I need to create a JIRA for additions to the tests. Regards Simon

Re: Interop bug category

2006-08-03 Thread Simon Laws
Many thanks ant. S On 8/3/06, ant elder [EMAIL PROTECTED] wrote: Any committer can manage them. I've added you an 'Interop' component. ...ant On 8/3/06, Simon Laws [EMAIL PROTECTED] wrote: Not sure who manages these things but can we have a top level bug category for the Interop tests

[Interop] Categorization of interop bugs

2006-08-07 Thread Simon Laws
Ant made an interop bug category for me so I would like to associate interop related bugs with that (as well as with the components to which they relate). Can a kindly committer oblige and categorize the following as interop bugs alongside their original categorizations. These bugs come from

Re: [C++] Debugging and printing SDO data structures

2006-08-07 Thread Simon Laws
I think that would be a splendid idea. When I was playing with big bank (which I hope to get back to shortly) I ended up using the SDOUtils:printDataObject() method at strategic points in the code. As you say it's very difficult to tell what's going on in GDB. Regards Simon On 8/7/06,

Re: [C++] Debugging and printing SDO data structures

2006-08-08 Thread Simon Laws
-serialized on every change. I have a printDataObject and printTypes methods in SCA which I think are better than the ones in SDOUtil ;-) Maybe we should add the extra function into SDOUtils. Cheers, On 07/08/06, Simon Laws [EMAIL PROTECTED] wrote: I think that would be a splendid idea

Re: [C++] A portable build system?

2006-08-10 Thread Simon Laws
You can use cygwin to do gcc compiles for windows. It comes with automake (don't know what version) and can be integrated with Eclipse CDT. S On 8/9/06, Pete Robbins [EMAIL PROTECTED] wrote: I believe automake can run on Windows using some linux portability layer (I forget what it's called).

Re: [C++] A portable build system?

2006-08-10 Thread Simon Laws
ones). IMHO though the result was rather too complicated. I don't know automake but if you have it working well on linux it would be good to see how well it supports a windows build before doing anything more exotic. S On 8/10/06, Pete Robbins [EMAIL PROTECTED] wrote: On 10/08/06, Simon Laws

Re: [C++] SCA Extensions

2006-08-16 Thread Simon Laws
On 8/16/06, Pete Robbins [EMAIL PROTECTED] wrote: This looks like a really good plan. I have two questions: 1. Do we really need another XML file to describe the extension, name the library and associate it with an implementation type? As a first step at least, I think it would be

Re: [C++] SCA Extensions

2006-08-16 Thread Simon Laws
On 8/16/06, Andrew Borley [EMAIL PROTECTED] wrote: On 8/16/06, Pete Robbins [EMAIL PROTECTED] wrote: This looks like a really good plan. I have two questions: 1. Do we really need another XML file to describe the extension, name the library and associate it with an

Re: [C++] SCA Extensions architecture

2006-08-18 Thread Simon Laws
On 8/17/06, Andrew Borley [EMAIL PROTECTED] wrote: Pete, Sounds good to me, I'll definately be interested in reviewing if you have something to show before tomorrow (Friday) afternoon (I'm on holiday for the week after that). The Python stuff I've been doing will need fitting in to the

Re: Sample framework

2006-08-18 Thread Simon Laws
On 8/18/06, ant elder [EMAIL PROTECTED] wrote: There are quite a few old threads where we've discussed samples, here's just one of them: http://mail-archives.apache.org/mod_mbox/ws-tuscany-dev/200604.mbox/[EMAIL PROTECTED] If we're moving towards multiple Tuscany distributions targeted at

Re: [C++] SCA Extensions architecture

2006-08-18 Thread Simon Laws
other representation of the service? more later... Cheers, On 18/08/06, Simon Laws [EMAIL PROTECTED] wrote: On 8/17/06, Andrew Borley [EMAIL PROTECTED] wrote: Pete, Sounds good to me, I'll definately be interested in reviewing if you have something to show before tomorrow (Friday

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

2006-08-22 Thread Simon Laws
On 8/22/06, Oisin Hurley [EMAIL PROTECTED] wrote: [deletia] js-d says: I've been thinking about this and wondering what the architecture of the runtime will be with many different plugins? Are you guys envisioning one big process with different (maybe incompatible?) libraries loaded in

Re: [SDO for C++] Opinions Requested: Adopting stdcxx as C++ library

2006-08-30 Thread Simon Laws
On 8/30/06, Pete Robbins [EMAIL PROTECTED] wrote: On 30/08/06, Andrew Borley [EMAIL PROTECTED] wrote: On 8/30/06, Geoffrey Winn [EMAIL PROTECTED] wrote: snip. Using the Apache stdcxx library instead would provide us with a number of benefits Agreed. +1 for this. yup! The one

[C++] VC7 SCA project

2006-08-31 Thread Simon Laws
Does anyone have a version of the VC7 project for SCA that matches the reorganized code? If not I'll make one Regards Simon

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 PUT and DEL are disabled). Posting/putting to a URL that doesn't

Re: [C++] Extension matters

2006-09-01 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

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 plugin,

[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

[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

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: customerfirstNameJane/firstNamelastNameDoe/lastName/customer I have no XSD for this document, and don't want to have one or have to define specific SDO types

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 Python extension and has many

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/browse/TUSCANY-698 ) This follows the pattern layed

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

2006-09-08 Thread Simon Laws
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: In PHP we have

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

2006-09-08 Thread Simon Laws
On 9/8/06, Simon Laws [EMAIL PROTECTED] wrote: On 9/8/06, ant elder [EMAIL PROTECTED] wrote: Yes we should be able to do the same type of thing with Java. Is the PHP SDO API the same as the C++ API or is it simplified? I think for most if not all the Java based scripting languages we

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 wrote: Earlier I created a patch for a first pass at a PHP extension for C++ SCA

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: On 9/8/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Simon Laws

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: Simon Laws wrote: On 9/8/06, Simon Laws [EMAIL PROTECTED] wrote

[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
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've recently made some updates

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

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 based

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

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

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

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

2006-10-19 Thread Simon Laws
, Simon Laws [EMAIL PROTECTED] wrote: 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

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:

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 (

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 when it's done. Raymond has put together

Re: SDO - dealing with CDATA

2006-11-03 Thread Simon Laws
(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 [EMAIL PROTECTED] wrote on 11/03/2006 10:18

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.getValue(i); } The problem

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

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

  1   2   3   4   5   6   7   8   9   10   >