I found error when change db from hypersonic_in_memory to derby.
Error Show :
org.springframework.orm.jpa.JpaSystemException: org.hibernate.exception.SQLGrammarException: could not load an entity: ....
..
..
..
Caused by: ERROR 42818: Comparisons between 'VARCHAR (UCS_BASIC)' and 'BIGINT' are not supported. Types must be comparable. String types must also have matching collation. If collation does not match, a possible solution is to cast operands to force them to the default collation (e.g. SELECT tablename FROM sys.systables WHERE CAST(tablename AS VARCHAR(128)) = 'T1')
What's wrong about Derby ?
My script attach below


Reply With Quote
