Hmmm.. I am guessing here - Can you check if you have the stub class in the classpath where Axis2 can find it - probably you now have the stub class in the .mar or module directory structure?
Yash -----Original Message----- From: Asma Maalej [mailto:[email protected]] Sent: Friday, October 02, 2009 8:31 AM To: [email protected] Subject: java.lang.ClassNotFoundException Hello In order to return the |Stub Class| object associated with the class of the web service, I used the following method within a handler ********* */Class thisClass =Class.forName(serviceName+"Stub"); Object iClass = thisClass.newInstance();/* ********* but this, launch me this Exception: */java.lang.ClassNotFoundException /*this exception is due to the unknown location of the Stub Class. Now, I will explain you my problem. In fact, when I implement this code on Axis1, it worked well, because I could put the Stub Class under the package repository which is next to the Handler Class. But when I tried to upgrade this work on Axis2-1.4.1, which impose the use of module concept, I can't no more put the Stub Class closed to Handler one in order to instanciate it. Can someone help me to resolve this issue, please -- Asma MÂALEJ BESBES Laboratoire LAAS - CNRS Toulouse - France Tèl: +33 (0)5 61 33 62 63 Mobile: +33 (0)6 72 18 36 56 E-mail: [email protected]
