Dear All,
i did reverse engineering in myeclipse7 to generate JPA annotated entities using oracle9i database.
i tried to generate the database schema through JPA annonated entities in mysql using the following entries in persistence.xml
<property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/> <property name="hibernate.hbm2ddl.auto" value="update"/>
i entered every concerned property related to MySql.
but i get the following exception
java.lang.ClassCastException: org.hibernate.action.DelayedPostInsertIdentifier cannot be cast to java.math.BigDecimal
can n e one explain this problem ??
any help vl be highly appreciated..
Regards, Abbasi.
|