Return-Path: Delivered-To: apmail-incubator-oodt-commits-archive@minotaur.apache.org Received: (qmail 54691 invoked from network); 29 Jul 2010 21:42:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jul 2010 21:42:38 -0000 Received: (qmail 40992 invoked by uid 500); 29 Jul 2010 21:42:38 -0000 Delivered-To: apmail-incubator-oodt-commits-archive@incubator.apache.org Received: (qmail 40967 invoked by uid 500); 29 Jul 2010 21:42:38 -0000 Mailing-List: contact oodt-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oodt-dev@incubator.apache.org Delivered-To: mailing list oodt-commits@incubator.apache.org Received: (qmail 40960 invoked by uid 99); 29 Jul 2010 21:42:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 21:42:38 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 21:42:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6TLgHf1019504 for ; Thu, 29 Jul 2010 21:42:17 GMT Message-ID: <4427057.77251280439737647.JavaMail.jira@thor> Date: Thu, 29 Jul 2010 17:42:17 -0400 (EDT) From: "David Woollard (JIRA)" To: oodt-commits@incubator.apache.org Subject: [jira] Resolved: (OODT-24) Fmprod webapp currently depended on the toXML method of the Metadata object in cas-metadata, which has been removed... In-Reply-To: <18806696.77231280439737110.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OODT-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Woollard resolved OODT-24. -------------------------------- Fix Version/s: 0.1-incubating Resolution: Fixed fixed in r980589. > Fmprod webapp currently depended on the toXML method of the Metadata object in cas-metadata, which has been removed... > ---------------------------------------------------------------------------------------------------------------------- > > Key: OODT-24 > URL: https://issues.apache.org/jira/browse/OODT-24 > Project: OODT > Issue Type: Bug > Reporter: David Woollard > Priority: Minor > Fix For: 0.1-incubating > > > Prior to migration over to apache, the fmprod webapp relied on an older version of cas-metadata which still supported the toXML method for the metadata object. this has since been supplanted by use of the SerializableMetadata object and should be modified to be compatible with a single oodt release. Related to OODT-15. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.