RE: Netsed (static inner) classe still does not function (in spite of the patch mentioned in the JIRA-4448)

2011-05-08 Thread fadila.mumbasic
Thanks, Andreas. I wasn't able to find any release roadmap, so could you tell me what is the scheduled date for Axis2 1.5.5? Thank you, Fadila -Original Message- From: Andreas Veithen [mailto:andreas.veit...@gmail.com] Sent: Saturday, May 07, 2011 8:20 PM To: java-user@axis.apache.o

Re: Difference in schemaLocation for wsdl2java in 1.3 and 1.5.4

2011-05-08 Thread Barry Rawlinson
Hi Martin, thanks for your reply. What I'm saying is happening is that: with version 1.3 wsdl2java downloads all of the xsd files referenced in the original wsdl and puts those xsd files in the resources directory. e.g. xsd13.xsd It then replaces all references in the generated wsdl(s) such as sc

AXIS2: service does not respond once the max http connections are reached

2011-05-08 Thread Bhat B, Niranjan (NSN - IN/Bangalore)
Hi Axis2 users, I am facing a peculiar problem. I am using axis2-1.5.1 inside tomcat 6. The tomcat server faces a burst of webservice requests once in a while and reaches the max http connections and gives the following log: "INFO: Maximum number of threads (300) created for connector with address

RE: NoSuchMethodError: org.apache.axis2.addressing.EndpointReference.isWSAddressingAnonymous()Z

2011-05-08 Thread Mark Bullathsinghalage Cooray
getValue needs to be declared public method in service*stub.java e.g. Yes, it is a public method Yes I can, it is correct, please find the below WSDL for getValue http://schemas.xmlsoap.org/wsdl/"; xmlns:axis2="http://services/"; xmlns:ns1="http://org.apac

RE: Difference in schemaLocation for wsdl2java in 1.3 and 1.5.4

2011-05-08 Thread Martin Gainty
so what you're saying is 1.5.4 wont recognise local schemas? did you try prefixing schemaLocation with file:/// so your import statement would look something like assuming xsd13.xsd is located in C:/temp http://docs.oasis-open.org/wsrf/r-2"/> ? Martin

RE: NoSuchMethodError: org.apache.axis2.addressing.EndpointReference.isWSAddressingAnonymous()Z

2011-05-08 Thread Mark Bullathsinghalage Cooray
I Fixed the error : no such method, and did follow the below steps in creating a payload and invoking the operation, However, I get following error: 09/05/2011 10:37:17 AM axiomtryout.NewServiceClient creatClient SEVERE: null org.apache.axis2.AxisFault: The getValue operation cannot be found.

Re: NoSuchMethodError: org.apache.axis2.addressing.EndpointReference.isWSAddressingAnonymous()Z

2011-05-08 Thread Mark Bullathsinghalage Cooray
Andreas, yes this was the cause of error. I fixed it now some other errors come in. >>> Andreas Veithen 8/05/2011 2:09 AM >>> This error typically occurs if you have a mix of JARs/modules from different (incompatible) Axis2 versions. Andreas On Fri, May 6, 2011 at 05:05, Mark Bullathsinghalage

Difference in schemaLocation for wsdl2java in 1.3 and 1.5.4

2011-05-08 Thread Barry Rawlinson
Hello, Apologies if this is a newbie question: When I run wsdl2java using the 1.5.4 build I get wsdl files and services.xml generated in the resources directory. All schema locations within the wsdl files are on the net: for example: http://docs.oasis-open.org/wsrf/r-2"; schemaLocation=" http://

Re: Ambigious use of isElementData in the Block interface ?

2011-05-08 Thread Ivan
Could anyone help to give some comments on this ? Thanks. 2011/5/6 Ivan > In the Block interface, a method named isElementData is defined with doc > description below, from my understanding, it only return true while the > block could be represented as a single element. > /** > * @return tr