[teiid-issues] [JBoss JIRA] (TEIID-3705) Build issue in security

Steven Hawkins (JIRA) issues at jboss.org
Wed Sep 16 13:36:00 EDT 2015


     [ https://issues.jboss.org/browse/TEIID-3705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins reassigned TEIID-3705:
-------------------------------------

    Issue Type: Quality Risk  (was: Enhancement)
       Summary: Build issue in security  (was: Support building with JDK 1.8)
      Assignee: Ramesh Reddy  (was: Steven Hawkins)


This is not related to java 8.  It's from the security changes in TEIID-3618,TEIID-3668

We'll address this before CR1.

> Build issue in security
> -----------------------
>
>                 Key: TEIID-3705
>                 URL: https://issues.jboss.org/browse/TEIID-3705
>             Project: Teiid
>          Issue Type: Quality Risk
>          Components: Build/Kits
>            Reporter: Van Halbert
>            Assignee: Ramesh Reddy
>
> Support building Teiid with JDK 1.8.
> One issue found is related to building "security", which throws the following error:
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] /home/jim/src/teiid/jboss-security/src/main/java/org/teiid/jboss/oauth/OAuth20CredentialImpl.java:[62,37] cannot access org.apache.cxf.endpoint.Retryable
>   class file for org.apache.cxf.endpoint.Retryable not found
> A community user determined the following was needed to resolve it:
> +        <dependency>
> +            <groupId>org.apache.cxf</groupId>
> +            <artifactId>cxf-api</artifactId>
> +            <scope>provided</scope>
> +        </dependency>



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list