Re: contributeMetaDataLocator ordering....

2008-10-04 Thread Fernando Padilla
We'll read up on this stuff. Thank you. but I have more comments in line. Filip S. Adamsen wrote: Defaults for Symbols are easy. Just contribute your defaults to FactoryDefaults, and let the user override them in ApplicationDefaults: http://tapestry.apache.org/tapestry5/tapestry-ioc/symbols.ht

Re: contributeMetaDataLocator ordering....

2008-10-04 Thread Filip S. Adamsen
Hi, Defaults for Symbols are easy. Just contribute your defaults to FactoryDefaults, and let the user override them in ApplicationDefaults: http://tapestry.apache.org/tapestry5/tapestry-ioc/symbols.html Configurations are different, and have caused quite a few people problems. There's been ta

Re: contributeMetaDataLocator ordering....

2008-10-03 Thread Thiago H. de Paula Figueiredo
Em Fri, 03 Oct 2008 16:13:39 -0300, Fernando Padilla <[EMAIL PROTECTED]> escreveu: Seriously, we love tapestry. But this could totally tarnish my respect of the project; such a short sighted decision to block overrides of configuration settings! Please do not stop loving something becaus

Re: contributeMetaDataLocator ordering....

2008-10-03 Thread Fernando Padilla
Seriously, we love tapestry. But this could totally tarnish my respect of the project; such a short sighted decision to block overrides of configuration settings! And the idea that the ordering of loading up SubModules is ignored? That's just not cool either. So any ideas on how to fix this

Re: contributeMetaDataLocator ordering....

2008-10-03 Thread Thiago H. de Paula Figueiredo
Em Fri, 03 Oct 2008 15:20:38 -0300, Fernando Padilla <[EMAIL PROTECTED]> escreveu: > can you tell me why you want to change the contribution? > why not set it only once? Alright, so maybe my response below is a little rant/flame. But really, are you truly saying that Tapestry doesn't all

Re: contributeMetaDataLocator ordering....

2008-10-03 Thread Fernando Padilla
> can you tell me why you want to change the contribution? > why not set it only once? Alright, so maybe my response below is a little rant/flame. But really, are you truly saying that Tapestry doesn't allow libraries to properly set defaults, then allow users of the library to override those

Re: contributeMetaDataLocator ordering....

2008-10-03 Thread Kristian Marinkovic
hi tom, ordering is not possible because the service does not use a ordered configuration. overriding of contributions is also not supported. it worked accidentally in previous versions :) the order in which the module classes are loaded is not defined and usually not relevant. can you tell