Hi, I'm using the trunk for development. I created a new weighted chain which contains the following config :
stanbol.enhancer.chain.weighted.chain=["langdetect","opennlp-sentence","opennlp-token","opennlp-pos","opennlp-ner"] stanbol.enhancer.chain.name="test-chain" The chain works fine but after I stop and start the server I cannot see it anymore on the localhost:8080/enhancer page. It also does not exist in the system configuration panel or the components panel. The server had no exceptions when it started the second time and the chain config file is still in the stanbol/fileinstall/ folder. What is causing this behavior? Did anybody else see this? Thanks, Cristian