HI,
liferay shows this warning-message when starting up using hsql:
1Liferay is configured to use Hypersonic as its database. Do NOT use Hypersonic in production. Hypersonic is an embedded database useful for development and demo'ing purposes. The database settings can be changed in portal.properties
i now set mysql the default db-engin in portal-ext. it loads the data, but in log there are still some warnings:
1Loading file:/D:/liferay/tomcat-6.0.18/webapps/wol-portlet/WEB-INF/classes/service.properties
208:18:24,765 INFO [DialectDetector:64] Determining dialect for MySQL 5
308:18:24,765 INFO [DialectDetector:97] Using dialect org.hibernate.dialect.MySQLDialect
4Loading file:/D:/liferay/tomcat-6.0.18/webapps/wol-portlet/WEB-INF/classes/service.properties
508:18:27,671 INFO [DialectDetector:64] Determining dialect for HSQL Database Engine 1
608:18:27,671 WARN [DialectDetector:79] Liferay is configured to use Hypersonic as its database. Do NOT use Hypersonic in production. Hypersonic is an embedded database useful for development and demo'ing purposes. The database settings can be changed in portal.properties.
708:18:27,687 INFO [DialectDetector:97] Using dialect org.hibernate.dialect.HSQLDialect
why that? do some portlets use there own db-connection?
pls help :<
Please sign in to flag this as inappropriate.