i have gwt application connect to postgres DB at the backend, and a java class \'Judgement\' mapping the table \'judgements\' in DB, when i tried to persistent a judgement i
If using Postgres, create sequence manually with name 'hibernate_sequence'. It will work.