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)