You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Raymond Feng (JIRA)" <de...@tuscany.apache.org> on 2009/02/25 00:50:01 UTC

[jira] Resolved: (TUSCANY-2869) Saxon xpath 8.7 meta-inf/services declaration problem

     [ https://issues.apache.org/jira/browse/TUSCANY-2869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Feng resolved TUSCANY-2869.
-----------------------------------

    Resolution: Fixed

By the XPathFactory API, the file is a property file. See: http://java.sun.com/javase/6/docs/api/javax/xml/xpath/XPathFactory.html#newInstance(java.lang.String).

I checked in a fix under r747607

> Saxon xpath 8.7 meta-inf/services declaration problem
> -----------------------------------------------------
>
>                 Key: TUSCANY-2869
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2869
>             Project: Tuscany
>          Issue Type: Bug
>            Reporter: ant elder
>             Fix For: Java-SCA-2.0
>
>
> The Saxon jar saxon-xpath-8.7.jar contains a meta-inf/services/javax.xml.xpath.XPathFactory file that contains the following:
> http\://java.sun.com/jaxp/xpath/dom: net.sf.saxon.xpath.XPathFactoryImpl
> http\://saxon.sf.net/jaxp/xpath/om:  net.sf.saxon.xpath.XPathFactoryImpl
> http\://www.xom.nu/jaxp/xpath/xom:   net.sf.saxon.xpath.XPathFactoryImpl
> http\://jdom.org/jaxp/xpath/jdom:    net.sf.saxon.xpath.XPathFactoryImpl
> This causes a problem in the Tuscany ContextClassLoaderServiceDiscoverer class as it uses "http\://java.sun.com/jaxp/xpath/dom" as the class name

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.