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
When serializing aas model elements (derived from the Default* implementation) an exception is encountered: com.fasterxml.jackson.databind.JsonMappingException: local part cannot be "null" when creating a QName (through reference chain: model.Submodel["description"])
As the derived model elements do not implement new properties, just provide some additional helper, this is not an expected behavior.
Attached is a minimal test project to trigger the exception: aasxSerializationTest.zip
The text was updated successfully, but these errors were encountered:
When serializing aas model elements (derived from the Default* implementation) an exception is encountered:
com.fasterxml.jackson.databind.JsonMappingException: local part cannot be "null" when creating a QName (through reference chain: model.Submodel["description"])
As the derived model elements do not implement new properties, just provide some additional helper, this is not an expected behavior.
Attached is a minimal test project to trigger the exception:
aasxSerializationTest.zip
The text was updated successfully, but these errors were encountered: