aegif / NemakiWare

Light-weight, highly customizable CMIS server powered by NoSQL

Home Page:http://nemakiware.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solr propery override does not work?

linzhixing opened this issue · comments

If you specify repositories.setting.file property in app-server-solr.properties in tomcat shared/classes, setting file was not correctly read.
This caused NullPointerException in CmisServiceFactory L132:

RepositorySetting setting = getRepositorySettings().get(repositoryId);