Hi

I have created an ASO and i'd like it to startup when everything
initialises:

<?xml version="1.0" encoding="UTF-8"?>
<module id="desiestclient" version="1.0.0">
        <contribution configuration-id="tapestry.state.ApplicationObjects">
                <state-object name="trackCache" scope="application">
                        <create-instance class="MyPackage.CacheBean" />
                </state-object>
        </contribution>
                
        <contribution configuration-id="hivemind.Startup">
                <startup object="service:trackCache"/>
  </contribution>
</module>


It seems "hivemind.Startup" is not recognised. How do I do this in tapestry
???

Cheers,
-- 
View this message in context: 
http://www.nabble.com/ASO-auto-startup-%28Tap-4%29-tf3250438.html#a9035803
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to