This is kind of test drill to see if and how the community support engine is running.
I just downloaded the latest colony build along with the base plugins. I deployed. I installed the scaffolding stuff and generated an mvc scaffold for my url minifier application.
I started search-replacing RootEntity with Url. I have an UrlController, and configured the corresponding patterns.
{"exception":{"message":null,"traceback":[" File \"C:\\Users\\lmartinho\\Downloads\\colony\\plugins\\web_mvc_utils\\mvc_utils\\web_mvc_utils.py\", line 309, in decorator_interceptor\n return_value = function(*args, **kwargs)\n"," File \"C:\\Users\\lmartinho\\Downloads\\colony\\var\\development\\pt.hive.colony.plugins.url_minifier\\url_minifier\\minifier\/url_minifier_controllers.py\", line 94, in handle_list_serialized\n url_entities = self._get_url_entities(rest_request, filter)\n"," File \"C:\\Users\\lmartinho\\Downloads\\colony\\var\\development\\pt.hive.colony.plugins.url_minifier\\url_minifier\\minifier\/url_minifier_controllers.py\", line 297, in _get_url_entities\n url_entities = url_minifier_entity_models.entity_manager._find_all_options(url_minifier_entity_models.Url, filter)\n"," File \"C:\\Users\\lmartinho\\Downloads\\colony\\plugins\\data\\entity_manager\\entity_manager_system.py\", line 755, in _find_all_options\n return self.entity_manager_engine_plugin.find_all_entities_options(connection, entity_class, None, None, options)\n"," File \"C:\\Users\\lmartinho\\Downloads\\colony\\plugins\\entity_manager_sqlite_engine_plugin.py\", line 183, in find_all_entities_options\n return self.entity_manager_sqlite_engine.find_all_entities_options(connection, entity_class, value, search_field_name, options = options)\n"," File \"C:\\Users\\lmartinho\\Downloads\\colony\\plugins\\data\\entity_manager_sqlite_engine\\entity_manager_sqlite_engine_system.py\", line 2579, in find_all_entities_options\n entity_class = entity_sub_classes_map[entity_class_name]\n"],"exception_name":"KeyError"}}
I've tried to review my models module and my controllers module, but can't seem to spot the problem.
Can anyone help me?