You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe a wrong config on my environnement or maybe an issue.
When I try to perform a cmis query on the content, the query doesn't found any result. Is solr included and working in your image ? I use your docker-compose file posted on the docker-hub, should I configure something else ?
Hello,
Maybe a wrong config on my environnement or maybe an issue.
When I try to perform a cmis query on the content, the query doesn't found any result. Is solr included and working in your image ? I use your docker-compose file posted on the docker-hub, should I configure something else ?
Below my call :
`Session session = factory.getSession(repoId, username, pwd);
OperationContext oc = new OperationContextImpl();
ItemIterable results = session.query(cql, false, oc);
And this is how I create my session in my factory:
`
SessionFactory factory = SessionFactoryImpl.newInstance();
Map<String, String> parameter = new HashMap();
`
I tried to use your other image with alfresco and solr6, but I get some postgresql errors at start.
Thanks,
Philippe
The text was updated successfully, but these errors were encountered: