SAP-docs/btp-cloud-platform

Feedback for "Service Creation Parameters"

Closed this issue · 3 comments

Issue description

The Sample Code for Method A & Combination of the two methods does not work.
The paramaeter path has to be directly under parameters otherwise you will get the error:

Error parsing xs-security.json data: Unrecognized field "path"

In additon Method A actually shows the combination method. Described is that with method A only the MTA deployment descriptor is used (without an extra json file)

Following the corrected sample codes:

Method A

resources:
  - name: java-uaa
    type: com.sap.xs.uaa
    parameters:
      config:
        xsappname: java-hello-world

Combination of the two Methods

resources:
  - name: java-uaa
    type: com.sap.xs.uaa
    parameters:
      path: <path to directory>
      config:
        xsappname: java-hello-world
        

Feedback Type (Optional)

examples or samples

Page Title on SAP Help Portal (prefilled)

Service Creation Parameters

Page URL on SAP Help Portal (prefilled)

https://help.sap.com/docs/btp/sap-business-technology-platform/service-creation-parameters

The documentation has been updated and the issue has been resolved.

Thank you for your valuable feedback contribution, @chrisfries! So that we can recognize your contribution in SAP Community, please tell us your SAP Community profile URL in a reply to this comment; don't include any other text, just the URL on its own, like this:

https://people.sap.com/your-user-name

Thanks!