Re: T5 service per request

2009-02-09 Thread Howard Lewis Ship
I believe there's an outstanding issue for this. On Mon, Feb 9, 2009 at 10:20 AM, Filip S. Adamsen wrote: > Perhaps Tapestry should throw an exception when one tries to do this instead > of failing silently? :) > > -Filip > > On 2009-02-08 18:03, Howard Lewis Ship wrote: >> >> You need to define

Re: T5 service per request

2009-02-09 Thread Filip S. Adamsen
Perhaps Tapestry should throw an exception when one tries to do this instead of failing silently? :) -Filip On 2009-02-08 18:03, Howard Lewis Ship wrote: You need to define an interface for the service; only services with interfaces can be proxied, and only proxied interfaces can have non-defa

Re: T5 service per request

2009-02-08 Thread Howard Lewis Ship
You need to define an interface for the service; only services with interfaces can be proxied, and only proxied interfaces can have non-default scope. On Sun, Feb 8, 2009 at 4:48 AM, Jack Nuzbit wrote: > I'm trying to use the tapestry IoC to inject a per thread service into my > other services. >