Results 1 to 2 of 2

Thread: beanWrapperImpl issues only with websphere

  1. #1
    Join Date
    Jan 2012
    Posts
    2

    Default beanWrapperImpl issues only with websphere

    Hi,

    I have an issue with all spring objects that are using the BeanWrapperImpl

    everything works fine with Jetty

    but with websphere
    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)
    issue explained on stackoverflow :
    http://stackoverflow.com/questions/8...henticationtag
    Last edited by lepirlouit; Jan 17th, 2012 at 06:16 AM. Reason: missing word

  2. #2
    Join Date
    Jan 2012
    Posts
    2

    Default

    problem solved,

    not realy, but solution found.

    more info on the Stackoverflow site.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •