Hi, I'm wondering, if it is possible to get a hold on Spring ApplicationContext in my WebService? I've got a WAR file with multiple AAR files and I don't want to start a separate context for each of them. I've got one already started which is managing my application [activemq, some beans] and I want to get access to it in my webservices. I need access to some connection pools that are managed by my spring configuration, and as you may know it, I don't really want to have separate connection pool for each AAR file.
So... again, is there any way I can access spring applicationcontect in my webservice, that is in AAR? Best regards, -- Krystian Szczesny This e-mail and any attachments are confidential and may also be legally privileged and/or copyright material of Intec Telecom Systems PLC (or its affiliated companies). If you are not an intended or authorised recipient of this e-mail or have received it in error, please delete it immediately and notify the sender by e-mail. In such a case, reading, reproducing, printing or further dissemination of this e-mail or its contents is strictly prohibited and may be unlawful. Intec Telecom Systems PLC does not represent or warrant that an attachment hereto is free from computer viruses or other defects. The opinions expressed in this e-mail and any attachments may be those of the author and are not necessarily those of Intec Telecom Systems PLC. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
