Author: robbinspg
Date: Thu Mar 16 03:01:40 2006
New Revision: 386306

URL: http://svn.apache.org/viewcvs?rev=386306&view=rev
Log:
Correct misleading info in the readme

Modified:
    incubator/tuscany/cpp/sca/readme.txt

Modified: incubator/tuscany/cpp/sca/readme.txt
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sca/readme.txt?rev=386306&r1=386305&r2=386306&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/readme.txt (original)
+++ incubator/tuscany/cpp/sca/readme.txt Thu Mar 16 03:01:40 2006
@@ -25,13 +25,11 @@
   * Subsystem wiring, entry points and external services are not supported.
   * Remotable services that will be bound to the web service binding must have
     an interface with a single input parameter which is an SDO DataObjectPtr,
-       and a single return typer which is an SDO DataObjectPtr.
+       and a single return type which is an SDO DataObjectPtr.
   * Local service interfaces cannot use overloaded operations (the SCA
     specification limits remote service interfaces to not using overloaded
        operations).
   * Only component properties with simple types are supported.
-  * No optimization for subsystem communication when subsystems are located in
-    the same system.
   * 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


Reply via email to