[jboss-user] [JBoss Portal] - Re: using Ingres database as PortalDS
PeterJ
do-not-reply at jboss.com
Tue Jul 24 11:42:12 EDT 2007
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#4067082
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067082
More information about the jboss-user
mailing list