Yes ,I'm using Jaxen which has baseXPath class.So what would be the solution for this?Do i need to change my jaxen.ar version to some other version ?If so which version has this BaseXPath with navigator parameter in their constructor...any idea.
Werner Lehmann wrote: > > Signing info is in the meta-inf folder, you should recognize it if you > see it. However, the latest error is obviously different. Now you are > using a Jaxen BaseXPath class which is missing a specific constructor > (the one taking a Navigator parameter, if I am not mistaken). > > anandintouch wrote: >> 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 >>> >>> >>> >> > > > --------------------------------------------------------------------- > 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-tp12675972p19295037.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
