Axis2 timeout issue

2011-07-14 Thread Himakar Chennapragada
changing the subject to better describe the content/issue. Best Regards, -Himakar Himakar Chennapragada IMS e-Business, SOA Development IBM Silicon Valley Lab, San Jose, CA Phone: 408-463-4758, Tie Line: 543-4758 Email: hima...@us.ibm.com --

Axis2 question

2011-07-14 Thread Himakar Chennapragada
Hi, We have an Axis2 timeout issue that we are trying to resolve and need your urgent help. Any input/comments are highly appreciated. Thanks! Here is some ba

AClassNotFoundException on MessageReceiverInOut

2011-07-14 Thread Le Anh Tuan
I got error notice when I tried to run axis2: [INFO] script module activated org.apache.axis2.deployment.DeploymentException: A ClassNotFoundException error occurred in loading the message receiver com.ttdev.ss.SimpleServiceMessageReceiverInOut I checked my services.xml that generated by Eclipse

Re: Cannot instantiate the type ADBDataSource

2011-07-14 Thread Le Anh Tuan
Hi Andreas, Thank you very much. Following your instruction, I use Code Generator Plugin 1.6 & Axis2 1.6 (not the last version) and it works perfectly. On Thu, Jul 14, 2011 at 8:46 PM, Andreas Veithen wrote: > That usually occurs because there is a mismatch between the Axis2 > version used at run

JAXB XSD generation for JAX-WS not consistent with JAXB RI

2011-07-14 Thread Steve Ash
Hello, We developed a JAX-WS service with JAXB annotations on our data types. We have been running it through the Endpoint class using the JAXB implementation bundled with the JDK for 6 months. I am trying to switch to Tomcat with Axis2. I have developed a services.xml as below, and I can see ax

Re: Cannot instantiate the type ADBDataSource

2011-07-14 Thread Andreas Veithen
That usually occurs because there is a mismatch between the Axis2 version used at runtime and the Axis2 version used to generate the code. Andreas On Thu, Jul 14, 2011 at 09:36, Le Anh Tuan wrote: > > Today I got Eclipse and Axis Code Generator plugin installed. After > generated Java files from

RE: Very basic problem

2011-07-14 Thread oscar perez
Hi, If i deploy axis2.war on tomcat 7, trough tomcat´s manager page, deploy correctly but when i click on /axis2 i get : org.apache.axis2.AxisFault: The service cannot be found for the endpoint reference (EPR) /axis2/services/ at org.apache.axis2.engine.DispatchPhase.checkPostConditions(D

RE: Very basic problem

2011-07-14 Thread oscar perez
Hi, Ok, any url rewrites to "http://localhost:8080/axis2/services";, for example "http://localhost:8080/aa"; axis2.transport.http.server.AxisHttpService - Request method: GET axis2.transport.http.server.AxisHttpService - Target URI: /aa axis2.transport.ht

RE: Very basic problem

2011-07-14 Thread oscar perez
Hi, I´m using axis2-1.5.5. I just unzip, set AXIS2_HOME variable, other environment variables are ok, run axis2server.bat, and up ok. I´m not getting errors, the browser just rewrites the url, i tried firefox and explorer, i disable autocompletetion. Looking for axis2.log, it doesn´t exist. B

Re: Very basic problem

2011-07-14 Thread Chinmoy Chakraborty
what error you are getting? do you have any stack trace? which version of Axis2 you are using? On Thu, Jul 14, 2011 at 3:04 PM, oscar perez wrote: > Hi, > > I want develop with axis2, i'm newbie on this framework, i downloaded and > installed on win7. > > With standard binary distribution (

Very basic problem

2011-07-14 Thread oscar perez
Hi, I want develop with axis2, i'm newbie on this framework, i downloaded and installed on win7. With standard binary distribution ( the last stable release ), run the server with axis2server.bat, then i access "http://localhost:8080/axis2"; and the browser rewrites to ""http://localho

Cannot instantiate the type ADBDataSource

2011-07-14 Thread Le Anh Tuan
Today I got Eclipse and Axis Code Generator plugin installed. After generated Java files from WSDL, I got an error both happens in two operation Java file: Cannot instantiate the type ADBDataSourceConcatRequest.java Cannot instantiate the type ADBDataSourceConcatResponse.java These lines