You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Chathuri Wimalasena (JIRA)" <ji...@apache.org> on 2015/01/29 18:22:34 UTC

[jira] [Commented] (AIRAVATA-1555) Credential store does not work with oa4mp version 1.1.3

    [ https://issues.apache.org/jira/browse/AIRAVATA-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297160#comment-14297160 ] 

Chathuri Wimalasena commented on AIRAVATA-1555:
-----------------------------------------------

To fix this, we need to add following repo to airavata parent pom since oauth-httpclient4-20090617.jar is not in maven repository. 

  <repository>
            <id>oauth</id>
            <name>OAuth Repository</name>
            <url>http://oauth.googlecode.com/svn/code/maven</url>
 </repository>

Adding those missing jars and code level fixes fixed this issue. 


> Credential store does not work with oa4mp version 1.1.3
> -------------------------------------------------------
>
>                 Key: AIRAVATA-1555
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-1555
>             Project: Airavata
>          Issue Type: Bug
>    Affects Versions: 0.14
>            Reporter: Chathuri Wimalasena
>            Assignee: Chathuri Wimalasena
>             Fix For: 0.15 
>
>
> Credential store is working with 1.0.6 version which is not in maven central. Upgraded oa4mp version is not working with credential store. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)