mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Adding final updates to dashboard analytics feature
This commit is contained in:
parent
fe447f4325
commit
a7c7452e2e
@ -90,11 +90,7 @@ public class GadgetDataServiceDAOFactory {
|
||||
"this particular thread. Therefore, calling 'beginTransaction/openConnection' while another " +
|
||||
"transaction is already active is a sign of improper transaction handling.");
|
||||
}
|
||||
try {
|
||||
conn = dataSource.getConnection();
|
||||
} catch (SQLException e) {
|
||||
|
||||
}
|
||||
conn = dataSource.getConnection();
|
||||
currentConnection.set(conn);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user