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

2006-10-24 Thread kelvin goodson

+1 from me

On 19/10/06, Andrew Borley [EMAIL PROTECTED] wrote:


Hi everyone,

I have posted an updated 3rd candidate for the milestone 2 C++ release
here:
http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC3a/

This release candidate adds a missing build file in the Windows
distros, fixes up the disabled Python and Ruby extension libraries on
Linux so there are no stat messages and adds a few minor doc
changes.

Please vote to publish the Milestone 2 release distributions. Please
take some time to download the distributions, review them and test them
in your environment before voting.

The vote is open for at least the next 72 hours.
At least three +1 votes are required, and only the votes from
Tuscany committers are binding. If the majority of all votes is
positive, I will send a summary of that vote to the Incubator's general
list to formally request the Incubator PMC to approve the Tuscany C++
Milestone 2 release. For your reference the Incubator release policy
guidelines are available at
http://incubator.apache.org/incubation/Incubation_Policy.html#Releases .


About Tuscany SCA C++
=

Tuscany SCA C++ provides a runtime implementation for the for the Service
Component Architecture 0.96 Assembly specification and the 0.95 C++ Client
 Implementation Model specification, written in C++ and will currently
support C++, Python and Ruby component implementation types.

The specifications can be found at

http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications

It is possible to interoperate with Tuscany SCA Java via the Web
Service bindings
for services and references but restrictions apply. This is not yet a
complete
implementation and known restrictions are described below.

Supported SCA Assembly Model features
*  All features are supported unless listed under the known restrictions
below. See SCA Assembly Model specification.

Supported language bindings
* Component implementations written in C++. See the SCA C++ Client and
   Implementation Model specification.
* Component implementations written in Python. See the
doc/PythonExtension.html
   documentation.
* Component implementations written in Python. See the
doc/RubyExtension.html
   documentation.
* Component interfaces described by C++ classes. See SCA Client and
   Implementation Model specification.

Supported service and reference bindings
* The web service binding is supported. This implementation will support
   web services which using document literal SOAP bindings conforming to
the
   WS-I basic profile (rpc/encoded is not yet supported).

Known restrictions
* Local service interfaces cannot use overloaded operations (the SCA
   specification limits remote service interfaces to not using overloaded
   operations).
* Each WSDL definition for a web service binding must be in a single WSDL
   document.
* No load time validation of the deployed SCA application (run time
   validation only).
* No metadata API.



About Tuscany SDO for C++
=

Tuscany SDO is an implementation of the Service Data Objects for C++ 2.01
specification found at
http://www.osoa.org/display/Main/SDO+-+Previously+Published+Specifications

Supported SDO features
* All features are supported unless listed under the known restrictions.
   See the Service Data Objects for C++ 2.01 specification.

New features in this release
* Optional build on Windows with Apache STDCXX
* Improved memory management
* Multiple bug fixes and internal enhancements

Many thanks

Andrew

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




[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 changes in this RC to address TUSCANY-868 which is where benign
errors get displayed when the SCA runtime attempts to load libraries
whose dependencies aren't available. Also removed some non-required
files from the binary distributions.

Please download, test it out and vote.

Many thanks!

Andrew


On 10/18/06, Geoffrey Winn [EMAIL PROTECTED] wrote:

I've just installed the SDO source distribution on Ubuntu 6.06 and it

builds

and runs the tests without a problem. The instructions are clear and it
works the way it says it does. Looks good to me.

Regards,

Geoff.

On 17/10/06, Andrew Borley [EMAIL PROTECTED] wrote:

 Hi everyone,

 I have posted a 2nd candidate for the milestone 2 C++ release here:
 http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC2/
 http://people.apache.org/%7Eajborley/cpp-1.0-incubator-M2-RC2/

 Please vote to publish the Milestone 2 release distributions. Please
 take some time to download the distributions, review them and test them
 in your environment before voting.

 The vote is open for at least the next 72 hours.
 At least three +1 votes are required, and only the votes from
 Tuscany committers are binding. If the majority of all votes is
 positive, I will send a summary of that vote to the Incubator's general
 list to formally request the Incubator PMC to approve the Tuscany C++
 Milestone 2 release. For your reference the Incubator release policy
 guidelines are available at
 http://incubator.apache.org/incubation/Incubation_Policy.html#Releases .


 About Tuscany SCA C++
 =

 Tuscany SCA C++ provides a runtime implementation for the for the

Service

 Component Architecture 0.96 Assembly specification and the 0.95 C++

Client


  Implementation Model specification, written in C++ and will currently
 support C++, Python and Ruby component implementation types.

 The specifications can be found at



http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications


 It is possible to interoperate with Tuscany SCA Java via the Web
 Service bindings
 for services and references but restrictions apply. This is not yet a
 complete
 implementation and known restrictions are described below.

 Supported SCA Assembly Model features
   *  All features are supported unless listed under the known

restrictions

  below. See SCA Assembly Model specification.

 Supported language bindings
   * Component implementations written in C++. See the SCA C++ Client and
 Implementation Model specification.
   * Component implementations written in Python. See the
 doc/PythonExtension.html
 documentation.
   * Component implementations written in Python. See the
 doc/RubyExtension.html
 documentation.
   * Component interfaces described by C++ classes. See SCA Client and
 Implementation Model specification.

 Supported service and reference bindings
   * The web service binding is supported. This implementation will

support

 web services which using document literal SOAP bindings conforming

to

 the
 WS-I basic profile (rpc/encoded is not yet supported).

 Known restrictions
   * Local service interfaces cannot use overloaded operations (the SCA
 specification limits remote service interfaces to not using

overloaded

 operations).
   * Each WSDL definition for a web service binding must be in a single
 WSDL
 document.
   * No load time validation of the deployed SCA application (run time
 validation only).
   * No metadata API.



 About Tuscany SDO for C++
 =

 Tuscany SDO is an implementation of the Service Data Objects for C++

2.01

 specification found at


http://www.osoa.org/display/Main/SDO+-+Previously+Published+Specifications


 Supported SDO features
   * All features are supported unless listed under the known

restrictions.

 See the Service Data Objects for C++ 2.01 specification.

 New features in this release
   * Optional build on Windows with Apache STDCXX
   * Improved memory management
   * Multiple bug fixes and internal enhancements

 Many thanks

 Andrew

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Pete


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

2006-10-19 Thread Andrew Borley

oops - didn't realise that only got posted to users - thanks Pete!

Andy

On 10/19/06, Pete Robbins [EMAIL PROTECTED] wrote:

-- 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 changes in this RC to address TUSCANY-868 which is where benign
errors get displayed when the SCA runtime attempts to load libraries
whose dependencies aren't available. Also removed some non-required
files from the binary distributions.

Please download, test it out and vote.

Many thanks!

Andrew


On 10/18/06, Geoffrey Winn [EMAIL PROTECTED] wrote:
 I've just installed the SDO source distribution on Ubuntu 6.06 and it
builds
 and runs the tests without a problem. The instructions are clear and it
 works the way it says it does. Looks good to me.

 Regards,

 Geoff.

 On 17/10/06, Andrew Borley [EMAIL PROTECTED] wrote:
 
  Hi everyone,
 
  I have posted a 2nd candidate for the milestone 2 C++ release here:
  http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC2/
  http://people.apache.org/%7Eajborley/cpp-1.0-incubator-M2-RC2/
 
  Please vote to publish the Milestone 2 release distributions. Please
  take some time to download the distributions, review them and test them
  in your environment before voting.
 
  The vote is open for at least the next 72 hours.
  At least three +1 votes are required, and only the votes from
  Tuscany committers are binding. If the majority of all votes is
  positive, I will send a summary of that vote to the Incubator's general
  list to formally request the Incubator PMC to approve the Tuscany C++
  Milestone 2 release. For your reference the Incubator release policy
  guidelines are available at
  http://incubator.apache.org/incubation/Incubation_Policy.html#Releases .
 
 
  About Tuscany SCA C++
  =
 
  Tuscany SCA C++ provides a runtime implementation for the for the
Service
  Component Architecture 0.96 Assembly specification and the 0.95 C++
Client
 
   Implementation Model specification, written in C++ and will currently
  support C++, Python and Ruby component implementation types.
 
  The specifications can be found at
 
 
http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
 
  It is possible to interoperate with Tuscany SCA Java via the Web
  Service bindings
  for services and references but restrictions apply. This is not yet a
  complete
  implementation and known restrictions are described below.
 
  Supported SCA Assembly Model features
*  All features are supported unless listed under the known
restrictions
   below. See SCA Assembly Model specification.
 
  Supported language bindings
* Component implementations written in C++. See the SCA C++ Client and
  Implementation Model specification.
* Component implementations written in Python. See the
  doc/PythonExtension.html
  documentation.
* Component implementations written in Python. See the
  doc/RubyExtension.html
  documentation.
* Component interfaces described by C++ classes. See SCA Client and
  Implementation Model specification.
 
  Supported service and reference bindings
* The web service binding is supported. This implementation will
support
  web services which using document literal SOAP bindings conforming
to
  the
  WS-I basic profile (rpc/encoded is not yet supported).
 
  Known restrictions
* Local service interfaces cannot use overloaded operations (the SCA
  specification limits remote service interfaces to not using
overloaded
  operations).
* Each WSDL definition for a web service binding must be in a single
  WSDL
  document.
* No load time validation of the deployed SCA application (run time
  validation only).
* No metadata API.
 
 
 
  About Tuscany SDO for C++
  =
 
  Tuscany SDO is an implementation of the Service Data Objects for C++
2.01
  specification found at
 
http://www.osoa.org/display/Main/SDO+-+Previously+Published+Specifications
 
  Supported SDO features
* All features are supported unless listed under the known
restrictions.
  See the Service Data Objects for C++ 2.01 specification.
 
  New features in this release
* Optional build on Windows with Apache STDCXX
* Improved memory management
* Multiple bug fixes and internal enhancements
 
  Many thanks
 
  Andrew
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Pete

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

2006-10-19 Thread Pete Robbins

I'm afraid I have a couple of issues with this distro :-(

Easily fixed though... we need a clearer statement when enabling the
Python/Ruby extensions to ensure that these libraries are on the PATH
(windows).

Plus there is a misisng samples/build.bat file from the SDO src release.

Let's fix 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 --
 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 changes in this RC to address TUSCANY-868 which is where benign
 errors get displayed when the SCA runtime attempts to load libraries
 whose dependencies aren't available. Also removed some non-required
 files from the binary distributions.

 Please download, test it out and vote.

 Many thanks!

 Andrew


 On 10/18/06, Geoffrey Winn [EMAIL PROTECTED] wrote:
  I've just installed the SDO source distribution on Ubuntu 6.06 and it
 builds
  and runs the tests without a problem. The instructions are clear and
it
  works the way it says it does. Looks good to me.
 
  Regards,
 
  Geoff.
 
  On 17/10/06, Andrew Borley [EMAIL PROTECTED] wrote:
  
   Hi everyone,
  
   I have posted a 2nd candidate for the milestone 2 C++ release here:
   http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC2/
   http://people.apache.org/%7Eajborley/cpp-1.0-incubator-M2-RC2/
  
   Please vote to publish the Milestone 2 release distributions. Please
   take some time to download the distributions, review them and test
them
   in your environment before voting.
  
   The vote is open for at least the next 72 hours.
   At least three +1 votes are required, and only the votes from
   Tuscany committers are binding. If the majority of all votes is
   positive, I will send a summary of that vote to the Incubator's
general
   list to formally request the Incubator PMC to approve the Tuscany
C++
   Milestone 2 release. For your reference the Incubator release policy
   guidelines are available at
  
http://incubator.apache.org/incubation/Incubation_Policy.html#Releases .
  
  
   About Tuscany SCA C++
   =
  
   Tuscany SCA C++ provides a runtime implementation for the for the
 Service
   Component Architecture 0.96 Assembly specification and the 0.95 C++
 Client
  
Implementation Model specification, written in C++ and will
currently
   support C++, Python and Ruby component implementation types.
  
   The specifications can be found at
  
  

http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
  
   It is possible to interoperate with Tuscany SCA Java via the Web
   Service bindings
   for services and references but restrictions apply. This is not yet
a
   complete
   implementation and known restrictions are described below.
  
   Supported SCA Assembly Model features
 *  All features are supported unless listed under the known
 restrictions
below. See SCA Assembly Model specification.
  
   Supported language bindings
 * Component implementations written in C++. See the SCA C++ Client
and
   Implementation Model specification.
 * Component implementations written in Python. See the
   doc/PythonExtension.html
   documentation.
 * Component implementations written in Python. See the
   doc/RubyExtension.html
   documentation.
 * Component interfaces described by C++ classes. See SCA Client
and
   Implementation Model specification.
  
   Supported service and reference bindings
 * The web service binding is supported. This implementation will
 support
   web services which using document literal SOAP bindings
conforming
 to
   the
   WS-I basic profile (rpc/encoded is not yet supported).
  
   Known restrictions
 * Local service interfaces cannot use overloaded operations (the
SCA
   specification limits remote service interfaces to not using
 overloaded
   operations).
 * Each WSDL definition for a web service binding must be in a
single
   WSDL
   document.
 * No load time validation of the deployed SCA application (run
time
   validation only).
 * No metadata API.
  
  
  
   About Tuscany SDO for C++
   =
  
   Tuscany SDO is an implementation of the Service Data Objects for C++
 2.01
   specification found at
  

http://www.osoa.org/display/Main/SDO+-+Previously+Published+Specifications
  
   Supported SDO features
 * All features are supported unless listed under the known
 restrictions.
   See the Service Data Objects for C++ 2.01 specification.
  
   New features in this release
 * Optional build

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

2006-10-19 Thread Andrew Borley

Hi everyone,

I have posted an updated 3rd candidate for the milestone 2 C++ release here:
http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC3a/

This release candidate adds a missing build file in the Windows
distros, fixes up the disabled Python and Ruby extension libraries on
Linux so there are no stat messages and adds a few minor doc
changes.

Please vote to publish the Milestone 2 release distributions. Please
take some time to download the distributions, review them and test them
in your environment before voting.

The vote is open for at least the next 72 hours.
At least three +1 votes are required, and only the votes from
Tuscany committers are binding. If the majority of all votes is
positive, I will send a summary of that vote to the Incubator's general
list to formally request the Incubator PMC to approve the Tuscany C++
Milestone 2 release. For your reference the Incubator release policy
guidelines are available at
http://incubator.apache.org/incubation/Incubation_Policy.html#Releases .


About Tuscany SCA C++
=

Tuscany SCA C++ provides a runtime implementation for the for the Service
Component Architecture 0.96 Assembly specification and the 0.95 C++ Client
 Implementation Model specification, written in C++ and will currently
support C++, Python and Ruby component implementation types.

The specifications can be found at
http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications

It is possible to interoperate with Tuscany SCA Java via the Web
Service bindings
for services and references but restrictions apply. This is not yet a complete
implementation and known restrictions are described below.

Supported SCA Assembly Model features
*  All features are supported unless listed under the known restrictions
   below. See SCA Assembly Model specification.

Supported language bindings
* Component implementations written in C++. See the SCA C++ Client and
  Implementation Model specification.
* Component implementations written in Python. See the
doc/PythonExtension.html
  documentation.
* Component implementations written in Python. See the doc/RubyExtension.html
  documentation.
* Component interfaces described by C++ classes. See SCA Client and
  Implementation Model specification.

Supported service and reference bindings
* The web service binding is supported. This implementation will support
  web services which using document literal SOAP bindings conforming to the
  WS-I basic profile (rpc/encoded is not yet supported).

Known restrictions
* Local service interfaces cannot use overloaded operations (the SCA
  specification limits remote service interfaces to not using overloaded
  operations).
* Each WSDL definition for a web service binding must be in a single WSDL
  document.
* No load time validation of the deployed SCA application (run time
  validation only).
* No metadata API.



About Tuscany SDO for C++
=

Tuscany SDO is an implementation of the Service Data Objects for C++ 2.01
specification found at
http://www.osoa.org/display/Main/SDO+-+Previously+Published+Specifications

Supported SDO features
* All features are supported unless listed under the known restrictions.
  See the Service Data Objects for C++ 2.01 specification.

New features in this release
* Optional build on Windows with Apache STDCXX
* Improved memory management
* Multiple bug fixes and internal enhancements

Many thanks

Andrew

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2006-10-19 Thread Andrew Borley

Results from the RAT tool for each of the distributions have been posted at
http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC3a/rat/

Cheers

On 10/19/06, Andrew Borley [EMAIL PROTECTED] wrote:

Hi everyone,

I have posted an updated 3rd candidate for the milestone 2 C++ release here:
http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC3a/

This release candidate adds a missing build file in the Windows
distros, fixes up the disabled Python and Ruby extension libraries on
Linux so there are no stat messages and adds a few minor doc
changes.

Please vote to publish the Milestone 2 release distributions. Please
take some time to download the distributions, review them and test them
in your environment before voting.

The vote is open for at least the next 72 hours.
At least three +1 votes are required, and only the votes from
Tuscany committers are binding. If the majority of all votes is
positive, I will send a summary of that vote to the Incubator's general
list to formally request the Incubator PMC to approve the Tuscany C++
Milestone 2 release. For your reference the Incubator release policy
guidelines are available at
http://incubator.apache.org/incubation/Incubation_Policy.html#Releases .


About Tuscany SCA C++
=

Tuscany SCA C++ provides a runtime implementation for the for the Service
Component Architecture 0.96 Assembly specification and the 0.95 C++ Client
 Implementation Model specification, written in C++ and will currently
support C++, Python and Ruby component implementation types.

The specifications can be found at
http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications

It is possible to interoperate with Tuscany SCA Java via the Web
Service bindings
for services and references but restrictions apply. This is not yet a complete
implementation and known restrictions are described below.

Supported SCA Assembly Model features
 *  All features are supported unless listed under the known restrictions
below. See SCA Assembly Model specification.

Supported language bindings
 * Component implementations written in C++. See the SCA C++ Client and
   Implementation Model specification.
 * Component implementations written in Python. See the
doc/PythonExtension.html
   documentation.
 * Component implementations written in Python. See the doc/RubyExtension.html
   documentation.
 * Component interfaces described by C++ classes. See SCA Client and
   Implementation Model specification.

Supported service and reference bindings
 * The web service binding is supported. This implementation will support
   web services which using document literal SOAP bindings conforming to the
   WS-I basic profile (rpc/encoded is not yet supported).

Known restrictions
 * Local service interfaces cannot use overloaded operations (the SCA
   specification limits remote service interfaces to not using overloaded
   operations).
 * Each WSDL definition for a web service binding must be in a single WSDL
   document.
 * No load time validation of the deployed SCA application (run time
   validation only).
 * No metadata API.



About Tuscany SDO for C++
=

Tuscany SDO is an implementation of the Service Data Objects for C++ 2.01
specification found at
http://www.osoa.org/display/Main/SDO+-+Previously+Published+Specifications

Supported SDO features
 * All features are supported unless listed under the known restrictions.
   See the Service Data Objects for C++ 2.01 specification.

New features in this release
 * Optional build on Windows with Apache STDCXX
 * Improved memory management
 * Multiple bug fixes and internal enhancements

Many thanks

Andrew



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2006-10-19 Thread Andrew Borley

Tested on Fedora Core5 and WinXP
+1 from me

Andy

On 10/19/06, Pete Robbins [EMAIL PROTECTED] wrote:

On 19/10/06, Andrew Borley [EMAIL PROTECTED] wrote:

 Hi everyone,

 I have posted an updated 3rd candidate for the milestone 2 C++ release
 here:
 http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC3a/

 This release candidate adds a missing build file in the Windows
 distros, fixes up the disabled Python and Ruby extension libraries on
 Linux so there are no stat messages and adds a few minor doc
 changes.

 Please vote to publish the Milestone 2 release distributions. Please
 take some time to download the distributions, review them and test them
 in your environment before voting.

 The vote is open for at least the next 72 hours.
 At least three +1 votes are required, and only the votes from
 Tuscany committers are binding. If the majority of all votes is
 positive, I will send a summary of that vote to the Incubator's general
 list to formally request the Incubator PMC to approve the Tuscany C++
 Milestone 2 release. For your reference the Incubator release policy
 guidelines are available at
 http://incubator.apache.org/incubation/Incubation_Policy.html#Releases .


 About Tuscany SCA C++
 =

 Tuscany SCA C++ provides a runtime implementation for the for the Service
 Component Architecture 0.96 Assembly specification and the 0.95 C++ Client
  Implementation Model specification, written in C++ and will currently
 support C++, Python and Ruby component implementation types.

 The specifications can be found at

 http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications

 It is possible to interoperate with Tuscany SCA Java via the Web
 Service bindings
 for services and references but restrictions apply. This is not yet a
 complete
 implementation and known restrictions are described below.

 Supported SCA Assembly Model features
 *  All features are supported unless listed under the known restrictions
below. See SCA Assembly Model specification.

 Supported language bindings
 * Component implementations written in C++. See the SCA C++ Client and
   Implementation Model specification.
 * Component implementations written in Python. See the
 doc/PythonExtension.html
   documentation.
 * Component implementations written in Python. See the
 doc/RubyExtension.html
   documentation.
 * Component interfaces described by C++ classes. See SCA Client and
   Implementation Model specification.

 Supported service and reference bindings
 * The web service binding is supported. This implementation will support
   web services which using document literal SOAP bindings conforming to
 the
   WS-I basic profile (rpc/encoded is not yet supported).

 Known restrictions
 * Local service interfaces cannot use overloaded operations (the SCA
   specification limits remote service interfaces to not using overloaded
   operations).
 * Each WSDL definition for a web service binding must be in a single WSDL
   document.
 * No load time validation of the deployed SCA application (run time
   validation only).
 * No metadata API.



 About Tuscany SDO for C++
 =

 Tuscany SDO is an implementation of the Service Data Objects for C++ 2.01
 specification found at
 http://www.osoa.org/display/Main/SDO+-+Previously+Published+Specifications

 Supported SDO features
 * All features are supported unless listed under the known restrictions.
   See the Service Data Objects for C++ 2.01 specification.

 New features in this release
 * Optional build on Windows with Apache STDCXX
 * Improved memory management
 * Multiple bug fixes and internal enhancements

 Many thanks

 Andrew

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


My issues with the previous candidate are resolved.

Here's my +1
Cheers,
--
Pete




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2006-10-19 Thread ant elder

Looks good to me, +1

  ...ant

On 10/19/06, Andrew Borley [EMAIL PROTECTED] wrote:


Tested on Fedora Core5 and WinXP
+1 from me

Andy

On 10/19/06, Pete Robbins [EMAIL PROTECTED] wrote:
 On 19/10/06, Andrew Borley [EMAIL PROTECTED] wrote:
 
  Hi everyone,
 
  I have posted an updated 3rd candidate for the milestone 2 C++ release
  here:
  http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC3a/
 
  This release candidate adds a missing build file in the Windows
  distros, fixes up the disabled Python and Ruby extension libraries on
  Linux so there are no stat messages and adds a few minor doc
  changes.
 
  Please vote to publish the Milestone 2 release distributions. Please
  take some time to download the distributions, review them and test
them
  in your environment before voting.
 
  The vote is open for at least the next 72 hours.
  At least three +1 votes are required, and only the votes from
  Tuscany committers are binding. If the majority of all votes is
  positive, I will send a summary of that vote to the Incubator's
general
  list to formally request the Incubator PMC to approve the Tuscany C++
  Milestone 2 release. For your reference the Incubator release policy
  guidelines are available at
  http://incubator.apache.org/incubation/Incubation_Policy.html#Releases.
 
 
  About Tuscany SCA C++
  =
 
  Tuscany SCA C++ provides a runtime implementation for the for the
Service
  Component Architecture 0.96 Assembly specification and the 0.95 C++
Client
   Implementation Model specification, written in C++ and will
currently
  support C++, Python and Ruby component implementation types.
 
  The specifications can be found at
 
 
http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
 
  It is possible to interoperate with Tuscany SCA Java via the Web
  Service bindings
  for services and references but restrictions apply. This is not yet a
  complete
  implementation and known restrictions are described below.
 
  Supported SCA Assembly Model features
  *  All features are supported unless listed under the known
restrictions
 below. See SCA Assembly Model specification.
 
  Supported language bindings
  * Component implementations written in C++. See the SCA C++ Client and
Implementation Model specification.
  * Component implementations written in Python. See the
  doc/PythonExtension.html
documentation.
  * Component implementations written in Python. See the
  doc/RubyExtension.html
documentation.
  * Component interfaces described by C++ classes. See SCA Client and
Implementation Model specification.
 
  Supported service and reference bindings
  * The web service binding is supported. This implementation will
support
web services which using document literal SOAP bindings conforming
to
  the
WS-I basic profile (rpc/encoded is not yet supported).
 
  Known restrictions
  * Local service interfaces cannot use overloaded operations (the SCA
specification limits remote service interfaces to not using
overloaded
operations).
  * Each WSDL definition for a web service binding must be in a single
WSDL
document.
  * No load time validation of the deployed SCA application (run time
validation only).
  * No metadata API.
 
 
 
  About Tuscany SDO for C++
  =
 
  Tuscany SDO is an implementation of the Service Data Objects for C++
2.01
  specification found at
 
http://www.osoa.org/display/Main/SDO+-+Previously+Published+Specifications
 
  Supported SDO features
  * All features are supported unless listed under the known
restrictions.
See the Service Data Objects for C++ 2.01 specification.
 
  New features in this release
  * Optional build on Windows with Apache STDCXX
  * Improved memory management
  * Multiple bug fixes and internal enhancements
 
  Many thanks
 
  Andrew
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 My issues with the previous candidate are resolved.

 Here's my +1
 Cheers,
 --
 Pete



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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 Maynard [EMAIL PROTECTED] wrote:


FWIW, it's +1 from me.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Pete


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

2006-10-18 Thread ant elder

Distro's looks fine to me and I was even able to get some samples running,
so +1 from me. Congrats.

One comment. As a newbie it was a bit hard following the doc to work out
getting everything installed correctly and the samples running. I think it
could be restructured a bit so its clearer and so you don't have to skip
back and forth around docs so much. Maybe assume WS support is wanted and
upfront say these are the exact steps to install Tuscany with WS support and
clearly list each step. The download versions of iconv, zlib, and libxml
that i could find didn't match the doc so when it didn't work the 1st time I
didn't know if it was as due to a version mismatch but it was just a config
problem. Actually I'd really much prefer the Tuscany binary download include
axis2 and its 3 dependencies as it just makes it so much easier for people
who don't understand this all properly yet. (yes I know, what about python
and ruby and windows/linux and... But WS seems like a basic part of this to
me so should just work right out of the box)

  ...ant

On 10/17/06, Andrew Borley [EMAIL PROTECTED] wrote:


Hi everyone,

I have posted a 2nd candidate for the milestone 2 C++ release here:
http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC2/

Please vote to publish the Milestone 2 release distributions. Please
take some time to download the distributions, review them and test them
in your environment before voting.

The vote is open for at least the next 72 hours.
At least three +1 votes are required, and only the votes from
Tuscany committers are binding. If the majority of all votes is
positive, I will send a summary of that vote to the Incubator's general
list to formally request the Incubator PMC to approve the Tuscany C++
Milestone 2 release. For your reference the Incubator release policy
guidelines are available at
http://incubator.apache.org/incubation/Incubation_Policy.html#Releases .


About Tuscany SCA C++
=

Tuscany SCA C++ provides a runtime implementation for the for the Service
Component Architecture 0.96 Assembly specification and the 0.95 C++ Client
 Implementation Model specification, written in C++ and will currently
support C++, Python and Ruby component implementation types.

The specifications can be found at

http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications

It is possible to interoperate with Tuscany SCA Java via the Web
Service bindings
for services and references but restrictions apply. This is not yet a
complete
implementation and known restrictions are described below.

Supported SCA Assembly Model features
  *  All features are supported unless listed under the known restrictions
 below. See SCA Assembly Model specification.

Supported language bindings
  * Component implementations written in C++. See the SCA C++ Client and
Implementation Model specification.
  * Component implementations written in Python. See the
doc/PythonExtension.html
documentation.
  * Component implementations written in Python. See the
doc/RubyExtension.html
documentation.
  * Component interfaces described by C++ classes. See SCA Client and
Implementation Model specification.

Supported service and reference bindings
  * The web service binding is supported. This implementation will support
web services which using document literal SOAP bindings conforming to
the
WS-I basic profile (rpc/encoded is not yet supported).

Known restrictions
  * Local service interfaces cannot use overloaded operations (the SCA
specification limits remote service interfaces to not using overloaded
operations).
  * Each WSDL definition for a web service binding must be in a single
WSDL
document.
  * No load time validation of the deployed SCA application (run time
validation only).
  * No metadata API.



About Tuscany SDO for C++
=

Tuscany SDO is an implementation of the Service Data Objects for C++ 2.01
specification found at
http://www.osoa.org/display/Main/SDO+-+Previously+Published+Specifications

Supported SDO features
  * All features are supported unless listed under the known restrictions.
See the Service Data Objects for C++ 2.01 specification.

New features in this release
  * Optional build on Windows with Apache STDCXX
  * Improved memory management
  * Multiple bug fixes and internal enhancements

Many thanks

Andrew

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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

2006-10-17 Thread Caroline Maynard

Hi everyone,

I have posted a 2nd candidate for the milestone 2 C++ release here:
http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC2/

Andy, can you summarise the changes since RC1 ?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 problems and misisng parts of samples in the
distros.

Cheers,




On 17/10/06, Caroline Maynard [EMAIL PROTECTED] wrote:


 Hi everyone,

 I have posted a 2nd candidate for the milestone 2 C++ release here:
 http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC2/
Andy, can you summarise the changes since RC1 ?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Pete


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

2006-10-17 Thread Andrew Borley

Hi Caroline,

On 10/17/06, Caroline Maynard [EMAIL PROTECTED] wrote:

 Hi everyone,

 I have posted a 2nd candidate for the milestone 2 C++ release here:
 http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC2/
Andy, can you summarise the changes since RC1 ?



Yep. It's been almost all doc improvements plus a few small changes to
the build files to include bits that got missed out of RC1 (like the
bigbank PHP WS client) or stop bits being added in that aren't wanted
(like the sdo_test program turning up in bin/test). There was one
functionality fix in SCA that was TUSCANY-855 (Incorrect type used by
WS runtime if doc-lit wrapper element type is not anonymous). On the
SDO side of things, I'm pretty sure there were no functional changes,
so it should be the same as SDO M2 RC1 but with better docs!

Cheers

Andy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[VOTE] Release Tuscany C++ Milestone 2

2006-10-17 Thread Andrew Borley

Hi everyone,

I have posted a 2nd candidate for the milestone 2 C++ release here:
http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC2/

Please vote to publish the Milestone 2 release distributions. Please
take some time to download the distributions, review them and test them
in your environment before voting.

The vote is open for at least the next 72 hours.
At least three +1 votes are required, and only the votes from
Tuscany committers are binding. If the majority of all votes is
positive, I will send a summary of that vote to the Incubator's general
list to formally request the Incubator PMC to approve the Tuscany C++
Milestone 2 release. For your reference the Incubator release policy
guidelines are available at
http://incubator.apache.org/incubation/Incubation_Policy.html#Releases .


About Tuscany SCA C++
=

Tuscany SCA C++ provides a runtime implementation for the for the Service
Component Architecture 0.96 Assembly specification and the 0.95 C++ Client
 Implementation Model specification, written in C++ and will currently
support C++, Python and Ruby component implementation types.

The specifications can be found at
http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications

It is possible to interoperate with Tuscany SCA Java via the Web
Service bindings
for services and references but restrictions apply. This is not yet a complete
implementation and known restrictions are described below.

Supported SCA Assembly Model features
 *  All features are supported unless listed under the known restrictions
below. See SCA Assembly Model specification.

Supported language bindings
 * Component implementations written in C++. See the SCA C++ Client and
   Implementation Model specification.
 * Component implementations written in Python. See the
doc/PythonExtension.html
   documentation.
 * Component implementations written in Python. See the doc/RubyExtension.html
   documentation.
 * Component interfaces described by C++ classes. See SCA Client and
   Implementation Model specification.

Supported service and reference bindings
 * The web service binding is supported. This implementation will support
   web services which using document literal SOAP bindings conforming to the
   WS-I basic profile (rpc/encoded is not yet supported).

Known restrictions
 * Local service interfaces cannot use overloaded operations (the SCA
   specification limits remote service interfaces to not using overloaded
   operations).
 * Each WSDL definition for a web service binding must be in a single WSDL
   document.
 * No load time validation of the deployed SCA application (run time
   validation only).
 * No metadata API.



About Tuscany SDO for C++
=

Tuscany SDO is an implementation of the Service Data Objects for C++ 2.01
specification found at
http://www.osoa.org/display/Main/SDO+-+Previously+Published+Specifications

Supported SDO features
 * All features are supported unless listed under the known restrictions.
   See the Service Data Objects for C++ 2.01 specification.

New features in this release
 * Optional build on Windows with Apache STDCXX
 * Improved memory management
 * Multiple bug fixes and internal enhancements

Many thanks

Andrew

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2006-10-17 Thread Caroline Maynard

FWIW, it's +1 from me.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]