Brian
04/28/2023, 8:14 PMAdam Cameron
Brian
04/28/2023, 8:45 PMAdam Cameron
onApplicationStart doesn't receive any arguments, as far as I'm aware?
Also: the only place one ought to be calling super.onApplicationStart from is the subclass's onApplicationStart. It doesn't make sense to actively call it from anywhere else.Adam Cameron
Adam Cameron
onApplicationStart receives any arguments. Its method sig is just boolean onApplicationStart()Brian
04/28/2023, 8:55 PMAdam Cameron
cfvonner
04/28/2023, 9:07 PMAdam Cameron
thatMapping.Application, or use like an ApplicationProxy adjacent to it.Brian
05/01/2023, 5:39 PMAdam Cameron
Brian
05/01/2023, 6:58 PM