Hi,

   I am using XE 1.3.2(stand alone) and i have to use Mysql 5.0. For that
I configured the hibernate.cfg and web.cfg but it shows error. Where is
my fault? can any one help?

Hibernate configuration
........................
[config]

<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD//EN"

"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";>
<!-- Template for hibernate configuration. processing by maven using
profiles.
      Replace original src/main/webapp/WEB-INF/hibernate.cfg.xml -->
<hibernate-configuration>
   <session-factory>

     <property name="show_sql">false</property>
     <property name="use_outer_join">true</property>

<!--
     <property name="dbcp.defaultAutoCommit">false</property>
     <property name="dbcp.maxActive">50</property>
     <property name="dbcp.maxIdle">5</property>
     <property name="dbcp.maxWait">30000</property>
     <property name="dbcp.whenExhaustedAction">1</property>
     <property name="dbcp.ps.whenExhaustedAction">1</property>
     <property name="dbcp.ps.maxActive">20</property>
     <property name="dbcp.ps.maxWait">120000</property>
     <property name="dbcp.ps.maxIdle">20</property>
-->

     <!-- Datasource configuration. -->
     <property name="connection.datasource">java:jdbc/XWikiDS</property>
     <property name="dialect">org.hibernate.dialect.MySQLDialect</property>
     <mapping resource="xwiki.hbm.xml"/>
     <mapping resource="feeds.hbm.xml"/>

   </session-factory>
</hibernate-configuration>

[/config]


Web configuration
...................

<!-- Uncomment if you wish to use a DataSource to define the Database
connection  -->
  <resource-ref>
      <description>DB Connection</description>
      <res-ref-name>jdbc/XWikiDS</res-ref-name>
      <res-type>javax.sql.DataSource</res-type>
      <res-auth>Container</res-auth>
  </resource-ref>


HTTP ERROR: 500

Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not parse configuration:
file:/D:/XWIKI_HOME_1.3.2/webapps/xwiki/WEB-INF/hibernate.cfg.xml
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to