remove EMM DB scripts file

revert-70aa11f8
manoj 10 years ago
parent 0543d71f6b
commit 8fa2f38f37

@ -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);

@ -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>

Loading…
Cancel
Save