You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Nicolas Brandt (JIRA)" <ji...@apache.org> on 2014/12/19 15:23:13 UTC

[jira] [Created] (CMIS-879) Bad assertion while trying to list repositories with browser binding

Nicolas Brandt created CMIS-879:
-----------------------------------

             Summary: Bad assertion while trying to list repositories with browser binding
                 Key: CMIS-879
                 URL: https://issues.apache.org/jira/browse/CMIS-879
             Project: Chemistry
          Issue Type: Bug
          Components: opencmis-server
    Affects Versions: OpenCMIS 0.12.0
            Reporter: Nicolas Brandt
            Priority: Minor


Into _serve_ method of _org.apache.chemistry.opencmis.server.impl.browser.RepositoryService.GetRepositories_ class the following assertion is wrong :
bq. assert repositoryId != null;

This method is called in order to get the list of repositories ids available, so the _repositoryId_ can't be filled.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)