Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 62920 invoked from network); 24 Aug 2007 10:25:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Aug 2007 10:25:54 -0000 Received: (qmail 7890 invoked by uid 500); 24 Aug 2007 10:25:50 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 7857 invoked by uid 500); 24 Aug 2007 10:25:50 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 7848 invoked by uid 99); 24 Aug 2007 10:25:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 03:25:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 10:26:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 97FC471420C for ; Fri, 24 Aug 2007 03:25:30 -0700 (PDT) Message-ID: <28010939.1187951130603.JavaMail.jira@brutus> Date: Fri, 24 Aug 2007 03:25:30 -0700 (PDT) From: "Julian Reschke (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-1086) JCR2SPI: Workspace.getImportHandler creates a handler which doesn't work properly under JDK 1.4. In-Reply-To: <15000247.1187951010528.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-1086: -------------------------------- Attachment: TransformerHandlerTest.java Standalone test case illustrating the problem. > JCR2SPI: Workspace.getImportHandler creates a handler which doesn't work properly under JDK 1.4. > ------------------------------------------------------------------------------------------------ > > Key: JCR-1086 > URL: https://issues.apache.org/jira/browse/JCR-1086 > Project: Jackrabbit > Issue Type: Bug > Components: SPI > Reporter: Julian Reschke > Attachments: TransformerHandlerTest.java > > > JCR2SPI returns an import handler which delegates work to a SAXTransformerHandler. In JDK, that one has a known issue not processing namespace prefix mappings properly (will attach a separate test case). > Proposals: > - drop JDK 1.4 support > - tune the JCR2SPI handler to create namespace attributes when needed > - use an entirely different serializer > My personal preference would be just to drop JDK 1.4 support, but that may not be acceptable for everyone. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.