Perhaps Hibernate is not correctly detecting the database dialect. You can force the
dialect by editing the jboss-portal.sar/conf/hibernate/*/hibernate.cfg.xml file and
uncommenting the dialect property:
<property
name="dialect">org.hibernate.dialect.IngresDialect</property>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067082#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...