unsubscribe

2009-05-12 Thread Ramesh Vishwanatham
DTCC DISCLAIMER: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please notify us immediately

Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-22 Thread Ramesh Vishwanatham
Sagara Thanks for the info. Looks like axis2 does not support JAX-WS with aar deployment along with war. It is kind of disappointment and hoping axis2 team will address this issue. Regards Ramesh --- Hi Ramesh , According to the Axis2

Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-20 Thread Ramesh Vishwanatham
*** Body Not Included *** DTCC DISCLAIMER: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error,

Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-20 Thread Ramesh Vishwanatham
in the dark! Regards Alain Ramesh Vishwanatham wrote: Hi Alain Thanks for quick response. My understanding is, you deploy jar file (without services.xml) in servicejars directory under axis2 distribution and run axis2server.bat and not under tomcat. Use aar deployment (along with services.xml

Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-20 Thread Ramesh Vishwanatham
Sagara Thanks for your reply. I went through samples folder and could not find any example how to implement simple web service with folling combination: 1) Write a wsdl 2) Generate classes using wsimport class. (Topdown model with JAX-WS) 3) Implement Service class 4) Write a services.xml 5)

RE: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-20 Thread Ramesh Vishwanatham
directory. Good luck Alain Ramesh Vishwanatham wrote: Hi Alain Thanks for clarifying the axis2 depliyment. I will take a look JAXWSDeployer class. The axis2 behaviour is different with war and aar. Below Implementation class deployed as war (services.xml is included) is successful

Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-17 Thread Ramesh Vishwanatham
Hi Axis2 Developers and Gurus Recently I have sent below request to axis2-user group and did not get any responses at all. I am evalutaing axis2 and JAX-WS programming model and struck with simple sample application. I found there is not much material out there like how-to step by step guild

Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-15 Thread Ramesh Vishwanatham
Hi All I am getting below error when a client calls a web service operation built using Axis2 1.4.1, Java 1.6, JAX-WS and Tomcat 6.0.18: [ERROR] Message Receiver not found for AxisOperation: {http://service/}getQuote org.apache.axis2.AxisFault: Message Receiver not found for AxisOperation:

The service class cannot be found for this AxisService -- JAX-WS with Axis2 problem

2009-03-30 Thread Ramesh Vishwanatham
All I am having problem with a JAX-WS based web service using Axis2. Below is the Exception stack when client tries to reach this service: [ERROR] The service class cannot be found for this AxisService. java.lang.RuntimeException: The service class cannot be found for this AxisService.

Subject: AxisFault: Read timed out error with Custom Socket Factory

2008-12-03 Thread Ramesh Vishwanatham
Hi All I am getting AxisFault: Read timed out error when I override default socket factory mechanism mentined in one of Knowledge base article. 1) Behaviour of the client is, it pauses for sometime after the handshakeCompleted is done and generates exception. Below is output and exception

Re: SSL: ValidatorException: PKIX path building failed

2008-11-25 Thread Ramesh Vishwanatham
Hi Sagi Are you able to resolve this issue? I am getting the same error when I try to run axis2 client to connect to a service using https. Below is my environment: client side: Java 1.5.0_15-b04 Windows xp axis2 1.4.1 server side: - Java 1.4.2 axis2 1.3

RE: axis2.AxisFault: Unconnected sockets not implemented -- exception

2008-11-21 Thread Ramesh Vishwanatham
with the certifiacte (.pfx file extension) which is exported using Yes, export the private key option from IE: keytool error: java.lang.Exception: Input not an X.509 certificate Thanks Ramesh Ramesh Vishwanatham/[EMAIL PROTECTED] 11/20/2008 03:05 PM Please respond to axis-user@ws.apache.org

axis2.AxisFault: Unconnected sockets not implemented -- exception

2008-11-20 Thread Ramesh Vishwanatham
All I am getting below exception when my client using keystore to access https service: [java] Exception in thread main org.apache.axis2.AxisFault: Unconnected sockets not implemented [java] at org.apache.axis2.AxisFault.makeFault(AxisFault.java:417) [java] at

RE: axis2.AxisFault: Unconnected sockets not implemented -- exception

2008-11-20 Thread Ramesh Vishwanatham
? Regards, Prateek From: Ramesh Vishwanatham [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 12:06 PM To: axis-user@ws.apache.org Subject: axis2.AxisFault: Unconnected sockets not implemented -- exception All I am getting below exception when my client using keystore to access

RE: axis2.AxisFault: Unconnected sockets not implemented -- exception

2008-11-20 Thread Ramesh Vishwanatham
sockets not implemented -- exception Ramesh, My point was, when you try hitting server not via IE but, through your program, does your apache/any-program on server side receive it. Prateek From: Ramesh Vishwanatham [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 12:46

Re: java.security.AccessControlException: access denied (java.io.FilePermission ..../WEB-INF/scriptServices read)

2008-11-19 Thread Ramesh Vishwanatham
PROTECTED] 11/18/2008 10:36 PM Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject Re: java.security.AccessControlException: access denied (java.io.FilePermission /WEB-INF/scriptServices read) On Tue, Nov 18, 2008 at 10:51 PM, Ramesh Vishwanatham [EMAIL

Re: java.security.AccessControlException: access denied (java.io.FilePermission ..../WEB-INF/scriptServices read)

2008-11-18 Thread Ramesh Vishwanatham
permission. thanks, Amila. On Fri, Nov 14, 2008 at 9:41 PM, Ramesh Vishwanatham [EMAIL PROTECTED] wrote: Hi Amila After fixing all the policy related exceptions, now I am getting below exception any idea what could be the reason. ServletWrappe E SRVE0100E: Did not realize init() exception

Re: java.security.AccessControlException: access denied (java.io.FilePermission ..../WEB-INF/scriptServices read)

2008-11-14 Thread Ramesh Vishwanatham
) Try to give filePermission to all the file and see first. Then try to narrow down to the level you want. thanks, Amila. On 11/13/08, Ramesh Vishwanatham [EMAIL PROTECTED] wrote: Hi Amila Thanks for replying my question, I have added following in policy file: grant codeBase file:/xyz/xyz.war

Re: java.security.AccessControlException: access denied (java.io.FilePermission ..../WEB-INF/scriptServices read)

2008-11-13 Thread Ramesh Vishwanatham
Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject Re: java.security.AccessControlException: access denied (java.io.FilePermission /WEB-INF/scriptServices read) On Wed, Nov 12, 2008 at 3:24 AM, Ramesh Vishwanatham [EMAIL PROTECTED] wrote: All I have

java.security.AccessControlException: access denied (java.io.FilePermission ..../WEB-INF/scriptServices read)

2008-11-11 Thread Ramesh Vishwanatham
in the policy file to be able to solve with axis2 1.3 version. Thanks in Advance Ramesh Vishwanatham - DTCC DISCLAIMER: This email and any files transmitted with it are confidential and intended

services initialazation alternative to default lazy initilization

2008-10-24 Thread Ramesh Vishwanatham
Hi All Recently I have started exploring axis2 (versions 1.3 and 1.4.1) and read documentation from axis2 web site and read Quickstart Apache Axis2. I have following questions regarding service intialazation: 1) Be default services are initialized, calling init method on service

Re: axis2 1.4 and later versions fail to deploy with Java 1.4.2 under RAD6/WAS6.0

2008-09-30 Thread Ramesh Vishwanatham
in the file. Regards Ramesh Vishwanatham Brian De Pradine [EMAIL PROTECTED] 09/30/2008 06:16 AM Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject Re: axis2 1.4 and later versions fail to deploy with Java 1.4.2 under RAD6/WAS6.0 Hi Ramesh, In order to get

axis2 1.4 and later versions fail to deploy with Java 1.4.2 under RAD6/WAS6.0

2008-09-29 Thread Ramesh Vishwanatham
, is it still a goal of axis2 development team. If someone from axis2 team can clarify these issues and guide me If I need to deploy axis2 1.4 or newer versions under Java 1.4 under RAD6 without modifying the axis2.xml file. Thanks in advance for looking into this matter. Ramesh Vishwanatham

Problems in deploying axis2 version 1.4 with RAD6 (WebSphere v6.0 application container)

2008-08-29 Thread Ramesh Vishwanatham
to APPLICATION based on the recommendations I have seen on the web. If any one has similar problems and have solution please let me know. Thanks in Advance Ramesh Vishwanatham [EMAIL PROTECTED] - DTCC