Take a look at the schema provided in tapestry.state.xml in the tapestry source and you will see what hivemind is expecting you to provide. It is not the same as a service-point.
ryan On 10/4/05, Dan Adams <[EMAIL PROTECTED]> wrote: > What is wrong with the following? I've looked through the docs and can't > figure out why it's complaining that invoke-factory has a required > object attribute. This worked before with create-instance. > > <contribution configuration-id="tapestry.state.ApplicationObjects"> > <state-object name="user-data" scope="session"> > <invoke-factory> > <construct class="UserData"> > <set-object property="siteService" > value="spring:siteService" /> > </construct> > </invoke-factory> > </state-object> > </contribution> > > I'm getting this exception: > > Element state-object/invoke-factory (at context:/WEB-INF/hivemodule.xml, > line 10, column 21) contains errors: Attribute 'object' is required but > no value was provided. > > > -- > Dan Adams > Software Engineer > Interactive Factory > > > --------------------------------------------------------------------- > 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]
