At the start of copyFromPropertiesConfiguration put the following lines:
- Code: Select all
prop.setListDelimiter((char)0);
try {
prop.refresh();
} catch (ConfigurationException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
Test if it fixes the problem and if it does I will update MDM to include the fix.