I don't think you can use "@Inject"ed value in the constructor. The constructor is called first and then injection is done. As you are accessing the service in constructor, at this point the field injection has not been done. And as Logger has not been build by the registry, you get Service not implemented error..
regards Taha On Jun 14, 2012, at 9:25 PM, Muhammad Gelbana wrote: > <TapestryLogging.zip>