infsci2711 / MultiDBs-Vis-Server

Visualization
http://infsci2711.github.io/MultiDBs-Vis-Server
0 stars 1 forks source link

Server Side #9

Open shadikhateeb opened 9 years ago

shadikhateeb commented 9 years ago

Does everyone updated his work. there is calling for non existing function. in HibernateUtil.java the line is List hibernateProperties = configMng.getPropertyKeysForPrefix(COLFUSION_HIBERNATE_PROPERTIES_PREFIX); the function getPropertyKeysForPrefix does not exist in ConfigManager

and the response in @ApiOperation(value = "Create new canvas in the database.", response = CanvasViewModel.class) -- this line is from VisualizationRestApi.java