Hi Werne, I'm also getting error like related to Xfire as below- Invocation of init method failed; nested exception is org.codehaus.xfire.XFireRuntimeException: Error evaluating xpath /mappings/[EMAIL PROTECTED]'http://referencedata.inventory.cobaltgroup.com']. Nested exception is org.jdom.JDOMException: java.lang.NoSuchMethodError: org.jaxen.BaseXPath.<init>(Ljava/lang/String;Lorg/jaxen/Navigator;)V: org.jaxen.BaseXPath.<init>(Ljava/lang/String;Lorg/jaxen/Navigator;)V Caused by: org.codehaus.xfire.XFireRuntimeException: Error evaluating xpath /mappings/[EMAIL PROTECTED]'http://referencedata.inventory.cobaltgroup.com']. Nested exception is org.jdom.JDOMException: java.lang.NoSuchMethodError: org.jaxen.BaseXPath.<init>(Ljava/lang/String;Lorg/jaxen/Navigator;)V: org.jaxen.BaseXPath.<init>(Ljava/lang/String;Lorg/jaxen/Navigator;)V org.jdom.JDOMException: java.lang.NoSuchMethodError: org.jaxen.BaseXPath.<init>(Ljava/lang/String;Lorg/jaxen/Navigator;)V: org.jaxen.BaseXPath.<init>(Ljava/lang/String;Lorg/jaxen/Navigator;)V --------------------------------------------------------------- In my application ear file we have one jaxen.jar file which has Meta-Inf with License and manifest file and my ear file also has Meta-Inf folder with manifest and application.xml file. According to your response in other thread,you said try removing signing information in META-INF of respective-jar,So I'm not sure where is that signing information and from where I've to remove that? I appreciate if you let me know that. Thanks, Anand
Werner Lehmann wrote: > > You have two or more jars in the classpath which include the package > "org.jaxen.NamedAccessNavigator". Those jars are signed with different > certificates. Classloaders reject this. You may want to remove the > signing information in META-INF of the respective jar files or make sure > that they match across all affected jars. > > Werner > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > -- View this message in context: http://www.nabble.com/Invalid-XPath-expression-tp12675972p19280013.html Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
