Re: How to run Multiple Spring with in AAR in single Axis Container

2009-04-22 Thread Kris82
Thanks a lot Andreas , It works.. I moved the *. jars and its working fine. iksrazal wrote: On Mon, Apr 20, 2009 at 5:37 PM, Kris82 kit...@gmail.com wrote: I tried this, I moved the jars and still it does do any good. Andreas Veithen-2 wrote: You need to carefully follow the

Re: How to run Multiple Spring with in AAR in single Axis Container

2009-04-21 Thread robert lazarski
On Mon, Apr 20, 2009 at 5:37 PM, Kris82 kit...@gmail.com wrote: I tried this, I moved the jars and still it does do any good. Andreas Veithen-2 wrote: You need to carefully follow the instructions in the section Spring Inside an AAR. In particular, you need to make sure that the

How to run Multiple Spring with in AAR in single Axis Container

2009-04-20 Thread Kris82
Hi, I have been successful in creating AAR with Spring and Hibernate in it with the help of the Axis2 Spring POJO guide. Now my problem is if i have 2 or more AAR's with Spring and Hibernate in it deployed in the same axis container (i.e.; deployed in services folder) only one service works as

Re: How to run Multiple Spring with in AAR in single Axis Container

2009-04-20 Thread Andreas Veithen
You need to carefully follow the instructions in the section Spring Inside an AAR. In particular, you need to make sure that the axis2-spring-*.jar is _not_ located in WEB-INF/lib, but inside the AAR(s). Andreas On Mon, Apr 20, 2009 at 18:07, Kris82 kit...@gmail.com wrote: Hi, I have been

Re: How to run Multiple Spring with in AAR in single Axis Container

2009-04-20 Thread Kris82
I tried this, I moved the jars and still it does do any good. Andreas Veithen-2 wrote: You need to carefully follow the instructions in the section Spring Inside an AAR. In particular, you need to make sure that the axis2-spring-*.jar is _not_ located in WEB-INF/lib, but inside the