Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.5
-
None
Description
The problem is that when PageTester creates the registry it does not adds SpringModuleDef to the list of modules and all Spring services are unavailable because of this. Extending the PageTester is not possible as well, so you cannot extend it and provide additional module (like the TapestrySpringFilter does), so you have to copy-paste the complete PageTester and add a single line to include SpringModuleDef module to the list.
I suggest adding the method similar to the TapestryFilter#provideExtraModuleDefs() to the PageTester.