mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixed NPE issue
This commit is contained in:
parent
cb1c0c0439
commit
2397abaa6c
@ -93,7 +93,7 @@ public class MobileDeviceManagementDAOUtil {
|
||||
public static void setupMobileDeviceManagementSchema(DataSource dataSource, String pluginType) throws MobileDeviceMgtPluginException {
|
||||
MobileDeviceManagementSchemaInitializer initializer =
|
||||
new MobileDeviceManagementSchemaInitializer(dataSource, pluginType);
|
||||
log.info("Initializing mobile device management repository database schema for " + dataSource);
|
||||
log.info("Initializing mobile device management repository database schema for : " + pluginType);
|
||||
try {
|
||||
initializer.createRegistryDatabase();
|
||||
} catch (Exception e) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user