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

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

Re: [SDO C++] Is Type::OpenDataObjectType part of the API?

2006-11-30 Thread Pete Robbins
On 30/11/06, Caroline Maynard [EMAIL PROTECTED] wrote: On 29/11/06, Pete Robbins [EMAIL PROTECTED] wrote: This was introduced when opentype support was added. Is it needed? Don't know. What do you expect to be returned when you try to get the type of entry?? I've considered your question

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

2006-11-30 Thread Pete Robbins
On 30/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Simon Laws wrote: 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: [SDO C++] Is Type::OpenDataObjectType part of the API?

2006-11-29 Thread Pete Robbins
On 29/11/06, Geoffrey Winn [EMAIL PROTECTED] wrote: On 28/11/06, Caroline Maynard [EMAIL PROTECTED] wrote: I've recently started seeing the value Type::OpenDataObjectType returned from a getTypeEnum(). I was a bit surprised to see this - I know it was introduced some months back internally

Re: [C++] Removing dependency on Axis2C

2006-11-29 Thread Pete Robbins
On 29/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 28/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: I'm in the process of porting Tuscany C++ to Mac OSX continuing the work that Oisin started. Axis2C does not have an OSX port

Re: [C++] Path to the Python interpreter and library

2006-11-29 Thread Pete Robbins
On 29/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Andy, I made small changes to the Linux scripts that start our Python based samples to use the PYTHON_LIB environment variable, if it is defined, to find the Python library and interpreter. If you don't have the PYTHON_LIB variable

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

2006-11-29 Thread Pete Robbins
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 based Web Service clients, which do not use SCA at all to invoke the

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

2006-11-29 Thread Pete Robbins
On 29/11/06, Simon Laws [EMAIL PROTECTED] wrote: 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

[C++] Binding/Language Extensions - packaging

2006-11-29 Thread Pete Robbins
Our current method of packaging and loading an extension is fairly simple: we load all schema and libraries in the extensions path. This has a number of problems. 1. An extension may consist of more than one library e.g. libmy_extension.so and libmy_extension_utils.so. Our current loading scheme

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

2006-11-29 Thread Pete Robbins
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: we load all schema and libraries in the extensions path. This has a number of problems. 1. An extension may consist of more than one

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

2006-11-29 Thread Pete Robbins
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: we load all schema and libraries in the extensions path. This has a number

Re: [C++] Removing dependency on Axis2C

2006-11-28 Thread Pete Robbins
On 28/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: I'm in the process of porting Tuscany C++ to Mac OSX continuing the work that Oisin started. Axis2C does not have an OSX port yet (Oisin's supplied patch has not been applied) and I've been having a few

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

2006-11-28 Thread Pete Robbins
Simon, comments inline... On 28/11/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] wrote: On 11/27/06, Pete Robbins [EMAIL PROTECTED] wrote: On 27/11/06, Pete

Re: [C++] SCA build problem

2006-11-27 Thread Pete Robbins
On 27/11/06, Simon Laws [EMAIL PROTECTED] wrote: 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

Re: [C++] SCA build problem

2006-11-27 Thread Pete Robbins
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 and error in VC Express when building SCA... -- Build started: Project: tuscany_sca_ws_dispatcher, Configuration: Debug Win32

[C++] Removing dependency on Axis2C

2006-11-27 Thread Pete Robbins
I'm in the process of porting Tuscany C++ to Mac OSX continuing the work that Oisin started. Axis2C does not have an OSX port yet (Oisin's supplied patch has not been applied) and I've been having a few problems building their code which are probably simple to solve but I want to focus on getting

Re: [C++] CDATA in sequences

2006-11-26 Thread Pete Robbins
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 PROTECTED] wrote: My last CDATA fix didn't properly cover the case where CDATA sections occur

Re: [C++] A single windows build?

2006-11-24 Thread Pete Robbins
Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 20/11/06, Pete Robbins [EMAIL PROTECTED] wrote: On 20/11/06, Geoffrey Winn [EMAIL PROTECTED] wrote: On 20/11/06, Pete Robbins [EMAIL PROTECTED] wrote: On 19/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Andrew

