Problem while reading applicationContext.xml file automatically in integrating struts2+springs2.5+hiberante3.2

2008-03-06 Thread RajiR
HI, I have injected springs into struts2 using applicationContext.xml file.While inserting records into database,am getting spring session by again loading applicationContext.xml file using a java class.Here is that java class: package service; import

Re: Problem while reading applicationContext.xml file automatically in integrating struts2+springs2.5+hiberante3.2

2008-03-06 Thread Musachy Barroso
You should ask this question(s) on the spring forum. In any case you should let the Spring load applicationContext.xml, and not do it yourself, unless you have a good reason for it. musachy On Thu, Mar 6, 2008 at 8:49 AM, RajiR [EMAIL PROTECTED] wrote: HI, I have injected springs into