SAP-archive / yaas_java_jersey_wishlist

Due to the retirement of YaaS, this repository is archived and will no longer be maintained. --- This is an example implementation of the YaaS "Wishlist" service based on Java. It uses the RAML definition generated by the SDK without modifications. It shows how to implement a basic service and how to integrate with other services on YaaS.
Apache License 2.0
16 stars 19 forks source link

Bug in documentation - configuration of yaas client #23

Closed kwiatekus closed 7 years ago

kwiatekus commented 7 years ago

SETUP.md tells you to configure yaas client data in default.properties file, while in fact you need to do it in manifest.yml

Otherwise you get 500 responses w/o payload.

reinhard-maier commented 7 years ago

Thanks for the feedback, we will prepare a fix as soon as possible.

reinhard-maier commented 7 years ago

The documentation is now clearer regarding the configuration and yaas client entries are now by default commented out in manifest.yml.

Thank you, Reinhard