Re: @InjectService problems

2011-03-28 Thread coriolisguy
I want the services to auto start when the server powers up. I use eagerload for that. -- View this message in context: http://tapestry.1045711.n5.nabble.com/InjectService-problems-tp4266460p4268841.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: @InjectService problems

2011-03-27 Thread Cezary Biernacki
Hi, I am not sure what is wrong. Are you sure that CAdministrationManager instance is constructed by Tapestry-IOC? Maybe it is created outside Tapestry, e.g. using explicit 'new' keyword? BTW, Is there a reason to use 'eagerLoad()' on all that services? Best regards, Cezary On Sun, Mar 27, 201

@InjectService problems

2011-03-27 Thread coriolisguy
DataSource","System"); I get a null pointer expression for configurationManager. The injection is not happening. What more do I have to do? Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/InjectService-problems-tp4266460p4266460.html Sent

@InjectService problems

2011-03-27 Thread coriolisguy
DataSource","System"); I get a null pointer expression for configurationManager. The injection is not happening. What more do I have to do? Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/InjectService-problems-tp4266459p4266459.html Sent