Hi Robert, Like I've said, I want to access already existing applicationContext. With this document http://ws.apache.org/axis2/1_3/spring.html I can create a separate context for each AAR file or load a webservice from spring [which I can't because the AAR files are not loaded when spring is starting]. This is definitely not something I want to achieve.
If I am wrong, and the solution to my problem is hidden somewhere there, please give me a pointer, I would really appreciate it. Best regards, Krystian > -----Original Message----- > From: robert lazarski [mailto:[EMAIL PROTECTED] > Sent: 19 May 2008 15:28 > To: [email protected] > Subject: Re: Axis with Spring > > See the axis2 spring tutorial, as it shows you how to do this. > > Robert > > On Mon, May 19, 2008 at 11:25 AM, Krystian Szczesny > <[EMAIL PROTECTED]> wrote: > > 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] > > > > > > --------------------------------------------------------------------- > 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]
