remove EMM DB scripts file

This commit is contained in:
manoj 2014-12-15 11:23:06 +05:30
parent 0543d71f6b
commit 8fa2f38f37
2 changed files with 2 additions and 7 deletions

View File

@ -54,8 +54,8 @@ public class DeviceConfigurationManager {
Document doc = DeviceManagerUtil.convertToDocument(deviceMgtConfig);
/* Un-marshaling Device Management configuration */
JAXBContext rssContext = JAXBContext.newInstance(DeviceManagementConfig.class);
Unmarshaller unmarshaller = rssContext.createUnmarshaller();
JAXBContext cdmContext = JAXBContext.newInstance(DeviceManagementConfig.class);
Unmarshaller unmarshaller = cdmContext.createUnmarshaller();
this.currentDeviceConfig = (DeviceManagementConfig) unmarshaller.unmarshal(doc);
} catch (Exception e) {
throw new DeviceManagementException("Error occurred while initializing RSS config", e);

View File

@ -304,11 +304,6 @@
<outputDirectory>wso2cdm-${project.version}/repository/conf</outputDirectory>
<fileMode>644</fileMode>
</file>
<file>
<source>src/repository/database/WSO2EMM_DB.h2.db</source>
<outputDirectory>wso2cdm-${project.version}/repository/database</outputDirectory>
<fileMode>644</fileMode>
</file>
<file>
<source>