Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C81CE75FC for ; Mon, 31 Oct 2011 02:10:57 +0000 (UTC) Received: (qmail 5697 invoked by uid 500); 31 Oct 2011 02:10:57 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 5660 invoked by uid 500); 31 Oct 2011 02:10:57 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 5652 invoked by uid 99); 31 Oct 2011 02:10:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 02:10:57 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 02:10:55 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5543E329A3A for ; Mon, 31 Oct 2011 02:10:34 +0000 (UTC) Date: Mon, 31 Oct 2011 02:10:34 +0000 (UTC) From: "Daniel Kulp (Commented) (JIRA)" To: dev@camel.apache.org Message-ID: <229182887.39249.1320027034350.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1687639710.36216.1319892092230.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CAMEL-4595) Add tokenize by pair to be able to split big XML files in streaming mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CAMEL-4595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139861#comment-13139861 ] Daniel Kulp commented on CAMEL-4595: ------------------------------------ Nux is a BSD license. That is compatible. That said, no updates since 2006 is a big concern. > Add tokenize by pair to be able to split big XML files in streaming mode > ------------------------------------------------------------------------ > > Key: CAMEL-4595 > URL: https://issues.apache.org/jira/browse/CAMEL-4595 > Project: Camel > Issue Type: New Feature > Components: camel-core > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 2.9.0 > > > Using XPath to split big XML files is not optimal as the JDK XPath framework doesn't support streaming mode yet. It may come in the future. > So instead we can introduce a tokenizer which can grab the xml content between start/end tokens instead. Then we can parse big files with very low memory footprint. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira