I think the configuration point you're looking for is "tapestry.state.ApplicationObjects", not "hivemind.state.ApplicationObjects".
--knut On 8/2/05, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: > Hello there! on my hivemodule of my Tapestry app I have: > <contribution configuration-id="hivemind.state.ApplicationObjects"> > <state-object name="visit" scope="session"> > <create-instance class="net.sf.webfeeds.view.visit.Visit"/> > </state-object> > </contribution> > > On startup I get: > org.apache.hivemind.ApplicationRuntimeException: Error at > context:/WEB-INF/hivemodule.xml, line 11, column 68: Module webfeeds > has contributed to unknown configuration point > hivemind.state.ApplicationObjects. The contribution has been ignored. > > Any ideas? > > Regards > > PS: hivemind1.1-beta2 > Tapestry 4.0-beta2 > > --------------------------------------------------------------------- > 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]
