Shawn, I went ahead and refactored to not use static init blocks. There was a huge ripple effect through the code and I ran into some other problems along the way. (had to separate out local config from remote config and make some changes to the DAOs).
https://github.com/PennState/directory-fortress-core-1/commits/feature/modifyBootstrapSingleton Let me know what you think. ~Chris ----- Original Message ----- From: "Shawn McKinney" <[email protected]> To: [email protected] Sent: Tuesday, April 19, 2016 11:28:53 AM Subject: Re: Static Config Initialization Problems > On Apr 19, 2016, at 10:18 AM, Chris Pike <[email protected]> wrote: > > We can't use a static variable since it would result in the same problem we > are trying to fix (exceptions on static initialization) ah crap you’re right.
