On Fri, 22 Nov 2013 14:03:10 -0200, John <j...@quivinco.com> wrote:

How do I get this class to load when I start my app and make sure the injected services are set? With EagerLoad the class gets instantiated but of course the services are null.

This statement is not correct as far as I know. Tapestry-IoC injects service proxies (when the service is defined by an interface), so the dependencies may not even be initialized yet, but, when you first call them, they will be initialized.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to