We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When you download the currently deployed model you get it in XML represenation. When you then upload the model again, the ARE fails with the following error message: You can reproduce the problem with the online REST demos: http://asterics.github.io/AsTeRICS/webapps/startpage/#submenuRest:runtime_model_deployment
This is obviously because the model attribute 'modelVersion' is not according to the model schema definition, which expects 'version' instead.
Change attribute to 'version'
The text was updated successfully, but these errors were encountered:
6cf06c2
Merge pull request #242 from asterics/Branch_Bugfixes_v3.0.1
e911c3c
Branch bugfixes v3.0.1: Fixes #240 Fixes #232 Fixes #241 Fixes #238
deinhofer
No branches or pull requests
When you download the currently deployed model you get it in XML represenation. When you then upload the model again, the ARE fails with the following error message:
You can reproduce the problem with the online REST demos: http://asterics.github.io/AsTeRICS/webapps/startpage/#submenuRest:runtime_model_deployment
This is obviously because the model attribute 'modelVersion' is not according to the model schema definition, which expects 'version' instead.
Solution
Change attribute to 'version'
The text was updated successfully, but these errors were encountered: