Hi,
I have an issue with all spring objects that are using the BeanWrapperImpl
everything works fine with Jetty
but with websphere
issue explained on stackoverflow :Code:org.springframework.beans.NotReadablePropertyException: Invalid property 'codeAndName' of bean class [com.data.model.Country]: Bean property 'codeAndName' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter? at org.springframework.beans.BeanWrapperImpl.getPropertyValue(BeanWrapperImpl.java:729) at org.springframework.beans.BeanWrapperImpl.getPropertyValue(BeanWrapperImpl.java:721)
http://stackoverflow.com/questions/8...henticationtag


Reply With Quote
