Skip to content

Commit

Permalink
Merge pull request #1598 from mohanachandran-s/java_develop_merge
Browse files Browse the repository at this point in the history
MOSIP-35671 - Merging java21 with develop
  • Loading branch information
lsivanand authored Sep 12, 2024
2 parents 836e9cd + 0871f04 commit 4ceb672
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ private static SessionFactory getDataBaseConnectionSessionFactory(String dbName)
config.setProperty("hibernate.show_sql", propsKernel.getProperty("show_sql"));
config.setProperty("hibernate.current_session_context_class",
propsKernel.getProperty("current_session_context_class"));
config.addFile(new File(MosipTestRunner.getGlobalResourcePath() + "/dbFiles/dbConfig.xml"));
factory = config.buildSessionFactory();
} catch (HibernateException e) {
DBCONNECTION_LOGGER.error("Exception in Database Connection with following message: " + e.getMessage());
Expand Down

0 comments on commit 4ceb672

Please sign in to comment.