the service "de.plattform.web.HibernateSession" you're missing should be defined in you core project (PlatformCore in you case, I suppose). So please make sure that 1. platform-core.jar contains a META-INF/hivemodule.xml with the above service. 2. platform-core.jar is on the classpath of the WEb-APP
N.B. THe latest version 0.3.1 comes with a complete Maven Build. So: installing the Maven2-Plugin for Eclipse (or maven2 itself if you don't use Eclipse) and running maven, with goal install for HoneycombLib, the core-project and the web-project should get you started. Marcus > -----Original Message----- > From: Andreas Bulling [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 27, 2006 7:12 PM > To: Tapestry users > Subject: Re: [HoneyComb] problems to get started... > > > It seems to have been an error in the generated jar, now I > get the following > exception: > > --- > Unable to construct service > de.plattform.web.ConversationPropertyPersistenceStrategy: > Error building service > de.plattform.web.ConversationPropertyPersistenceStrategy: > Service point de.plattform.web.HibernateSession does not exist. > --- > > Just to make sure: I also created a plattform-core.jar which has > the following directory structure: > > / > de/plattform/... > META-INF/ <- contains hivemodule.xml and hibernate.cfg.xml > > the plattform-web part looks like: > > / > WEB-INF/ <- contains the second hivemodule.xml, web.xml and > .application > > Whats wrong here? > > Andreas > > --------------------------------------------------------------------- > 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]