cancel
Showing results for 
Search instead for 
Did you mean: 

Make sure that the required module or resource hdi-container is defined

0 Kudos

The objectif ofthe exercice is to apply to odata service with a node js module .

This is the message after executing :

Service provisioning for module: '/testjs' Could not provision resources for module '/testjs'. Invalid mta.yaml. Make sure that the required module or resource hdi-container is defined.

and this is the changes maked in the mta.yml file :

- name: testjs

type: nodejs

path: testjs

provides:

- name: testjs_api

properties: url: ${default-url}

requires:

- name: dbxs

- name: hdi-container

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member310078
Discoverer
0 Kudos

You should revise as following.

- name: hdi-container --> - name: hdi_dbxs