Re: ApplicationDefaults depends on itself

2011-10-11 Thread Howard Lewis Ship
Actually, it's a slight snafu, where I kept the T4 naming without thinking about it. A better name for these services (which drives the name of the method) would be ApplicationSymbols (and FactorySymbols). The idea is that ApplicationSymbols override FactorySymbols (the use of two services predate

Re: ApplicationDefaults depends on itself

2011-10-11 Thread Greg Pagendam-Turner
Thanks folks, This seems to fix it. Sometimes it's not picking up the symbol though. Is there a way to dump out all symbols? Say perhaps by creating a page called DumpSymbols.tml Regards, Greg. On 11/10/11 07:05, Martin Strand wrote: > On Mon, 10 Oct 2011 22:15:26 +0200, Greg Pagendam-Turner

Re: ApplicationDefaults depends on itself

2011-10-10 Thread Steve Eynon
Maybe the intended purpose of the method would be clearer if it was renamed to contributeSymbolDefaults() rather than contributeApplicationDefaults() ??? Just a thought. (Or maybe I'm not clear on what it's there for!) Steve. On 11 October 2011 05:05, Martin Strand wrote: > On Mon,

Re: ApplicationDefaults depends on itself

2011-10-10 Thread Martin Strand
On Mon, 10 Oct 2011 22:15:26 +0200, Greg Pagendam-Turner wrote: Hi, I'm trying to pull some of my config out of AppModule into config files. The config files are loaded via contributeSymbolSource. Some of these symbols are referred to in ApplicationDefaults. For some reason IOC thinks the

Re: ApplicationDefaults depends on itself

2011-10-10 Thread Thiago H. de Paula Figueiredo
On Mon, 10 Oct 2011 17:15:26 -0300, Greg Pagendam-Turner wrote: Hi, Hi! I'm trying to pull some of my config out of AppModule into config files. The config files are loaded via contributeSymbolSource. Some of these symbols are referred to in ApplicationDefaults. For some reason IOC t