
Originally Posted by
riteshfss
Hi ,
I want to update my project from spring 2.x to spring 3.1
I have remove spring 2.5 jars and put 3.0 jars . I am using struts 2.0 and spring .
on starting my server I am getting Error
Caused by: java.lang.ClassNotFoundException: org.springframework.expression.PropertyAccessor
IN spring 3 .1 jar I found PropertyAccessor class is there in
org.springframework.beans-3.1.0.RC1.jar
I have already included this jar . I am not getting from where this Error is comming ? and how to solve it .