For anyone else finding this jira, this exception means that you're lacking an @Columns annotation:
@Type(type = "...HardSoftScoreHibernateType") @Columns(columns = {@Column(name = "hardScore"), @Column(name="softScore")})