Something seems odd regarding the timing of named query validation and triggering the schema initializer which run in that order. This gives issues on Cassandra, which cannot validate queries without the schema in place. Ties into the change we have in mind to piggy-back on ORM's HBM2DDL setting instead of providing our own one. |