Return-Path: X-Original-To: apmail-pdfbox-users-archive@www.apache.org Delivered-To: apmail-pdfbox-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9370896F3 for ; Fri, 24 Feb 2012 20:51:54 +0000 (UTC) Received: (qmail 12155 invoked by uid 500); 24 Feb 2012 20:51:54 -0000 Delivered-To: apmail-pdfbox-users-archive@pdfbox.apache.org Received: (qmail 12118 invoked by uid 500); 24 Feb 2012 20:51:53 -0000 Mailing-List: contact users-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@pdfbox.apache.org Delivered-To: mailing list users@pdfbox.apache.org Received: (qmail 12106 invoked by uid 99); 24 Feb 2012 20:51:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 20:51:53 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lindberg4@llnl.gov designates 128.115.41.81 as permitted sender) Received: from [128.115.41.81] (HELO nspiron-1.llnl.gov) (128.115.41.81) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 20:51:44 +0000 X-Attachments: Received: from nspexhub-2.llnl.gov (HELO nspexhub-2.the-lab.llnl.gov) ([128.115.54.114]) by nspiron-1.llnl.gov with ESMTP; 24 Feb 2012 12:51:24 -0800 Received: from NSPEXMBX-D.the-lab.llnl.gov ([128.115.54.104]) by nspexhub-2.the-lab.llnl.gov ([172.16.54.114]) with mapi; Fri, 24 Feb 2012 12:51:24 -0800 From: "Lindberg, Chris J." To: "users@pdfbox.apache.org" Date: Fri, 24 Feb 2012 12:51:22 -0800 Subject: bug: XMPSchemaMediaManagement setManagedFrom Thread-Topic: bug: XMPSchemaMediaManagement setManagedFrom Thread-Index: AczzNhD6n6n3ZyYvTPGK3UoV4alanQ== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_CCE82D00EBD8334EA176DB98B9C24D23016257C728ADNSPEXMBXDth_" MIME-Version: 1.0 --_000_CCE82D00EBD8334EA176DB98B9C24D23016257C728ADNSPEXMBXDth_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, While trying to decide on how to implement qualifiers I came across what ap= pears to be a copy and paste error in the XMPSchemaMediaManagment setManage= dFrom method. Instead of using prefix + ":ManagedFrom" it uses prefix + ":D= erivedFrom" Here is the 1.6.0 source: /** * Set or clear the managed from value. * * @param resource The resource reference to set. * * @see XMPSchemaMediaManagement#createManagedFrom() */ public void setManagedFrom( ResourceRef resource ) { XMLUtil.setElementableValue( schema, prefix + ":DerivedFrom", resource )= ; } Chris --_000_CCE82D00EBD8334EA176DB98B9C24D23016257C728ADNSPEXMBXDth_--