ApplicationContext context = new FileSystemXmlApplicationContext(Config.WEBINF +
"/" + Config.APPCONTEXT);
//get the knowledgemanager
KnowledgeSphereManager manager = (KnowledgeSphereManager) context.getBean(Config.KNOWLEDGEMANAGER_PLUGINNAME);
RpCommandLine command = new RpCommandLine(manager);
//if the add operation was required
if (Config.OPERATION_ADD.equals(operation)) {