Hi,
the following exception happens during hibernate initialisation:
Initial SessionFactory creation failed.org.hibernate.AnnotationException: A Foreign key refering com.stockdomain.domain.Future from com.stockdomain.domain.BrokerRealTimeFuture has the wrong number of column. should be 2
What could the reason that hibernate says that the number of columns should be 2 ? The Primary key in table "Future" is id, so only one column.
Part of pom.xml :