Closed JS-Aibel closed 1 month ago
Hello @JS-Aibel,
thank you for reporting this. This behavior is not implemented in the registry integration feature.
We are currently rethinking how we want to handle the registry integration and are working on a dedicated gateway component that would address features like this and many more. The current implementation of the registry integration as part of the AAS Environment is limited and prevents the use of distributed components because it only allows for one AAS/Submodel Registry to be used. This limits the capabilities of the AAS API components.
For now, changing the idShort of an AAS/Submodel after it was uploaded wasn't a use case but I can see that this would potentially be necessary. Unfortunately the best way to address this right now is to delete that AAS (including Submodels) and reupload it.
I will close this issue for now. We will inform you once the gateway component is implemented and addresses the described problem. If you have questions regarding the proposed solution, feel free to reopen this issue :)
Describe the bug
Shell Descriptor is not updated when PUT
/shells/{aasIdentifier}
is used to change AAS’sid_short
. This issue also occurs with submodels.To Reproduce Steps to reproduce the behavior:
id_short
using the endpoint PUT/shells/{aasIdentifier}
./shells
and observe the modifiedid_short
./shell-descriptors
and observe that theid_short
remains unchanged.Expected behavior Could the AAS Registry be synchronized with the AAS Repository to ensure consistent information?
BaSyx:
BaSyx configuration Default from the Quick Start Guide.