| JDBCExceptionReporter:71 - SQL Error: 904, SQLState: 42000
JDBCExceptionReporter:72 - ORA-00904: "EDECONOAPP0_"."IS_VB": invalid identifier
 
 Query printed in beck end is
 
 SELECT edeconoapp0_.iso_ctry AS iso1_118_,
 edeconoapp0_.esongid AS esongid118_, edeconoapp0_.is_c AS is3_118_,
 edeconoapp0_.is_fb AS is4_118_, edeconoapp0_.is_ff AS is5_118_,
 edeconoapp0_.is_m AS is6_118_, edeconoapp0_.is_tb AS is7_118_,
 edeconoapp0_.is_tf AS is8_118_, edeconoapp0_.is_v AS is9_118_,
 edeconoapp0_.is_va AS is10_118_, edeconoapp0_.is_vb AS is11_118_
 FROM EDECO_NO_APPR_CTR edeconoapp0_
 WHERE edeconoapp0_.esongid = ?
 
 
 I have analyze every possible error like diffrent column name in table & in hbm file but there is no diffrence of the column name
 
 Still I am getting the same error
 I have tryed all the possible way to correct this but it didn't help me out
 _________________
 Subodh
 
 
 |