java - org.hibernate.engine.jdbc.spi.SqlExceptionHelper - Table Authorities doesn't exist -
i have spring 3.1, hibernate 4 , primefaces application. works fine on local machine when deploy ant generated war file on web host, iget error when seek login.
org.hibernate.engine.jdbc.spi.sqlexceptionhelper - table 'brutteng_adaptiveonlinetesting.authorities' doesn't exist
i have created database @ web host has authorities table. took matter web host back upwards team suggested due case of table uncertainty not using table name anywhere. used hibernate capital 'a' in authorities table name.
looking forwards help :)
possibly right , table names case-insensitive in database on local machine , case-sensitive in web host. explain why problem not occur in local setup, case in script not matter much.
capitalize first character of table name in script , work in both.
java hibernate
No comments:
Post a Comment