Our project uses Spring 1.2 and jsf-spring 2.7.1. I have the impression that 1.2 final seems to break jsf-spring (FacesSpringVariableResolver unable to find certain beans even though they are present in the applicationcontext) while 1.2-rc2 still seems ok. Anyone else seeing this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Our project uses Spring 1.2 and jsf-spring 2.7.1. I have the impression that 1.2 final seems to break jsf-spring (FacesSpringVariableResolver unable to find certain beans even though they are present in the applicationcontext) while 1.2-rc2 still seems ok. Anyone else seeing this?
2.7.1 is not tested with version 2.7.1. You could check out the head from the cvs. Should work. Furthermore we will release a fixed version asap.
Yeah, the last version I'm able to get working with 2.7.1 is spring 1.2rc2. Anything past that (final being the next one) seems to fail to resolve.