You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using eclipsebasyx/aas-registry-log-mem:2.0.0-SNAPSHOT and a simple shell environment with submodels and specificAssetIds included, the descriptor list contains null instead of specificAssetIds and submodelDescriptors
To reproduce
Create a docker-compose.yml using the starter kit and the following options:
No Discovery - No MongoDB - Include MQTT - No Time Series Data - Add Web UI - No Dashboard
Place the environment (from below) into the aas folder of the environment component
Start the docker-compose environment
Request GET /shell-descriptors from aas-registry
Error null values for specificAssetIds and submodelDescriptors.
Describe the bug
When using
eclipsebasyx/aas-registry-log-mem:2.0.0-SNAPSHOT
and a simple shell environment with submodels and specificAssetIds included, the descriptor list containsnull
instead of specificAssetIds and submodelDescriptorsTo reproduce
docker-compose.yml
using the starter kit and the following options:aas
folder of the environment componentGET /shell-descriptors
from aas-registryError
null
values for specificAssetIds and submodelDescriptors.Used environment.json
Output for `GET /shell-descriptors` on aas-registry
Output for `/shells/[shellId]` on aas-repository
Expected behaviour
The values for specificAssetIds and submodelDescriptors should be not null
BaSyx
Versions:
eclipsebasyx/aas-environment:2.0.0-SNAPSHOT
eclipsebasyx/aas-registry-log-mem:2.0.0-SNAPSHOT
BaSyx configuration
Created with Starter Kit as described above
The text was updated successfully, but these errors were encountered: