Re: Issues with ServiceOverride and Contributions

2009-03-27 Thread Peter Stavrinides
/nightly/tapestry5/cookbook/exceptions.html regards, Peter - Original Message - From: Ben Gidley b...@gidley.co.uk To: Tapestry users users@tapestry.apache.org Sent: Wednesday, 25 March, 2009 13:08:17 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Issues with ServiceOverride

Re: Issues with ServiceOverride and Contributions

2009-03-27 Thread Ben Gidley
, Bucharest, Istanbul Subject: Issues with ServiceOverride and Contributions Hi, I am trying to override the org.apache.tapestry5.internal.services.ComponentClassResolverImpl service as per http://tapestry.apache.org/tapestry5.1/tapestry-ioc/cookbook/override.html . However have hit what

Re: Issues with ServiceOverride and Contributions

2009-03-27 Thread Thiago H. de Paula Figueiredo
On Fri, Mar 27, 2009 at 11:31 AM, Ben Gidley b...@gidley.co.uk wrote: Unfortunately in this instance I can't decorate the service and implement what I want as it isn't going to be possible to decorate it without access to the configuration. I agree that this is a Tapestry IoC limitation.

Re: Issues with ServiceOverride and Contributions

2009-03-27 Thread Howard Lewis Ship
This does get to the nature of what's public, what's private? That is, I can see how we could provide an @ConfigurationFor(ComponentClassResolver) annotation that would grab the configuration for some other service, but that leaves me a little chilled in terms of implementation privacy. Perhaps

Issues with ServiceOverride and Contributions

2009-03-25 Thread Ben Gidley
Hi, I am trying to override the org.apache.tapestry5.internal.services.ComponentClassResolverImpl service as per http://tapestry.apache.org/tapestry5.1/tapestry-ioc/cookbook/override.html. However have hit what appears to be major road block. My replacement service can implement the interface and