Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 72438 invoked from network); 23 Aug 2007 15:36:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Aug 2007 15:36:53 -0000 Received: (qmail 60597 invoked by uid 500); 23 Aug 2007 15:36:48 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 60553 invoked by uid 500); 23 Aug 2007 15:36:48 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 60542 invoked by uid 99); 23 Aug 2007 15:36:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 08:36:48 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 15:36:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DA42971420D for ; Thu, 23 Aug 2007 08:36:30 -0700 (PDT) Message-ID: <23139171.1187883390891.JavaMail.jira@brutus> Date: Thu, 23 Aug 2007 08:36:30 -0700 (PDT) From: "Shiva Kumar H R (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMODEVTOOLS-187) EMF for new schema version of Geronimo Deployment Plans In-Reply-To: <30773860.1187880751599.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shiva Kumar H R updated GERONIMODEVTOOLS-187: --------------------------------------------- Attachment: GERONIMODEVTOOLS-187-reference.patch Looks like there is some more work that needs to be done. With the above patch I am currently getting following errors while building "org.apache.geronimo.v20.deployment.model": [INFO] Compiling 230 source files to E:\_src\eclipse-plugin\trunk\plugins\org.ap ache.geronimo.v20.deployment.model\target\classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure E:\_src\eclipse-plugin\trunk\plugins\org.apache.geronimo.v20.deployment.model\sr c\org\apache\geronimo\xml\ns\j2ee\application\ApplicationPackage.java:[950,2] ca nnot find symbol symbol : class ApplicationFactory location: interface org.apache.geronimo.xml.ns.j2ee.application.ApplicationPacka ge E:\_src\eclipse-plugin\trunk\plugins\org.apache.geronimo.v20.deployment.model\sr c\org\apache\geronimo\xml\ns\j2ee\application\ApplicationPackage.java:[108,81] c annot find symbol symbol : class ApplicationPackageImpl location: package org.apache.geronimo.xml.ns.j2ee.application.impl E:\_src\eclipse-plugin\trunk\plugins\org.apache.geronimo.v20.deployment.model\sr c\org\apache\geronimo\xml\ns\j2ee\ejb\openejb\impl\GeronimoEjbJarTypeImpl.java:[ 288,57] inconvertible types found : org.eclipse.emf.common.util.EList required: org.eclipse.emf.ecore.util.FeatureMap E:\_src\eclipse-plugin\trunk\plugins\org.apache.geronimo.v20.deployment.model\sr c\org\apache\geronimo\xml\ns\j2ee\ejb\openejb\impl\GeronimoEjbJarTypeImpl.java:[ 462,38] inconvertible types found : org.eclipse.emf.common.util.EList required: org.eclipse.emf.ecore.util.FeatureMap E:\_src\eclipse-plugin\trunk\plugins\org.apache.geronimo.v20.deployment.model\sr c\org\apache\geronimo\xml\ns\j2ee\web\impl\WebAppTypeImpl.java:[622,38] inconver tible types found : org.eclipse.emf.common.util.EList required: org.eclipse.emf.ecore.util.FeatureMap [INFO] ------------------------------------------------------------------------ Wondering why EMF is not generating those missing classes: ApplicationFactory, ApplicationPackageImpl ? > EMF for new schema version of Geronimo Deployment Plans > ------------------------------------------------------- > > Key: GERONIMODEVTOOLS-187 > URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-187 > Project: Geronimo-Devtools > Issue Type: Task > Components: eclipse-plugin > Affects Versions: 2.0 > Reporter: Shiva Kumar H R > Priority: Critical > Fix For: 2.0 > > Attachments: GERONIMODEVTOOLS-187-reference.patch > > > plugins\org.apache.geronimo.st.v20.core is currently using EMF classes from org.apache.geronimo.v11.deployment.model. > However Geronimo v2.0.1 has new schema versions for its deployment plans. We need to generate EMF for these new schemas. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.