Re: Starting axis2server.sh in a different port

2010-04-24 Thread Demetris
Exactly - ok thanks Amila - I am used to changing the services.xml file with Tomcat ;) Amila Suriarachchi wrote: On Sat, Apr 24, 2010 at 11:54 PM, D G > wrote: So the only way is to modify the baseline? Then why not just fix the configurable -p option?

Re: could some one give me a xml schema example that axis2 can't process ?

2010-04-24 Thread Amila Suriarachchi
On Wed, Apr 21, 2010 at 9:22 PM, Xuepeng Li wrote: > en... > I write a simpleType called "intRange" > > > > > > > > > wsdl2java will produce a java class called IntRange.java skeleton (for >

Re: infinite timeout for WS request

2010-04-24 Thread Amila Suriarachchi
On Sat, Apr 24, 2010 at 1:20 AM, Betts, Hendry wrote: > First, I think (and I hope others would agree) that it is a bad idea to > use an “infinite” timeout on a web service. Any service that is taking > “forever” to respond is broken (IMO). > The problem here is that the server takes a lot of t

Re: Standalone Schema without Target Namespace - Axis 2.1.5.1

2010-04-24 Thread Amila Suriarachchi
On Sat, Apr 24, 2010 at 12:30 PM, Andreas Veithen wrote: > Vish, > > In JIRA, there is a tab labelled "Subversion Commits" that allows you > to see the changes related to the issue. You can use that information > to (try to) merge the changes into 1.5.1. > Please have a look at here[1]. Anyway i

Re: Starting axis2server.sh in a different port

2010-04-24 Thread Amila Suriarachchi
On Sat, Apr 24, 2010 at 11:54 PM, D G wrote: > So the only way is to modify the baseline? Then why not just fix the > configurable -p option? > Even with tomcat you need to edit the services.xml file to change the default port. so changing the axis2.xml should be good enough. thanks, Amila. >

unscribe

2010-04-24 Thread Michel Pérez
unscribe -- Michel P�rez Gerente de Proyectos Kynesoft Sistemas Tel�fonos: +58 (212) 263-00-07 / 263-19-91 Fax: +58 (212) 263-00-07 e-mail:[email protected]

Re: Starting axis2server.sh in a different port

2010-04-24 Thread D G
So the only way is to modify the baseline? Then why not just fix the configurable -p option? Kasoun why is editing the axis2.XML a workaround? Isn't that a good enough soln? Or you really prefer the -p option? Can you share the changes to the axis2.XML? On Apr 24, 2010, at 9:22 AM, Martin G

RE: Starting axis2server.sh in a different port

2010-04-24 Thread Martin Gainty
bash>export AXIS2_PORT=port //modify org.apache.axis2.transport.http.server.HttpFactory.java to accept port parameter from bash private int port; public HttpFactory(ConfigurationContext configurationContext) throws AxisFault { this.configurationContext = configurationContext

Re: Standalone Schema without Target Namespace - Axis 2.1.5.1

2010-04-24 Thread Andreas Veithen
Vish, In JIRA, there is a tab labelled "Subversion Commits" that allows you to see the changes related to the issue. You can use that information to (try to) merge the changes into 1.5.1. Andreas On Sat, Apr 24, 2010 at 00:25, Vishwal Shah wrote: > Hi Andreas, >  I did see that is fixed in 1.6,