Dear Xwiki Users, I would like to know if there is any setting for Postgres mapping files in hibernate.cfg file like the one below for HSQLDB or Oracle database? <!-- Mapping files Comment it to use for Oracle --> <mapping resource="xwiki.hbm.xml"/> <mapping resource="feeds.hbm.xml"/> Kind Regards, Adel
On May 29, 2007, at 11:23 AM, Adel Aneiba wrote:
Dear Xwiki Users,
I would like to know if there is any setting for Postgres mapping files in hibernate.cfg file like the one below for
HSQLDB or Oracle database?
<!-- Mapping files
Comment it to use for Oracle -->
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
I don't think it's required for Postgresql. You can use the default files. See the http://www.xwiki.org/xwiki/bin/view/AdminGuide/Installation instructions for PostgreSQL Thanks -Vincent
participants (2)
-
Adel Aneiba -
Vincent Massol