From derby-dev-return-69411-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Wed Jun 03 20:30:20 2009 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 87217 invoked from network); 3 Jun 2009 20:30:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jun 2009 20:30:19 -0000 Received: (qmail 24984 invoked by uid 500); 3 Jun 2009 20:30:31 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 24952 invoked by uid 500); 3 Jun 2009 20:30:31 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 24944 invoked by uid 99); 3 Jun 2009 20:30:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 20:30:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 20:30:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8D684234C053 for ; Wed, 3 Jun 2009 13:30:07 -0700 (PDT) Message-ID: <1153510231.1244061007578.JavaMail.jira@brutus> Date: Wed, 3 Jun 2009 13:30:07 -0700 (PDT) From: "Kim Haase (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-1923) XML operators - Xalan requirement In-Reply-To: <29580585.1159917919482.JavaMail.root@brutus> 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/DERBY-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716054#action_12716054 ] Kim Haase commented on DERBY-1923: ---------------------------------- Thanks again! Let me see if I have this figured out now: IBM JVMs: For 1.4.2, use Endorsed Standards Override Mechanism; for 1.5 and 1.6, works out of box? Sun JVMs: For 1.4.2, use Endorsed Standards Override Mechanism; for 1.5 and 1.6, download Xalan binary distribution from Apache, put xalan.jar into classpath (we think). Is that right? currently we only mention the Endorsed Standards Override Mechanism in connection with Sun, which would imply that the IBM 1.4 JVM is okay; but you say that for IBM "I think 1.5 (and later) satisfies the minimum requirement", which implies that IBM 1.4 users would have to use the override mechanism too. We need information from an IBM person on this. I guess you will be testing the Sun situation when you get a chance. > XML operators - Xalan requirement > --------------------------------- > > Key: DERBY-1923 > URL: https://issues.apache.org/jira/browse/DERBY-1923 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.2.1.6 > Reporter: Laura Stewart > Assignee: Kim Haase > > From Daniel Debrunner: > The XML operators and data type include text about requiring Xalan etc. When trying out XML I felt lost at this point because there was no information on what I was meant to do. It was the feeling I was being told "You need to do something with Xalan to get this to work, but you are going to have to figure that out yourself". It stopped me from evaluating Mustang with XML. Can there be information in the developers' guide about this, and a link to that information from these Usage notes? > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.