Re: No mapping found for dependency

2006-12-28 Thread Don Brown
Ted Husted wrote: On 12/19/06, Don Brown <[EMAIL PROTECTED]> wrote: Ok, the problem here is a misunderstanding how the configuration providers work. A configuration provider creates packageconfigs populated with the appropriate information. Once all configuration providers have provided their

Re: No mapping found for dependency

2006-12-20 Thread Ted Husted
On 12/19/06, Don Brown <[EMAIL PROTECTED]> wrote: Ok, the problem here is a misunderstanding how the configuration providers work. A configuration provider creates packageconfigs populated with the appropriate information. Once all configuration providers have provided their packages, the confi

Re: No mapping found for dependency

2006-12-19 Thread Don Brown
Ok, the problem here is a misunderstanding how the configuration providers work. A configuration provider creates packageconfigs populated with the appropriate information. Once all configuration providers have provided their packages, the configuration instance will create the runtime configura

Re: No mapping found for dependency

2006-12-18 Thread Don Brown
The exception is thrown because, for some reason, the bean selector configuration provider isn't providing a factory for the default mapping of ActionMapper. Is your new configuration provider preempting it somehow? Don Ted Husted wrote: On the ticket for generating ActionConfigs for all pot