You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "chiragsanghavi (via GitHub)" <gi...@apache.org> on 2023/03/15 01:55:27 UTC

[GitHub] [camel-karavan] chiragsanghavi opened a new issue, #684: Need ability to provide xpression for xtokenize

chiragsanghavi opened a new issue, #684:
URL: https://github.com/apache/camel-karavan/issues/684

   Following is a valid route as per 3.20.3 (not releated yet) and 4.0.0-M2.
   ```
   - route:
       id: route-a6b4
       from:
         uri: file:/home/myfolder/batchsplit/in
         id: from-d1ca
         steps:
           - split:
               id: split-6d45
               expression:
                 xtokenize:
                   id: xtokenize-dca2
                   mode: w
                   expression: //BatchMaster
               streaming: true
               steps:
                 - to:
                     uri: file:/home/myfolder/batchsplit/out?fileName=${exchangeId}.xml
                     id: to-1a10
   ```
   
   While creating / viewing this in Karavan; it does not allow editing or creating expression of ```//BatchMaster```.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] davsclaus commented on issue #684: Need ability to provide xpression for xtokenize

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #684:
URL: https://github.com/apache/camel-karavan/issues/684#issuecomment-1470239538

   Ah yeah simple has such a thingy, we need it for xtokenize too


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin commented on issue #684: Need ability to provide xpression for xtokenize

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #684:
URL: https://github.com/apache/camel-karavan/issues/684#issuecomment-1490239493

   Fixed with this one https://github.com/apache/camel-karavan/issues/697


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin closed issue #684: Need ability to provide xpression for xtokenize

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin closed issue #684: Need ability to provide xpression for xtokenize 
URL: https://github.com/apache/camel-karavan/issues/684


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin commented on issue #684: Need ability to provide xpression for xtokenize

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #684:
URL: https://github.com/apache/camel-karavan/issues/684#issuecomment-1470191235

   @davsclaus there is `expression` property for [XMLTokenizerExpression in CamelYamlDsl.json](https://github.com/apache/camel/blob/main/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json#L6551) but there is no such property in catalog metadata [xtokenize.json](https://github.com/apache/camel/blob/main/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xtokenize.json). On purpose or a bug?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] davsclaus commented on issue #684: Need ability to provide xpression for xtokenize

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #684:
URL: https://github.com/apache/camel-karavan/issues/684#issuecomment-1470262018

   okay expression added for 3.21, 3.20.3 and v4 releases.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org