java.lang.InstantiationException while building ServiceClient

2007-12-10 Thread Thorsten Deelmann
Hello, I've got the following problem: I just want to instatiate org.apache.axis2.client.ServiceClient. I think, it has to work like this: SecurityClient sender = new SecurityClient(); But when processing, i get a java.lang.InstantiationException: Exception in thread main

Re: java.lang.InstantiationException while building ServiceClient

2007-12-10 Thread Paul Fremantle
Looks like a classpath problem. Have you got wstx-asl-3.2.1.jar in the classpath? Paul On Dec 10, 2007 4:54 PM, Thorsten Deelmann [EMAIL PROTECTED] wrote: Hello, I've got the following problem: I just want to instatiate org.apache.axis2.client.ServiceClient. I think, it has to work like

Re: java.lang.InstantiationException while building ServiceClient

2007-12-10 Thread Thorsten Deelmann
Yes, I think so. Same problem. 2007/12/10, Paul Fremantle [EMAIL PROTECTED]: Looks like a classpath problem. Have you got wstx-asl-3.2.1.jar in the classpath? Paul On Dec 10, 2007 4:54 PM, Thorsten Deelmann [EMAIL PROTECTED] wrote: Hello, I've got the following problem: I

Re: java.lang.InstantiationException while building ServiceClient

2007-12-10 Thread Martin Gainty
is axis2.xml and services.xml well-formed? M - Original Message - From: Thorsten Deelmann To: axis-user@ws.apache.org Sent: Monday, December 10, 2007 11:54 AM Subject: java.lang.InstantiationException while building ServiceClient Hello, I've got the following problem