Hello!

I have a threaded hivemind service in which I would like to have a reference to a state object defined like this:

<contribution configuration-id="tapestry.state.ApplicationObjects">
  <state-object name="cart" scope="session">
    <create-instance class="com.ingemark.ws.model.ShoppingCart"/>
  </state-object>
</contribution>

How do I do this? How do I obtain a reference the ShoppingCart object within my threaded service?


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

Reply via email to