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 7D74510D8C for ; Fri, 15 Nov 2013 16:43:26 +0000 (UTC) Received: (qmail 76514 invoked by uid 500); 15 Nov 2013 16:43:24 -0000 Delivered-To: apmail-airavata-dev-archive@airavata.apache.org Received: (qmail 76480 invoked by uid 500); 15 Nov 2013 16:43:23 -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 76471 invoked by uid 99); 15 Nov 2013 16:43:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Nov 2013 16:43:21 +0000 Date: Fri, 15 Nov 2013 16:43:21 +0000 (UTC) From: "Shahbaz Memon (JIRA)" To: dev@airavata.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AIRAVATA-960) JSDLGeneratorTest (part of Gfac module) fails due to default trust dir reference MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Shahbaz Memon created AIRAVATA-960: -------------------------------------- Summary: JSDLGeneratorTest (part of Gfac module) fails due to default trust dir reference Key: AIRAVATA-960 URL: https://issues.apache.org/jira/browse/AIRAVATA-960 Project: Airavata Issue Type: Bug Components: GFac Affects Versions: 0.11 Environment: GFaC trunk, Linux, Eclipse Kepler, Java 6 Reporter: Shahbaz Memon Assignee: Amila Jayasekara Fix For: 0.11 The JSDLGenerator test fails due to the static loading (see below) of the trusted cert entries within GSISecurityContext. static { Security.addProvider(new GlobusProvider()); setUpTrustedCertificatePath(); // should be improved } GSISecurityContext ignores any dir value set by GFacBastTestCase, instead it loads the one set during the setUpTrustedCertificatePath() call at the time of class initialization. If I comment the setUpTrustedCertificatePath() call the test passes. -- This message was sent by Atlassian JIRA (v6.1#6144)