Re: RE: RE: RE: HoneycombLib/Hibernate problem

2007-01-04 Thread munich
Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) ---- Original-Nachricht Datum: Thu, 04 Jan 2007 14:52:57 +0100 Von: [EMAIL PROTECTED] An: "Tapestry users" Betreff: Re: RE: RE: RE: Honey

Re: RE: RE: RE: HoneycombLib/Hibernate problem

2007-01-04 Thread James Carman
nit on com.javaforge.honeycomb.hivemind.hibernate.HibernateSessionFactory): could not instantiate id generator Original-Nachricht Datum: Thu, 4 Jan 2007 09:10:31 +0100 Von: [EMAIL PROTECTED] An: users@tapestry.apache.org Betreff: RE: RE: RE: HoneycombLib/Hibernate problem > Oh, now

Re: RE: RE: RE: HoneycombLib/Hibernate problem

2007-01-04 Thread munich
2007 09:10:31 +0100 Von: [EMAIL PROTECTED] An: users@tapestry.apache.org Betreff: RE: RE: RE: HoneycombLib/Hibernate problem > Oh, now I see it: > > Instead of > > org.hibernate.dialect.MySQLDialect > > > you need to write > > > > since in HiveMind

Re: RE: RE: RE: HoneycombLib/Hibernate problem

2007-01-04 Thread munich
+0100 Von: [EMAIL PROTECTED] An: users@tapestry.apache.org Betreff: RE: RE: RE: HoneycombLib/Hibernate problem > Oh, now I see it: > > Instead of > > org.hibernate.dialect.MySQLDialect > > > you need to write > > > > since in HiveMind descriptor

RE: RE: RE: HoneycombLib/Hibernate problem

2007-01-04 Thread Marcus.Schulte
TECTED] > Sent: Wednesday, January 03, 2007 10:01 PM > To: Tapestry users > Subject: Re: RE: RE: HoneycombLib/Hibernate problem > > > mysql-connector-java > mysql-connector-java > 3.1.14 > > > (only a manual maven

Re: RE: RE: HoneycombLib/Hibernate problem

2007-01-03 Thread munich
help! Original-Nachricht Datum: Wed, 3 Jan 2007 13:35:22 +0100 Von: [EMAIL PROTECTED] An: users@tapestry.apache.org Betreff: RE: RE: HoneycombLib/Hibernate problem > Somehow the hibernate session factory is not initialised correctly. > Usually, there's some more info in

RE: RE: HoneycombLib/Hibernate problem

2007-01-03 Thread Marcus.Schulte
IL PROTECTED] > Sent: Wednesday, January 03, 2007 12:41 PM > To: Tapestry users; users@tapestry.apache.org > Subject: Re: RE: HoneycombLib/Hibernate problem > > Hi there! > > Inside the generated Core project I adapted the > hivemodu

Re: RE: HoneycombLib/Hibernate problem

2007-01-03 Thread munich
Hi there! Inside the generated Core project I adapted the hivemodule.xml file like that: org.hibernate.dialect.MySQLDialect org.gjt.mm.mysql.Driver root thepa