I know there is a Hivemind configuration point EagerLoad, but it would be really useful to be able to eager load a service through the hivemind api itself (and not via a configuration file). Basically it has to do with a very heavyweight service that only needs to be loaded for a specific integration (unit) test (and it is event driven so lazy loading is not possible).
Anyway, Spring has a way to do this via preInstantiateSingletons(): DefaultListableBeanFactory preInstantiateSingletons() http://static.springframework.org/spring/docs/1.2.x/api/org/springframework/beans/factory/support/DefaultListableBeanFactory.html#preInstantiateSingletons() Is there a way to do this in Hivemind, and if not can it be added? Should I put a jira request for it? Thanks, gabe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
