Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Incomplete
-
5.3.2
-
None
Description
I am using the spring ContextLoaderListener to build my external spring context, and also using the parentContextKey to bind a parent spring context to the default one constructed from applicationContext.xml. But it looks like there was a recent change made to SpringModule that it will ignore beans that are defined in a parent spring context; which breaks our setup. Could we please find a solution so we can bring in beans from parent contexts appropriately as tapestry once used to?