Thanks. I must look into it further. However I can make my class into a Hivemind service, but the problem is that it must also be a webservice (SOAP by Axis). The Axis descriptor file just constructs my class skipping all Hivemind thingies and instantiation. Therefore the instance of my class is not touched by Hivemind and cannot access the module provider.
On Thu, 2006-01-12 at 10:35 +0000, Joe Trewin wrote: > Hi - you can set up a configuration to get this property injected into any > service you need to access it from - see: > > http://www.nabble.com/RE%3A-How-to-get-hivemind-object--p820390.html > > (archive of a previous post) > > -----Original Message----- > From: Norbert Sándor [mailto:[EMAIL PROTECTED] > Sent: 12 January 2006 10:29 > To: Tapestry development > Subject: Re: Tapestry and Hivemind > > You can subclass ApplicationServlet and make it accessible depending on your > needs. For example I usually put it in a ThreadLocal (and of course remove it > at the end of the request). > > Maybe there are better solutions... > > BR, > Norbi > > ----- Original Message ----- > From: "Stijn Christiaens" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Thursday, January 12, 2006 11:23 AM > Subject: Tapestry and Hivemind > > > > Hello everybody. > > > > Thanks for working on Tapestry, it has been difficult, > > but now more of a pleasure to work with it. > > > > My question: is it already possible to access the Hivemind registry that > > the Tapestry ApplicationServlet manages? > > > > Thanks in advance, > > > > Ciao, > > > > Stijn > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > -- > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.1.371 / Virus Database: 267.14.17/227 - Release Date: 2006. 01. > > 11. > > > > > --------------------------------------------------------------------- > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
