I'm using the hivemind servlet filter for my webapp which works great. I'm curious how I can use it for my web service. For now I'm working on a small webapp that has both a webapp and a web service in the same webapp. If I use:
RegistryBuilder.constructDefaultRegistry(); then will I destroy the registry created by the filter? Another idea I had was to create a static class with a static method getRegistry. A servlet could get the registry from the servlet filter and set it on the static class, so then the web service would just get the registry from the static class. This seems like a lot of work though just to get the registry. Is there a better way? -Michael -- This E-mail is confidential. It may also be legally privileged. If you are not the addressee you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return E-mail. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