Re: [C++] Moving TuscanyRuntime to the Cpp component extension

2006-11-23 Thread Pete Robbins
On 23/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Hi, TuscanyRuntime is a facade for SCARuntime, part of the Tuscany API provided to SCA C++ clients (unmanaged clients running from a C++ main), but it is currently packaged in the core runtime library. If there is no objection I'm

[jira] Reopened: (TUSCANY-907) Schema Import is noisy when schemaLocation is an abolute URI

2006-11-23 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-907?page=all ] Pete Robbins reopened TUSCANY-907: -- Patch caused other cases (loading schema in the SCA runtime) to fail Schema Import is noisy when schemaLocation is an abolute URI

Re: [C++] Renaming the Bigbank samples

2006-11-23 Thread Pete Robbins
On 22/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 21/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: Go ahead and do this for linux. We can live without it building on Windows for a while as we change to use VS Express

Re: [SDO for C++] Does SDO depend on zlib?

2006-11-23 Thread Pete Robbins
On 22/11/06, Geoffrey Winn [EMAIL PROTECTED] wrote: When I first set up a build environment for SDO for C++ I had to install zlib 1.2.2 as well. However, that doesn't seem to be mentioned in the documentation anymore and when I removed my copy of zlib, SDO still builds and runs without a

Re: Use std::string as an example to discuss object vs. /* to reduce heap allocation/release and memory copying

2006-11-23 Thread Pete Robbins
://issues.apache.org/jira/browse/TUSCANY-563 Thanks. On 11/21/06, Pete Robbins [EMAIL PROTECTED] wrote: On 21/11/06, Yang ZHONG [EMAIL PROTECTED] wrote: Thanks a lot to Pete and Geoff. Here's an optimization incorporated with their feedback: SDOString DataFactoryImpl::getFullTypeName

Re: [C++] Moving TuscanyRuntime to the Cpp component extension

2006-11-23 Thread Pete Robbins
On 23/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] Pete Robbins wrote: On 23/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Hi, TuscanyRuntime is a facade for SCARuntime, part of the Tuscany API provided to SCA C++ clients (unmanaged clients running from a C

Re: [C++] deploy.bat or deploy.cmd on Windows?

2006-11-22 Thread Pete Robbins
] wrote: Pete Robbins wrote: On 21/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Hi, Our samples directory contain a mix of .bat and .cmd files: ./samples/CppCalculator/deployclient.bat ./samples/CppCalculator/deploy.bat ./samples/CppCalculator/deploywsclient.bat ./samples

Re: [C++] Renaming the Bigbank samples

2006-11-22 Thread Pete Robbins
On 21/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: Go ahead and do this for linux. We can live without it building on Windows for a while as we change to use VS Express.. 20/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Hi, I'd like to rename

Re: [C++] deploy.bat or deploy.cmd on Windows?

2006-11-22 Thread Pete Robbins
On 22/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 22/11/06, Yang ZHONG [EMAIL PROTECTED] wrote: Both .bat and .cmd are Windows official batch scripts file extention. .bat might have a little bit more meaningful name, a little bit longer history

Re: Use std::string as an example to discuss object vs. /* to reduce heap allocation/release and memory copying

2006-11-21 Thread Pete Robbins
On 21/11/06, Yang ZHONG [EMAIL PROTECTED] wrote: Thanks a lot to Pete and Geoff. Here's an optimization incorporated with their feedback: SDOString DataFactoryImpl::getFullTypeName(SDOString stringBuffer, const char* uri, const char* inTypeName) const //TODO: getFullTypeName is private,

[jira] Resolved: (TUSCANY-730) Updates to interop schema

2006-11-21 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-730?page=all ] Pete Robbins resolved TUSCANY-730. -- Fix Version/s: Cpp-M2 (was: Cpp-current) Resolution: Fixed The subversion history shows this was applied on Sep 20th

[jira] Resolved: (TUSCANY-873) CopyHelper::copy fails when the data object being copied contains open content

2006-11-21 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-873?page=all ] Pete Robbins resolved TUSCANY-873. -- Resolution: Fixed Patch applied CopyHelper::copy fails when the data object being copied contains open content

Re: [C++] Pending SDO patches available

2006-11-21 Thread Pete Robbins
On 21/11/06, Geoffrey Winn [EMAIL PROTECTED] wrote: On 21/11/06, Pete Robbins [EMAIL PROTECTED] wrote: 907 now applied. On 21/11/06, Pete Robbins [EMAIL PROTECTED] wrote: And 730 was applied by Andy in September according to the Jira subversion log. 730 and 873 now resolved

Re: [C++] deploy.bat or deploy.cmd on Windows?

2006-11-21 Thread Pete Robbins
On 21/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Hi, Our samples directory contain a mix of .bat and .cmd files: ./samples/CppCalculator/deployclient.bat ./samples/CppCalculator/deploy.bat ./samples/CppCalculator/deploywsclient.bat ./samples/CppBigBank/deployclient.bat

Re: [C++] Pending SDO patches available

2006-11-21 Thread Pete Robbins
907 now applied. On 21/11/06, Pete Robbins [EMAIL PROTECTED] wrote: And 730 was applied by Andy in September according to the Jira subversion log. 730 and 873 now resolved On 21/11/06, Pete Robbins [EMAIL PROTECTED] wrote: Agh deja vu! I could have sworn I'd already applied 873

[jira] Resolved: (TUSCANY-908) CDATA sections are not handled

2006-11-21 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-908?page=all ] Pete Robbins resolved TUSCANY-908. -- Resolution: Fixed Patch applied CDATA sections are not handled -- Key: TUSCANY-908 URL

Re: [C++] Pending SDO patches available

2006-11-21 Thread Pete Robbins
On 21/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Geoff, I scanned our JIRAs and found a number of pending SDO patches: From Caroline Maynard: https://issues.apache.org/jira/browse/TUSCANY-907 - Nov 07 From Simon Laws: https://issues.apache.org/jira/browse/TUSCANY-873 - Oct 18

Re: Use std::string as an example to discuss object vs. /* to reduce heap allocation/release and memory copying

2006-11-21 Thread Pete Robbins
Hi, thanks for looking at this. Some comments inline: On 21/11/06, Yang ZHONG [EMAIL PROTECTED] wrote: There's a way of using std::string in Tuscany which might allocate/release heap and copy memoery too frequently. Could you please verify that's the case and brainstorm an optimization?

Re: Re: [website] Proposal for updating the download page layout

2006-11-21 Thread Pete Robbins
+1 On 21/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Luciano Resende wrote: I'm updating the website with links to DAS M2 downloads, and I'm noticing that each download line is getting very big as we set the file names for the artifact in question (e.g

Re: [C++] Pending SDO patches available

2006-11-21 Thread Pete Robbins
On 21/11/06, Simon Laws [EMAIL PROTECTED] wrote: On 11/21/06, Pete Robbins [EMAIL PROTECTED] wrote: On 21/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Geoff, I scanned our JIRAs and found a number of pending SDO patches: From Caroline Maynard: https://issues.apache.org

[jira] Resolved: (TUSCANY-920) SDO XML parser does not consider ns prefix decls. from parent elements

2006-11-21 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-920?page=all ] Pete Robbins resolved TUSCANY-920. -- Resolution: Fixed SDO XML parser does not consider ns prefix decls. from parent elements

Re: [C++] Renaming the Bigbank samples

2006-11-21 Thread Pete Robbins
Go ahead and do this for linux. We can live without it building on Windows for a while as we change to use VS Express.. 20/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Hi, I'd like to rename samples/BigBank to samples/CppBigBank (to indicate that it's the C++ version of the sample)

Re: [C++] A single windows build?

2006-11-21 Thread Pete Robbins
On 20/11/06, Pete Robbins [EMAIL PROTECTED] wrote: On 20/11/06, Geoffrey Winn [EMAIL PROTECTED] wrote: On 20/11/06, Pete Robbins [EMAIL PROTECTED] wrote: On 19/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Andrew Borley wrote: On 11/19/06, Jean-Sebastien Delfino

Re: [C++] A single windows build?

2006-11-21 Thread Pete Robbins
On 19/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Andrew Borley wrote: On 11/19/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: Hi, I just modified the Axis2Dispatcher class to use our logs instead of the AXIS2 logs, so we now need to link

[jira] Commented: (AXIS2C-287) Port to MacOS X 10.4.7

2006-11-19 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-287?page=comments#action_12451141 ] Pete Robbins commented on AXIS2C-287: - Has Oisin's later patch been applied? Port to MacOS X 10.4.7 -- Key: AXIS2C

Re: Instructions of C++ development on Windows might be incomplete

2006-11-19 Thread Pete Robbins
Looks like we need to update the site documentation. Thanks for pointing this out. Cheers, On 19/11/06, Yang ZHONG [EMAIL PROTECTED] wrote: Windows link within http://incubator.apache.org/tuscany/cpp-projects.html leads to http://incubator.apache.org/tuscany/cpp_setup_win.html instructing

Re: [C++] Merging a bunch of fixes with the trunk

2006-11-17 Thread Pete Robbins
Sounds about right. I've come across this problem before. Is this with a Release build? I'd expect a Debug build to switch that optimisation off. Cheers, On 17/11/06, Andrew Borley [EMAIL PROTECTED] wrote: Hi again Sebastien, I'm using the new logging stuff and have just noticed that the

Re: [SDO C++] Root data object is null after serializing

2006-11-17 Thread Pete Robbins
The generated schema is missing the targetNamespace so the types don't have one! The document has the element testTriggerEvent belonging to http://AnnotationTest so that doesn't match anything in the model when you reloaded the generated schema.. Now to find out why the tns wasn't generated...

Re: [SDO C++] Root data object is null after serializing

2006-11-17 Thread Pete Robbins
Looks from the code that you have to specify the targetNamespace on the XSDHelper::generate() call On 17/11/06, Pete Robbins [EMAIL PROTECTED] wrote: The generated schema is missing the targetNamespace so the types don't have one! The document has the element testTriggerEvent belonging to http

Re: [SDO C++] Thread safety ?

2006-11-17 Thread Pete Robbins
Sharing a DataFactory across 2 threads would be iffy. I think the tool is checking for things like accessing statics rather than sharing instances of objects so it flags up localtime(). Cheers, On 17/11/06, Geoffrey Winn [EMAIL PROTECTED] wrote: On 17/11/06, Caroline Maynard [EMAIL

Re: [SDO C++] Root data object is null after serializing

2006-11-17 Thread Pete Robbins
data object, but I've put in a check for this in unserialize, and probably need one in some other places too. On 17/11/06, Pete Robbins [EMAIL PROTECTED] wrote: Looks from the code that you have to specify the targetNamespace on the XSDHelper::generate() call (sorry about the wacky formatting

Re: [SDO C++] Thread safety ?

2006-11-17 Thread Pete Robbins
On 17/11/06, Caroline Maynard [EMAIL PROTECTED] wrote: On 17/11/06, Geoffrey Winn [EMAIL PROTECTED] wrote: As far as I know, the development of SDO to date has given zero consideration to running in a multithreaded environment. I am a little surprised that they were only able to identify

Re: Clarifying the scope of a conversation

2006-11-16 Thread Pete Robbins
This is a fairly confusing area and I welcome your efforts to clarify this. On 16/11/06, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote: After looking at (the previous) version 0.9 of the CI spec and a discussion with Jim and Mike Rowley on the conversational services section, I am going to try to

Re: Clarifying the scope of a conversation

2006-11-16 Thread Pete Robbins
On 17/11/06, Jim Marino [EMAIL PROTECTED] wrote: On Nov 16, 2006, at 11:11 PM, Pete Robbins wrote: This is a fairly confusing area and I welcome your efforts to clarify this. On 16/11/06, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote: After looking at (the previous) version 0.9 of the CI

Re: [VOTE] Geoff Winn for committer

2006-11-15 Thread Pete Robbins
Passed with +1's from Pete Robbins Ant Elder Andrew Borley Kelvin Goodson Venkata Krishnan Ignacio Silva-Lepe Frank Budinsky Jim Marino No -1's. Thank you all I shall request an account for Geoff. -- Pete

Account request - new Tuscany committer - Geoffrey Winn

2006-11-15 Thread Pete Robbins
Preferred userid: gwinn Full name: Geoffrey Martin Winn Forwarding email address: [EMAIL PROTECTED] ** Requested Karma for: ws ws-tuscany ICLA has been submitted and appears on http://people.apache.org/~jim/committers.html Vote result 8+1 votes and no -1s:

Account request - new Tuscany committer - Geoffrey Winn

2006-11-15 Thread Pete Robbins
Preferred userid: gwinn Full name: Geoffrey Martin Winn Forwarding email address: [EMAIL PROTECTED] ** Requested Karma for: ws ws-tuscany ICLA has been submitted and appears on http://people.apache.org/~jim/committers.html Vote result 8+1 votes and no -1s:

Re: [C++] Doxygen documentation for our runtime

2006-11-14 Thread Pete Robbins
On 14/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: Definitely! Done under revision r474696. On linux, run configure with the --enable-doxygen option. It's off by default. On Windows run doxygen Doxyfile.w32 from the doc directory. The doc is generated under doc

Re: [C++] Doxygen documentation for our runtime

2006-11-14 Thread Pete Robbins
I prefer the /** and @ notation On 15/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 14/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: Definitely! Done under revision r474696. On linux, run configure with the --enable-doxygen

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

2006-11-14 Thread Pete Robbins
forwarding to dev-list -- Forwarded message -- From: Pete Robbins [EMAIL PROTECTED] Date: 15-Nov-2006 07:30 Subject: Re: [C++] Where next for Tuscany C++? To: tuscany-user@ws.apache.org On 15/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Simon Nash wrote: [snip

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

Re: [C++] Merging a bunch of fixes with the trunk

2006-11-12 Thread Pete Robbins
; spacescount = 1; Did you mean to comment out the defining of xmlns:tns=? Cheers, On 12/11/06, Pete Robbins [EMAIL PROTECTED] wrote: OK... I'm a little wary of the SDO changes! I think having a stack of the namespaces and writing them as required on the element as they are needed

Re: [C++] Merging a bunch of fixes with the trunk

2006-11-12 Thread Pete Robbins
On 12/11/06, Pete Robbins [EMAIL PROTECTED] wrote: OK... I'm a little wary of the SDO changes! I think having a stack of the namespaces and writing them as required on the element as they are needed is exactly right, in fact that is how I wrote it originally ;-) Since then, however, some

Re: [C++] Doxygen documentation for our runtime

2006-11-12 Thread Pete Robbins
Definitely! We did this with the tree originally so some of the code has comments in the correct Doxygen format. Is there an option to insert comment headers into the source? Cheers, On 13/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Hi, Doxygen (see

Re: Conversational services

2006-11-11 Thread Pete Robbins
Quick question: Is there an annotation that marks an interface as conversational? Cheers, -- Pete

[jira] Resolved: (TUSCANY-796) SCA C++ build fails on VC++ 6

2006-11-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-796?page=all ] Pete Robbins resolved TUSCANY-796. -- Fix Version/s: Cpp-M2 (was: Cpp-current) Resolution: Fixed SCA C++ build fails on VC++ 6

[jira] Closed: (TUSCANY-793) Update Windows release build scripts

2006-11-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-793?page=all ] Pete Robbins closed TUSCANY-793. Resolution: Fixed Update Windows release build scripts Key: TUSCANY-793 URL: http

[jira] Closed: (TUSCANY-789) Update the release notes

2006-11-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-789?page=all ] Pete Robbins closed TUSCANY-789. Resolution: Fixed Update the release notes Key: TUSCANY-789 URL: http://issues.apache.org/jira

[jira] Closed: (TUSCANY-869) SCA binary distro contains include headers for Ruby/Python extensions

2006-11-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-869?page=all ] Pete Robbins closed TUSCANY-869. Resolution: Fixed SCA binary distro contains include headers for Ruby/Python extensions

[jira] Closed: (TUSCANY-787) Document how to build run the samples

2006-11-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-787?page=all ] Pete Robbins closed TUSCANY-787. Resolution: Fixed Document how to build run the samples --- Key: TUSCANY-787 URL

[jira] Closed: (TUSCANY-463) Doc on how to use context

2006-11-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-463?page=all ] Pete Robbins closed TUSCANY-463. Resolution: Won't Fix no longer relevant Doc on how to use context - Key: TUSCANY-463 URL: http

[jira] Created: (TUSCANY-918) Use MS VS Express compiler for builds

2006-11-11 Thread Pete Robbins (JIRA)
Affects Versions: Cpp-current Environment: Windows Reporter: Pete Robbins Assigned To: Pete Robbins Fix For: Cpp-current Change the supported build on Win to use VS Express VC 8 compiler -- This message is automatically generated by JIRA. - If you

Re: [C++] Merging a bunch of fixes with the trunk

2006-11-11 Thread Pete Robbins
Sebastien, Go ahead and commit the changes. I'll review them once committed. The logging changes sound good. I'm pretty sure the xsi:type writing has been fixed (many times!) so I'd like to look at the latest change. Cheers and good luck! On 11/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED]

Re: [C++] Merging a bunch of fixes with the trunk

2006-11-11 Thread Pete Robbins
] wrote: Pete Robbins wrote: Sebastien, Go ahead and commit the changes. I'll review them once committed. The logging changes sound good. I'm pretty sure the xsi:type writing has been fixed (many times!) so I'd like to look at the latest change. Cheers and good luck! Pete, Thanks

[VOTE] Geoff Winn for committer

2006-11-09 Thread Pete Robbins
I'd like to nominate Geoff Winn to become a Tuscany committer. Geoff has been involved with the C++ side of Tuscany since May and has submitted many good patches focusing on SDO C++. Geoff is active on the SDO specification for C++ and is doing a great job at the moment raising Jiras

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

2006-11-08 Thread Pete Robbins
On 08/11/06, ant elder [EMAIL PROTECTED] wrote: 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

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

2006-11-08 Thread Pete Robbins
Did someone say BSF C++ :) ...ant not intentionally! -- Pete

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

2006-11-08 Thread Pete Robbins
On 08/11/06, Judah Diament [EMAIL PROTECTED] wrote: Hi Pete, I am using the M2 src release. Here's what happens if I try to build SCA at the command line - the ant part goes fine, but then I get what you see below. SCA C++ itself builds in VC++ express, but the calculator sample doesn't. See

Re: building c++ M2 under windows

2006-11-08 Thread Pete Robbins
On 08/11/06, Judah Diament [EMAIL PROTECTED] wrote: I am using Visual C++ 2005 Express to try to build SCA C++ and then the calculator example. Below is the output from building SCA, and then from building calculator. As you can see, the calculator buidl is failing. Any idea what is going on,

Re: building c++ M2 under windows

2006-11-08 Thread Pete Robbins
Copy and paste from the other thread: Judah said: === I am using the M2 src release. Here's what happens if I try to build SCA at the command line - the ant part goes fine, but then I get what you see below. SCA C++ itself builds in VC++ express, but the calculator sample doesn't. See my

Re: building c++ M2 under windows

2006-11-08 Thread Pete Robbins
It looks like the ant script doesn't copy the build output for the tools to the deploy directory. For a quick fix you can copy the scagen.cmd and scagen.jar from src_root\sca\tools\scagen\bld to src_root\deploy\bin. Apologies for the problem. -- Pete

Re: Today's webinar

2006-11-08 Thread Pete Robbins
+1 I learnt stuff I should have known ;-) On 08/11/06, Kevin Williams [EMAIL PROTECTED] wrote: Jim, Nice job on the Webinar today! -- Kevin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [SDO for C++] Making the definition of types more user friendly

2006-11-07 Thread Pete Robbins
Sorry for the delay, I was waiting to get M2 out of the way. Patch works and has been applied. Cheers, On 30/10/06, Pete Robbins [EMAIL PROTECTED] wrote: On 30/10/06, Geoffrey Winn [EMAIL PROTECTED] wrote: Various people have complained about the fact that the process for defining

Re: [VOTE] Invite Rajith Attapattu to be a Tuscany committer

2006-11-03 Thread Pete Robbins
+1 On 03/11/06, Andrew Borley [EMAIL PROTECTED] wrote: +1 On 11/3/06, Rick [EMAIL PROTECTED] wrote: +1 ant elder wrote: I'd like to invite Rajith Attapattu to be a Tuscany committer. He's already a committer on the Apache WS project which is our project sponsor so he already has

Re: clarification request on ASF license and sandboxes

2006-11-01 Thread Pete Robbins
Maybe better to ask on [EMAIL PROTECTED] On 01/11/06, kelvin goodson [EMAIL PROTECTED] wrote: Can anyone tell me if it's OK to put code into a sandbox that has been attached to a JIRA without granting ASF license? Regards, Kelvin. -- Pete

Re: [SDO for C++] Making the definition of types more user friendly

2006-10-30 Thread Pete Robbins
On 30/10/06, Geoffrey Winn [EMAIL PROTECTED] wrote: Various people have complained about the fact that the process for defining types (metadata) in SDO for C++ locks the type system as soon as the first data object is created. I've submitted a patch under JIRA 546 that relaxes that restriction

Re: [VOTE] Luciano Resende for committer

2006-10-28 Thread Pete Robbins
+1 On 28/10/06, Andrew Borley [EMAIL PROTECTED] wrote: +1 from me On 10/28/06, Luciano Resende [EMAIL PROTECTED] wrote: Thank you all for your support and trust ... I appreciate that... On 10/27/06, Daniel Kulp [EMAIL PROTECTED] wrote: +1 On Thursday October 26 2006 9:55 am,

Re: SDO C++: Getting Involved -- Tests/Samples

2006-10-24 Thread Pete Robbins
Thanks Bryan. I'll take a look at these. Cheers, On 24/10/06, Bryan Luoma [EMAIL PROTECTED] wrote: Hello, I also attached a few sample C++ unit tests used at Rogue Wave Software. http://issues.apache.org/jira/browse/TUSCANY-840 There are 3 Example RW C++ unit tests using cxxTest

Re: [VOTE] Release Tuscany Java SDO Milestone 2

2006-10-24 Thread Pete Robbins
+1. Looks good to me On 23/10/06, Raymond Feng [EMAIL PROTECTED] wrote: +1. - Original Message - From: kelvin goodson [EMAIL PROTECTED] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Tuesday, October 17, 2006 7:35 AM Subject: [VOTE] Release Tuscany Java SDO Milestone 2 Please vote

[VOTE] Release Tuscany C++ Milestone 2

2006-10-19 Thread Pete Robbins
-- Forwarded message -- From: Andrew Borley [EMAIL PROTECTED] Date: 19-Oct-2006 00:20 Subject: Re: [VOTE] Release Tuscany C++ Milestone 2 To: tuscany-user@ws.apache.org OK, there's a 3rd release candidate up at http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC3/ Minor

Re: [VOTE] Release Tuscany C++ Milestone 2

2006-10-19 Thread Pete Robbins
these up and re-spin in the next couple of hours then we're done! Cheers, On 19/10/06, Andrew Borley [EMAIL PROTECTED] wrote: oops - didn't realise that only got posted to users - thanks Pete! Andy On 10/19/06, Pete Robbins [EMAIL PROTECTED] wrote: -- Forwarded message

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

2006-10-19 Thread Pete Robbins
Simon, what you have done there looks ok to me. However... the patch has hard-coded paths to yor c:\... eclipe directories in. Any chance you can 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

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

2006-10-19 Thread Pete Robbins
OK... I've tested this and it works a treat. Is this an issue that you'd like to see fixed in M2 release? We are about to re-spin so it can be included. Cheers. On 19/10/06, Pete Robbins [EMAIL PROTECTED] wrote: forget that... I fixed up your patch On 19/10/06, Pete Robbins [EMAIL PROTECTED

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

2006-10-19 Thread Pete Robbins
ok great. I'll check it in as soon as the release is nailed down. Cheers, On 19/10/06, Simon Laws [EMAIL PROTECTED] wrote: On 10/19/06, Pete Robbins [EMAIL PROTECTED] wrote: OK... I've tested this and it works a treat. Is this an issue that you'd like to see fixed in M2 release? We

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

2006-10-19 Thread Pete Robbins
forget that... I fixed up your patch On 19/10/06, Pete Robbins [EMAIL PROTECTED] wrote: Simon, what you have done there looks ok to me. However... the patch has hard-coded paths to yor c:\... eclipe directories in. Any chance you can create a friendly patch for me to apply and test? Cheers

[jira] Created: (TUSCANY-868) Binary distro - running samples causes extension loading errors if RUBY/PYTHON not on PATH

2006-10-18 Thread Pete Robbins (JIRA)
Project: Tuscany Issue Type: Bug Components: C++ SCA Affects Versions: Cpp-M2 Reporter: Pete Robbins Fix For: Cpp-M2 Error messages such as: SCARuntime::loadExtensions failed to load extension library: tuscany_sca_ruby.dll

[jira] Created: (TUSCANY-869) SCA binary distro contains include headers for Ruby/Python extensions

2006-10-18 Thread Pete Robbins (JIRA)
: Bug Components: C++ SCA Affects Versions: Cpp-M2 Environment: Windows + linux Reporter: Pete Robbins ... include heade3rs should be removed from distro -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one

Re: [VOTE] Release Tuscany C++ Milestone 2

2006-10-18 Thread Pete Robbins
I've raised a couple of Jiras for problems found testing SCA on Windows( http://issues.apache.org/jira/browse/TUSCANY-868 http://issues.apache.org/jira/browse/TUSCANY-869). I think these may be worthy of a re-spin or documented in a download readme I guess. Cheers, On 17/10/06, Caroline

Re: [C++] (TUSCANY-868) Extension loading errors

2006-10-18 Thread Pete Robbins
That sounds like a good plan for this release. add .disabled to the end of the lib names and have an enable/deploy script in each extension bin directory to rename it to the correct name ... along with associated doc of course. Cheers, On 18/10/06, Andrew Borley [EMAIL PROTECTED] wrote: Hi

[jira] Resolved: (TUSCANY-845) Empty README, INSTALL files under SDO and SCA samples

2006-10-17 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-845?page=all ] Pete Robbins resolved TUSCANY-845. -- Resolution: Fixed Empty README, INSTALL files under SDO and SCA samples - Key

[jira] Resolved: (TUSCANY-858) Bad manual deploy instructions for Linux in sca/doc/Axis2CWSService.html

2006-10-17 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-858?page=all ] Pete Robbins resolved TUSCANY-858. -- Resolution: Fixed Bad manual deploy instructions for Linux in sca/doc/Axis2CWSService.html

Re: [VOTE] Release Tuscany C++ Milestone 2

2006-10-17 Thread Pete Robbins
Caroline, as far as Tuscany SDO C++ is concerned the changes have been in documentation, licence headers and a couple of makefile tweaks. I don't believe the C++ code has changed since RC1. For SCA C++ it has again mainly been doc and licence issues plus a couple of build fixes that were causing

<    1   2   3   4   5   6   7   8   9   10   >