Results 1 to 3 of 3

Thread: Exception expected 1 actual 2

  1. #1
    Join Date
    May 2011
    Location
    mumbai
    Posts
    37

    Unhappy Exception expected 1 actual 2

    dear all,
    I want to retrive the 5 strings in alist using namedparameterjdbctemplate class.
    Exception
    org.springframework.dao.IncorrectResultSizeDataAcc essException: Incorrect result size: expected 1, actual 2


    my code
    String query = "select REV_NAME from T_REVENUE_REV";
    List rev =queryForList(query,String.class);
    return rev;
    I am new to springs plz help
    Last edited by junugari; May 24th, 2011 at 02:11 AM.

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,695

    Default

    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    May 2011
    Location
    mumbai
    Posts
    37

    Default

    Dear Martin,
    Thanx for ur advise...
    Last edited by junugari; May 24th, 2011 at 04:00 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
  •