symfony-cmf / resource-bundle

Resource Location for CMF documents based on Puli
https://cmf.symfony.com
5 stars 7 forks source link

Case where default registry has not been created is not handled. #19

Closed dantleech closed 7 years ago

dantleech commented 8 years ago

If no repositories have been configured then the following error is given if the "default" is requested:

You have requested a non-existent service "cmf_resource.repository.default".

It should say that:

  1. The requested repository has not been found (i.e. the error should not come from the container).
  2. The user must define the repository. (?).