Hi,
I am using Hibernate with annotations and i am getting the following error:-
007-06-14 16:03:09,171 ERROR org.hibernate.util.JDBCExceptionReporter - Table not found in statement [select flight0_.fltId as fltId1_, flight0_.destination as destinat2_1_, flight0_.fltNumber as fltNumber1_, flight0_.source as source1_ from Flight flight0_ where flight0_.fltId=?]
I tried to set the property hbm2ddl.auto to create/update and also tried by removing this property from the config file. But i still keep getting the same error.
Please help. Thanks in advance
|