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

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

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.


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

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12676263#action_12676263 ] 

ant elder commented on TUSCANY-2869:
------------------------------------

Work around added in r747374

> 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.


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

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12676262#action_12676262 ] 

ant elder commented on TUSCANY-2869:
------------------------------------

See the comment flagged with "TUSCANY-2869" in ContextClassLoaderServiceDiscoverer

> 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.


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

Posted by "Raymond Feng (JIRA)" <de...@tuscany.apache.org>.
     [ 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.