Which hivemodule.xml did you change? You only need to change the following contribution in the generated core project's hivemodule.xml:
<contribution configuration-id="honeycomb.hibernate.HibernateSessionFactory"> ... <property name="dialect" value="org.hibernate.dialect.HSQLDialect"/> <property name="connection.username" value="sa"/> <property name="connection.url" value="jdbc:hsqldb:hsql://localhost/testdb"/> <property name="connection.password" value=""/> <property name="connection.driver_class" value="org.hsqldb.jdbcDriver"/> <property name="show_sql" value="true"/> </contribution> There's no need to change anything inside the honeycomb libs > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 31, 2006 2:43 AM > To: users@tapestry.apache.org > Subject: HoneycombLib/Hibernate problem > > I am trying to use HoneycombLib with MySQL and adapted the > hivemodule.xml file. > > It seems like it still uses the hivemodule.xml file from > inside the HoneycombHibernate-0.3.3.jar file? > > Any ideas how I can get it to work with MySQL or Postgres? > > > > org.apache.hivemind.ApplicationRuntimeException > Unable to construct service > honeycomb.hibernate.HibernateSessionFactory: Error building > service honeycomb.hibernate.HibernateSessionFactory: Failure > invoking constructor for class > com.javaforge.honeycomb.hivemind.hibernate.HibernateSessionFac > tory: java.lang.NullPointerException > location: > jar:file:/C:/home/dev/.m2/repository/com/javaforge/honeycomb/H > oneycombHibernate/0.3.3/HoneycombHibernate-0.3.3.jar!/META-INF > /hivemodule.xml, line 28, column 74 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]