Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 76745200CCB for ; Thu, 20 Jul 2017 10:35:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 750A616AD7D; Thu, 20 Jul 2017 08:35:07 +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 B9EB116AD79 for ; Thu, 20 Jul 2017 10:35:06 +0200 (CEST) Received: (qmail 69319 invoked by uid 500); 20 Jul 2017 08:35:05 -0000 Mailing-List: contact notifications-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list notifications@ofbiz.apache.org Received: (qmail 69310 invoked by uid 99); 20 Jul 2017 08:35:05 -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, 20 Jul 2017 08:35:05 +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 02FCCC31F2 for ; Thu, 20 Jul 2017 08:35:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id PMU2fqYAfLkf for ; Thu, 20 Jul 2017 08:35:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id BD6DC5F56A for ; Thu, 20 Jul 2017 08:35:03 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 3EC42E0D3C for ; Thu, 20 Jul 2017 08:35:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3583521ECC for ; Thu, 20 Jul 2017 08:35:00 +0000 (UTC) Date: Thu, 20 Jul 2017 08:35:00 +0000 (UTC) From: "Taher Alkhateeb (JIRA)" To: notifications@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (OFBIZ-9501) move all data in applications to the datamodel component MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 20 Jul 2017 08:35:07 -0000 [ https://issues.apache.org/jira/browse/OFBIZ-9501?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1609= 4360#comment-16094360 ]=20 Taher Alkhateeb commented on OFBIZ-9501: ---------------------------------------- Yeah, what you're saying makes sense. We can add the suffix to all data fil= es. Maybe we can also use CamelCase instead of hyphenated-names to stay con= sistent with the rest of the framework. Good idea! > move all data in applications to the datamodel component > -------------------------------------------------------- > > Key: OFBIZ-9501 > URL: https://issues.apache.org/jira/browse/OFBIZ-9501 > Project: OFBiz > Issue Type: Improvement > Reporter: Taher Alkhateeb > Priority: Minor > > As per a community [discussion thread|https://lists.apache.org/thread.htm= l/eb6ea79195204356a362dbf208c5dbb6d321d001bf2b79819dc45a24@%3Cdev.ofbiz.apa= che.org%3E] we decided to move all data (seed, seed-initial, demo) to the d= atamodel component. and to also reduce and cleanup this data to ease debugg= ing and maintenance. > After moving all the data, the directory and file structure would be simi= lar to the below: > data/ > =E2=94=9C=E2=94=80=E2=94=80 demo > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 accounting-demo.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 common-demo.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 content-demo.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 humanres-demo.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 manufacturing-demo.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 marketing-demo.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 order-demo.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 party-demo.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 product-demo.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 shipment-demo.xml > =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 workeffort-demo.xml > =E2=94=9C=E2=94=80=E2=94=80 seed > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 accounting-seed.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 common-seed.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 content-seed.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 humanres-seed.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 manufacturing-seed.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 marketing-seed.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 order-seed.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 party-seed.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 product-seed.xml > =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 shipment-seed.xml > =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 workeffort-seed.xml > =E2=94=94=E2=94=80=E2=94=80 seed-initial > =E2=94=9C=E2=94=80=E2=94=80 accounting-seed-initial.xml > =E2=94=9C=E2=94=80=E2=94=80 common-seed-initial.xml > =E2=94=9C=E2=94=80=E2=94=80 content-seed-initial.xml > =E2=94=9C=E2=94=80=E2=94=80 humanres-seed-initial.xml > =E2=94=9C=E2=94=80=E2=94=80 manufacturing-seed-initial.xml > =E2=94=9C=E2=94=80=E2=94=80 marketing-seed-initial.xml > =E2=94=9C=E2=94=80=E2=94=80 order-seed-initial.xml > =E2=94=9C=E2=94=80=E2=94=80 party-seed-initial.xml > =E2=94=9C=E2=94=80=E2=94=80 product-seed-initial.xml > =E2=94=9C=E2=94=80=E2=94=80 shipment-seed-initial.xml > =E2=94=94=E2=94=80=E2=94=80 workeffort-seed-initial.xml -- This message was sent by Atlassian JIRA (v6.4.14#64029)