Add Working directory + Fix API names 87/112287/1
authorJakobKrieg <jakob.krieg@bcmsolutions.de>
Tue, 8 Sep 2020 15:34:30 +0000 (17:34 +0200)
committerJakobKrieg <jakob.krieg@bcmsolutions.de>
Tue, 8 Sep 2020 15:34:36 +0000 (17:34 +0200)
Issue-ID: CCSDK-2703
Change-Id: I11b452373523a4e5d57d916b50d557e879fd2412
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
docs/developerguide/running-bp-processor-in-ide.rst
docs/modelingconcepts/tosca-meta.rst

index a695554..83554e2 100644 (file)
@@ -276,6 +276,9 @@ Import the project into the IDE
                -Dserver.port=55555
 
 
+      **Browse Working Directory to your application path**  ``.../cds/ms/blueprintsprocessor/application`` 
+      **if path is not already specified correctly.**
+
       **Add/replace the following in Blueprint's application-dev.properties file:**
 
       .. code-block:: java
@@ -376,15 +379,16 @@ Testing the application
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 
 There are two main features of the Blueprints Processor that can be of interest of a developer:
-blueprint upload and blueprint process.
+blueprint publish and blueprint process.
 
-To upload custom blueprints,  the endpoint ``api/v1/execution-service/upload`` is used.
+To upload custom blueprints,  the endpoint ``api/v1/execution-service/publish`` is used.
 
 To process, the endpoint is ``api/v1/execution-service/process``.
 
 Postman is a software that can be used to send these request, and an example of
 them is present on https://www.getpostman.com/collections/b99863b0cde7565a32fc.
 
+A detailed description of the usage of different APIs of CDS will follow.
 
 Possible Fixes
 ~~~~~~~~~~~~~~~~~~~
index 29ec2ca..d272770 100644 (file)
@@ -27,11 +27,11 @@ Tosca meta file captures the model entities that compose the cba package name, v
    * - Created-By
      - Required
      - String
-     - The attribute that holds the entry points
+     - The user/s that created the CBA
    * - Entry-Definitions
      - Required
      - String
-     - The attribute that holds the entry points file PATH to the main cba tosca definition file 
+     - The attribute that holds the entry points file PATH to the main cba tosca definition file
        or non tosca script file.
    * - Template-Name
      - Required