Re: Complete list of framework bean keys

2013-04-05 Thread Lukasz Lenart
2013/4/5 Ken McWilliams ken.mcwilli...@gmail.com: Perfect. As an asides: There not appear to be a unit test for XmlConfigurationProvider, is it tested indirectly? XmlConfigurationProviderMultilevelTest XmlConfigurationProviderInterceptorParamOverridingTest XmlConfigurationProviderResultsTest

Complete list of framework bean keys

2013-04-04 Thread Ken McWilliams
Sometimes I want to override a default framework implementation and the first place I look is in struts-default.xml but I don't think it contains all possible bean keys. Is such a list maintained? For instance I want to provide a custom ConfigurationProvider but see no reference to a

Re: Complete list of framework bean keys

2013-04-04 Thread Lukasz Lenart
2013/4/5 Ken McWilliams ken.mcwilli...@gmail.com: Sometimes I want to override a default framework implementation and the first place I look is in struts-default.xml but I don't think it contains all possible bean keys. Is such a list maintained?

Re: Complete list of framework bean keys

2013-04-04 Thread Ken McWilliams
Perfect. As an asides: There not appear to be a unit test for XmlConfigurationProvider, is it tested indirectly? There was plans have Guice as a Struts2 Dependency? Is this still in progress? Just asking after reading over and trying to wrap my head around ContainerBuilder (a parameter of the