i' using jdk 1.4, and config the hivemind.xml as blow
<contribution configuration-id="tapestry.state.ApplicationObjects">
<state-object name="application" scope="application">
<create-instance class="d2m.adds.web.ApplicationObject"/>
</state-object>
</contribution>
<service-point id="ImageTextCodeService"
interface="org.apache.tapestry.engine.IEngineService">
<invoke-factory>
<construct class="d2m.adds.web.services.ImageTextCodeService">
<set-object property="linkFactory"
value="service:tapestry.url.LinkFactory"/>
<set-object property="appliction" value="bean:application"/>
</construct>
</invoke-factory>
</service-point>
<contribution configuration-id="tapestry.services.ApplicationServices">
<service name="imageTextCode"
object="service:d2m.adds.web.services.ImageTextCodeService"/>
</contribution>
but it not work, what shall i do?