Return-Path: X-Original-To: apmail-airavata-dev-archive@www.apache.org Delivered-To: apmail-airavata-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CEA5010FA7 for ; Wed, 5 Jun 2013 18:54:20 +0000 (UTC) Received: (qmail 33494 invoked by uid 500); 5 Jun 2013 18:54:20 -0000 Delivered-To: apmail-airavata-dev-archive@airavata.apache.org Received: (qmail 33457 invoked by uid 500); 5 Jun 2013 18:54:20 -0000 Mailing-List: contact dev-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list dev@airavata.apache.org Received: (qmail 33448 invoked by uid 99); 5 Jun 2013 18:54:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2013 18:54:20 +0000 Date: Wed, 5 Jun 2013 18:54:20 +0000 (UTC) From: "Raminderjeet Singh (JIRA)" To: dev@airavata.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AIRAVATA-864) Not able to save the job data in new GFAC Job table (Gram provider is not working because of this). 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/AIRAVATA-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raminderjeet Singh resolved AIRAVATA-864. ----------------------------------------- Resolution: Fixed added the model class to persistence.xml > Not able to save the job data in new GFAC Job table (Gram provider is not working because of this). > ---------------------------------------------------------------------------------------------------- > > Key: AIRAVATA-864 > URL: https://issues.apache.org/jira/browse/AIRAVATA-864 > Project: Airavata > Issue Type: Bug > Components: GFac > Affects Versions: 0.8 > Reporter: Raminderjeet Singh > Priority: Blocker > > Caused by: org.apache.airavata.client.api.exception.AiravataAPIInvocationException: No metadata was found for type "class org.apache.airavata.persistance.registry.jpa.model.GFac_Job_Data". The class is not enhanced. > at org.apache.airavata.client.impl.ProvenanceManagerImpl.addApplicationJob(ProvenanceManagerImpl.java:509) > at org.apache.airavata.gfac.provider.impl.UltrascanGramProvider.execute(UltrascanGramProvider.java:118) > ... 8 more > Caused by: org.apache.openjpa.persistence.ArgumentException: No metadata was found for type "class org.apache.airavata.persistance.registry.jpa.model.GFac_Job_Data". The class is not enhanced. > at org.apache.openjpa.meta.MetaDataRepository.getMetaDataInternal(MetaDataRepository.java:403) > at org.apache.openjpa.meta.MetaDataRepository.getMetaData(MetaDataRepository.java:384) > at org.apache.openjpa.kernel.BrokerImpl.newObjectId(BrokerImpl.java:1262) > at org.apache.openjpa.kernel.DelegatingBroker.newObjectId(DelegatingBroker.java:316) > at org.apache.openjpa.persistence.EntityManagerImpl.find(EntityManagerImpl.java:486) > at org.apache.airavata.persistance.registry.jpa.resources.GFacJobDataResource.save(GFacJobDataResource.java:174) > at org.apache.airavata.persistance.registry.jpa.impl.AiravataJPARegistry.addApplicationJob(AiravataJPARegistry.java:2266) > at org.apache.airavata.client.impl.ProvenanceManagerImpl.addApplicationJob(ProvenanceManagerImpl.java:507) > ... 9 more -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira