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 going to move TuscanyRuntime to the Cpp extension library.

As part of this move I will also change the init of the WS binding (AxisService.cpp) to use the SCARuntime directly instead of the current mix of TuscanyRuntime and SCARuntime. This will allow multiple server-side bindings (starting with the WS and REST bindings) to co-exist nicely in the HTTP server. Currently the context cached in TuscanyRuntime does not reflect changes to the underlying SCARuntime made by another binding and this creates confusion when handling requests targeting different composite components in a server process. Having all bindings work directly with SCARuntime will ensure they get the correct context.

--
Jean-Sebastien


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

Reply via email to