ER-103 Catch-blocks should..
Brought to you by:
pvlasov
In Hammurapi 3.2.0 ER-103 "
Catch-blocks should log the exeption with Log4J.error
("Context String" , exception ) " is reported at places
where logging is done in the following manner
catch (SQLException sqlException)
{
logger.error
(Constants.INB_PFDBERROR_CONN,sqlException);
}
This needs to be rectified