Hi All,
I am currently porting my JBoss Seam application from seam 1.1.0 to seam 2.0 beta 1 which includes Hibernate 3.2.4sp1. I have been using Hibernate 3.2.3.GA previously with seam 1.1.0.
I get the following error when deploying my application.
Code:
--- MBeans waiting for other MBeans ---
ObjectName: persistence.units:ear=AEWAProject.ear,jar=AEWAProject.jar,unitName=AEWAProject
State: FAILED
Reason: javax.persistence.PersistenceException: org.hibernate.HibernateException: Wrong column type: ActionIndex, expected: integer
I Depend On:
jboss.jca:service=DataSourceBinding,name=AEWAProjectDatasource
This object has been reverse engineered using Hibernate Tools and has been working with Hibernate 3.2.3.GA.
Any idea where the problem is ?
Regards,
Jankee Yogesh.