Fetching Documents from multiple repositories throws Exception
I configured multiple repositories in local nuxeo. I created a new Document Container inside the new repository and try to fetch this document using a page provider. Nuxeo is throwing this exception
javax.servlet.ServletException: org.nuxeo.ecm.core.api.NuxeoException: The DocumentModel is not associated to an open CoreSession
My page provider is elastic search enabled and also I checked the multi repository checkbox in page provider to search and fetch the Documents from both repositories
0 votes
1 answers
987 views