another tip:
Edit this file: portal-cms.sar\conf\hibernate\cms\hibernate.cfg.xml and force the
dialect:
| ...
| <!-- Force the dialect instead of using autodetection -->
| <property
name="dialect">org.hibernate.dialect.MySQL5Dialect</property>
|
| <!-- Mapping files -->
| <mapping resource="conf/hibernate/cms/domain.hbm.xml"/>
| </session-factory>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049583#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...