Sounds like you have an older version of QName (which lacks that constructor) on your path (looks similar to a WebSphere 5.x problem where one of the parent classloaders loads an older version of QName). Try something like QName.class.getProtectionDomain().getCodeSource().getLocation() at the point of the exception to see which one is being used.
Brennan -----Original Message----- From: renjith kalappurackal [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 11:16 AM To: [email protected] Subject: "Error :javax.xml.namespace.QName" Hi All, I am stuck with this particular problem when I tried to deploy my Web Service Solution in JBoss (jboss-3.0.8_tomcat-4.1.24). The solution works fine in my local machine. And When I tried to deploy my service on another machine I am getting an error "java.lang.NoSuchMethodError: javax.xml.namespace.QName.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/la ng/String;)V" Please see the attached file more details. Could anyone tell me the reason why I am getting this error. The Jboss server environment is having other services that are developed in Axis 1.0 The way I deployed axis2.war is by creating a directory webapps in JBoss\server\default\deploy and putting axis2.war which contains AAR file into the newly created directory(JBoss\server\default\deploy\webapps). Thanks in Advance. Renjith Kalappurackal _____ Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. <http://us.rd.yahoo.com/evt=48224/*http:/sims.yahoo.com/>
