"adha.umashankar" wrote : Caused by: java.sql.SQLException: Table not found in
statement [insert into cabin (SHIP_ID, BED_COUNT, NAME, DECK_LEVEL, ID) values (?, ?, ?,
?, ?)]
Looks like either the "cabin" table does not exist in your DB or you have an
improper JPA configuration pointing to the wrong table name...
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113624#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...