I'm going to try what you suggested, however, do it means the published axis2 1.5.1 do not work ?
Thanks a lot, Massimiliano On Thu, Jun 17, 2010 at 7:49 PM, Martin Gainty <[email protected]> wrote: > i think thilina jar'ed those classes into either Milestone1 or Milestone2 > jar (from Axis2-1.6 distro) so > check Axis2-core-M1.jar or Axis2-core-M2.jar one or the other but not both > are located in > $CATALINA_HOME/webapps/Axis2/web-inf/lib > > I'm not sure if the Axis2-1.6 binaries were pushed to the mirrors so you > may want to down the source from > http://ws.apache.org/axis2/svn.html > set project.id=axis2-core > set project.version=2.1.6 > ant /core/branches/java/1_1/build.xml m2-filesys-deploy > to compile and jar your axis2-core-2.1.6.jar > make sure you deploy axis2-core-2.1.6.jar to webapps/axis2/WEB-INF/lib > > Martin Gainty > ______________________________________________ > Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht > dient lediglich dem Austausch von Informationen und entfaltet keine > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le > destinataire prévu, nous te demandons avec bonté que pour satisfaire informez > l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci > est interdite. Ce message sert à l'information seulement et n'aura pas > n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > > > ------------------------------ > From: [email protected] > Date: Thu, 17 Jun 2010 18:44:51 +0200 > Subject: ClassNotFoundException with Apache Axis2 > (org.apache.axis2.transport.http.AxisAdminServlet) > To: [email protected] > > > Hi all. > > I'm developing an application with AXIS 2 1.5.1, however I'm having some > classloading issue: I always get a ClassNotFoundException > org.apache.axis2.transport.http.AxisAdminServlet. > > My Application server is Tomcat (I tried with websphere 7 too, but I get > the same error). > > Here is the stacktrace: > > SEVERE: Error loading WebappClassLoader > delegate: false > repositories: > /WEB-INF/classes/ > ----------> Parent Classloader: > org.apache.catalina.loader.standardclassloa...@13bad12 > org.apache.axis2.transport.http.AxisAdminServlet > java.lang.ClassNotFoundException: > org.apache.axis2.transport.http.AxisAdminServlet > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387) > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233) > at > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1095) > at > org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:993) > at > org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4149) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4458) > > I tried to find the AxisAdminServlet inside all my jars and I couldn't find > it. > > Which jar file should I include to find such class? > > Thanks, > Massimiliano > > ------------------------------ > The New Busy is not the too busy. Combine all your e-mail accounts with > Hotmail. Get > busy.<http://www.windowslive.com/campaign/thenewbusy?tile=multiaccount&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_4> >
