|
Description
|
Service contract are loaded at several places to do different things. Sometimes it is needed to load import in the service contract, other times not.
So, please include imports in service contract only if needed.
|
Service contract are loaded at several places to do different things. Sometimes it is needed to load import in the service contract, other times not. For example:
* it is not needed to include imports when updating the endpoint name 'autogenerate',
* but when the service contract is put in the registry, it should be done with the imports to be used by remote containers.
So, please include imports in service contract only if needed.
|
Fixed in trunk