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
{{ message }}
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
if no default domain could be found and just a single domain is available, use the available domain
provide minimal default bindings which could be used in such a case
solution 1 is minimal, but might lead into 'magic' behaviour. solution 2 will need a lot more effort, because providing default bindings might lead into dependencies to concrete implementations which are encapsulated within the generic domain currently.
If no default domain is available, there shouldn't be any models in the workspace that have the domainID default so these exceptions are not thrown in that case.
When integrating SCT within a context where an own domain is provided, the generic domain should not be deployed.
If the generic domain is not available there are some Exceptions thrown during runtime.
it should be possible to:
If a configured domain could not be found it might be a good idea to give a feedback to the user.
The text was updated successfully, but these errors were encountered: