I am a newbee in swf. While exploring I felt to use richfaces UI. According to swf manual, i updated web.xml to include richfaces filter. Included richfaces lib richfaces-ui3.2.2.GA (which includes dependency richfaces-impl as well).
Following is spring lib versions -
spring 3.0.0.RELEASE, swf 2.0.8.RELEASE, security 3.0.0.RELEASE
After deploy in
tomcat 6 I get NoSuchMethodError. Stacktrace below. Googling not showing much help, guessing I'm doing some wrong with library version or richfaces configuration. Note that when I remove richfaces config, it works fine.
Any help is appreciated.