You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/08/05 08:44:35 UTC

[jira] Created: (CAMEL-1877) Add support for xpath functions

Add support for xpath functions 
--------------------------------

                 Key: CAMEL-1877
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1877
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.0-M3, 1.6.1
            Reporter: Claus Ibsen


There have recently been a couple of end users with problems using xpath functions with Camel.
We should look into this to see what is missing or wrong.

See nabble:
http://www.nabble.com/using-xpath-tokenize-function-inside-camel-td24659816.html
http://www.nabble.com/Error-when-using-XPath-functions-td24817775.html

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


[jira] Resolved: (CAMEL-1877) Add support for xpath functions

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1877.
--------------------------------

    Resolution: Fixed

trunk: 908446.

Well frankly you have to use Saxon to get additional XPath functions as it support XPath 2.0. The JDK may only support XPath 1.0, unless SUN have added that into JDK 1.6 etc. Anyway you can now more easily tell Camel to use Saxon instead.

> Add support for xpath functions 
> --------------------------------
>
>                 Key: CAMEL-1877
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1877
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.6.1, 2.0-M3
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.3.0
>
>
> There have recently been a couple of end users with problems using xpath functions with Camel.
> We should look into this to see what is missing or wrong.
> See nabble:
> http://www.nabble.com/using-xpath-tokenize-function-inside-camel-td24659816.html
> http://www.nabble.com/Error-when-using-XPath-functions-td24817775.html

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


[jira] Updated: (CAMEL-1877) Add support for xpath functions

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-1877:
-------------------------------

    Fix Version/s: 2.2.0

> Add support for xpath functions 
> --------------------------------
>
>                 Key: CAMEL-1877
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1877
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.6.1, 2.0-M3
>            Reporter: Claus Ibsen
>             Fix For: 2.2.0
>
>
> There have recently been a couple of end users with problems using xpath functions with Camel.
> We should look into this to see what is missing or wrong.
> See nabble:
> http://www.nabble.com/using-xpath-tokenize-function-inside-camel-td24659816.html
> http://www.nabble.com/Error-when-using-XPath-functions-td24817775.html

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


[jira] Assigned: (CAMEL-1877) Add support for xpath functions

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-1877:
----------------------------------

    Assignee: Claus Ibsen

> Add support for xpath functions 
> --------------------------------
>
>                 Key: CAMEL-1877
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1877
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.6.1, 2.0-M3
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.3.0
>
>
> There have recently been a couple of end users with problems using xpath functions with Camel.
> We should look into this to see what is missing or wrong.
> See nabble:
> http://www.nabble.com/using-xpath-tokenize-function-inside-camel-td24659816.html
> http://www.nabble.com/Error-when-using-XPath-functions-td24817775.html

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


[jira] Commented: (CAMEL-1877) Add support for xpath functions

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57492#action_57492 ] 

Claus Ibsen commented on CAMEL-1877:
------------------------------------

trunk: 908466.

Now XPathBuilder supports reading the system property which defines the XPath factory to use

> Add support for xpath functions 
> --------------------------------
>
>                 Key: CAMEL-1877
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1877
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.6.1, 2.0-M3
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.3.0
>
>
> There have recently been a couple of end users with problems using xpath functions with Camel.
> We should look into this to see what is missing or wrong.
> See nabble:
> http://www.nabble.com/using-xpath-tokenize-function-inside-camel-td24659816.html
> http://www.nabble.com/Error-when-using-XPath-functions-td24817775.html

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