Change request #328
Allow non-module message sources to be dispatched to in DispatchingMessageSource
| Status: | New | Start: | 07/02/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Core | Spent time: | - | |
| Target version: | - |
Description
DispatchingMessageSource currently only works with ModuleMessageSource which in turn extends ResourceBundleMessageSource which is suboptimal, as you can't really add a MessageSource that e.g. works with a database. So we should allow standard MessageSourcePlugin instances being picked up as well. If they do not implement ModuleMessageSource they should be considered global and thus should be prefered.