Re: tapestry 5.2.4 and spring 3.1M1

2011-12-16 Thread zelenka....@gmail.com
glad to see this one is fixed, Thanks, Jan On Thu, Dec 15, 2011 at 11:35 AM, Igor Drobiazko [via Tapestry] ml-node+s1045711n507709...@n5.nabble.com wrote: Fixed in trunk and 5.3 branch. On Thu, Dec 15, 2011 at 12:54 AM, Thiago H. de Paula Figueiredo [hidden email]

Re: tapestry 5.2.4 and spring 3.1M1

2011-08-27 Thread zelenka....@gmail.com
actually tapestry-spring integration with external context set tu True uses BeanFactoryUtils.beanNamesIncludingAncestors(context) to get list of beans to be exported as tapestry services. Maybe it should use just context.getBeanDefinitionNames() because starting with Spring 3.1 the former