Re: host param in axis2.xml set with AxisConfiguration

2011-01-12 Thread Amila Suriarachchi
On Wed, Jan 12, 2011 at 9:54 PM, Bartolomeo Nicolotti wrote: > Hello, > > I've set the "hostname" parameter in axis2.xml by hand: > > aaa.bbb.ccc.ddd > > The problme is that we've different servers, so we've to keep a > different axis2.xml for each one, and this is not good. > > We've already the

Re: Axis2 Spring integration

2011-01-12 Thread Amila Suriarachchi
On Wed, Jan 12, 2011 at 9:18 PM, nch wrote: > Hi, there. > > I have developed two Axis2 web services. Both integrate with Spring > following http://axis.apache.org/axis2/java/core/docs/spring.html#a26 > Both services work correctly when deployed alone but, if both are deployed, > only > the servi

Re: Axis2 Spring integration

2011-01-12 Thread Tharindu Mathew
It might be better to ask this on carbon-...@wso2.org :) On Wed, Jan 12, 2011 at 10:20 PM, nch wrote: > Which version ... good question. > I'm running these services on WSO2 BPS 2.0.1 with "Service hosting > feature", so > it's Axis2 version 1.6-wso2v2 (I think they compile Axis2 from trunk). B

Re: Axis2 Spring integration

2011-01-12 Thread nch
Which version ... good question. I'm running these services on WSO2 BPS 2.0.1 with "Service hosting feature", so it's Axis2 version 1.6-wso2v2 (I think they compile Axis2 from trunk). But I can't tell if WSO2 has made any changes to it. I'll have to check with them. I'm following "Spring Inside

host param in axis2.xml set with AxisConfiguration

2011-01-12 Thread Bartolomeo Nicolotti
Hello, I've set the "hostname" parameter in axis2.xml by hand: aaa.bbb.ccc.ddd The problme is that we've different servers, so we've to keep a different axis2.xml for each one, and this is not good. We've already the value aaa.bbb.ccc.ddd for each server in another configuration file, is it

Re: Axis2 Spring integration

2011-01-12 Thread robert lazarski
On Wed, Jan 12, 2011 at 12:48 PM, nch wrote: > Hi, there. > > I have developed two Axis2 web services. Both integrate with Spring > following http://axis.apache.org/axis2/java/core/docs/spring.html#a26 > Both services work correctly when deployed alone but, if both are deployed, > only > the serv

Axis2 Spring integration

2011-01-12 Thread nch
Hi, there. I have developed two Axis2 web services. Both integrate with Spring following http://axis.apache.org/axis2/java/core/docs/spring.html#a26 Both services work correctly when deployed alone but, if both are deployed, only the service that was last deployed works. The previously deployed