Results 1 to 2 of 2

Thread: There is no READABLE property named 'email' in class......

  1. #1
    Join Date
    Apr 2005
    Posts
    9

    Default There is no READABLE property named 'email' in class......

    I get the following error when i deploy my webapplication:

    javax.servlet.ServletException: (SqlMapClient operation): encountered SQLException [ --- The error occurred in com/myclient/ibatis/maps/Account.xml. --- The error occurred while preparing the mapped statement for execution. --- Check the insertAccount. --- Check the parameter map. --- Cause: com.ibatis.common.beans.ProbeException:There is no READABLE property named 'email' in class 'com.myclient.domain.User']; nested exception is com.ibatis.common.jdbc.exception.NestedSQLExceptio n: Can someone tell me please what i am doing wrong?

    Thnx,

  2. #2
    Join Date
    Sep 2004
    Location
    Singapore
    Posts
    24

    Default Re: There is no READABLE property named 'email' in class....

    Quote Originally Posted by makhlo
    I get the following error when i deploy my webapplication:

    javax.servlet.ServletException: (SqlMapClient operation): encountered SQLException [ --- The error occurred in com/myclient/ibatis/maps/Account.xml. --- The error occurred while preparing the mapped statement for execution. --- Check the insertAccount. --- Check the parameter map. --- Cause: com.ibatis.common.beans.ProbeException:There is no READABLE property named 'email' in class 'com.myclient.domain.User']; nested exception is com.ibatis.common.jdbc.exception.NestedSQLExceptio n: Can someone tell me please what i am doing wrong?

    Thnx,

    Check whether accessor getEmail() is present in 'com.myclient.domain.User', Follow java naming conventions.

    regards,
    Deepak

Similar Threads

  1. ERROR: Context initialization failed
    By makhlo in forum Architecture
    Replies: 8
    Last Post: Jul 11th, 2008, 01:41 AM
  2. Order of Bean definitions matters?
    By cfuser in forum Container
    Replies: 2
    Last Post: Oct 21st, 2005, 10:29 AM
  3. Unit testing with JOTM and JtaTransactionManager
    By lalle in forum Architecture
    Replies: 1
    Last Post: Oct 15th, 2005, 09:05 AM
  4. EHCaching Hibernate
    By dencamel in forum Data
    Replies: 3
    Last Post: Sep 6th, 2005, 09:03 PM
  5. Replies: 4
    Last Post: Aug 17th, 2005, 04:42 AM

Posting Permissions

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