this.dateFmt =
new SimpleDateFormat( dateFormatStr );
this.bugFmt = new BugFormatter( this.dbConfig, this.dateFmt );
this.reportFmt = new ReportFormatter( this.dbConfig, this.dateFmt );
String transportProtocol =
this.dbConfig.getProperty
( "commonServlet.mailTransport", "smtp" );