Return-Path: X-Original-To: apmail-metamodel-dev-archive@minotaur.apache.org Delivered-To: apmail-metamodel-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F9EC10806 for ; Fri, 4 Apr 2014 08:55:42 +0000 (UTC) Received: (qmail 91576 invoked by uid 500); 4 Apr 2014 08:55:42 -0000 Delivered-To: apmail-metamodel-dev-archive@metamodel.apache.org Received: (qmail 91526 invoked by uid 500); 4 Apr 2014 08:55:41 -0000 Mailing-List: contact dev-help@metamodel.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@metamodel.incubator.apache.org Delivered-To: mailing list dev@metamodel.incubator.apache.org Received: (qmail 91518 invoked by uid 99); 4 Apr 2014 08:55:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2014 08:55:39 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 04 Apr 2014 08:55:38 +0000 Received: (qmail 91233 invoked by uid 99); 4 Apr 2014 08:55:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2014 08:55:15 +0000 Date: Fri, 4 Apr 2014 08:55:14 +0000 (UTC) From: =?utf-8?Q?Kasper_S=C3=B8rensen_=28JIRA=29?= To: dev@metamodel.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (METAMODEL-47) Excel DataContext may break if schema is not loaded at time of executing query MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/METAMODEL-47?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kasper S=C3=B8rensen resolved METAMODEL-47. -------------------------------------- Resolution: Fixed > Excel DataContext may break if schema is not loaded at time of executing = query > -------------------------------------------------------------------------= ----- > > Key: METAMODEL-47 > URL: https://issues.apache.org/jira/browse/METAMODEL-47 > Project: Metamodel > Issue Type: Bug > Reporter: Kasper S=C3=B8rensen > Assignee: Kasper S=C3=B8rensen > Priority: Critical > > In our application of MetaModel we are now seeing some situations where t= he ExcelDataContext is throwing exceptions due to internal IDs of sheets ar= e not mapped to table names at the time of executing a query. > It happens because we have one DataContext which is used to explore the s= chema, then the query is built and then later another instance of ExcelData= Context may fire the query. But it doesn't work properly because the second= ExcelDataContext has not yet loaded it's schema definition. > We already fixed this issue in eobjects.org MetaModel (needed a hotfix ur= gently), see this revision: > http://eobjects.org/trac/changeset/5683 -- This message was sent by Atlassian JIRA (v6.2#6252)