From dev-return-4407-archive-asf-public=cust-asf.ponee.io@taverna.incubator.apache.org Thu Jan 4 18:15:37 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 31DB6180657 for ; Thu, 4 Jan 2018 18:15:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 221DC160C2B; Thu, 4 Jan 2018 17:15:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6842A160C28 for ; Thu, 4 Jan 2018 18:15:36 +0100 (CET) Received: (qmail 27850 invoked by uid 500); 4 Jan 2018 17:15:35 -0000 Mailing-List: contact dev-help@taverna.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@taverna.incubator.apache.org Delivered-To: mailing list dev@taverna.incubator.apache.org Received: (qmail 27839 invoked by uid 99); 4 Jan 2018 17:15:35 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2018 17:15:35 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 34C78C1F6D for ; Thu, 4 Jan 2018 17:15:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.324 X-Spam-Level: X-Spam-Status: No, score=-3.324 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, MISSING_HEADERS=1.207, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 6kBdiGc_4nsr for ; Thu, 4 Jan 2018 17:15:34 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 46C025FAEF for ; Thu, 4 Jan 2018 17:15:33 +0000 (UTC) Received: (qmail 27834 invoked by uid 99); 4 Jan 2018 17:15:32 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2018 17:15:32 +0000 Received: from localhost (cspool35.cs.man.ac.uk [130.88.195.135]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 25A231A0112 for ; Thu, 4 Jan 2018 17:15:32 +0000 (UTC) Date: Thu, 4 Jan 2018 17:15:30 +0000 Message-ID: <20180104171530.GB8641@biggie> From: Stian Soiland-Reyes Cc: Apache Taverna Developers Subject: Usage Records Format 2.0 In-Reply-To: <20180104154514.GC3630@biggie> References: <20180104154514.GC3630@biggie> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Thu, 4 Jan 2018 15:45:14 +0000, Stian Soiland-Reyes wrote: > Later copyright notices as in GFD.204 uses better phrasing like "The published > OGF document from which such works are derived" - which would avoid confusion > from "This document". Not sure why GFD.204's XSD is not on the web, but I > guess we could also try to copy that out from the PDF. I added the GDF.204 JAXB bindings as well as it was pretty much the same story and then the licensing is sorted for later updates. Plus-side - no xmldsig dependency there. :) As it's in a new namespace I've added it sidecar as 'urf2' - so it should not cause any damage: https://github.com/apache/incubator-taverna-server/tree/master/taverna-server-usagerecord/src/main/java/org/apache/taverna/server/usagerecord/xml/urf2 urf2 is a bit different in the structure as it is a bit simplified XML-wise, but also supports more updated info like cloud resources. I've not gone ahead to modify the convenience JobUsageRecord or the various places in taverna-server-webapp they are generated/exposed - that's something we can have a look at after this 3.1 release. Tracked as https://issues.apache.org/jira/browse/TAVERNA-1026 -- Stian Soiland-Reyes The University of Manchester http://www.esciencelab.org.uk/ http://orcid.org/0000-0001-9842-9718