[JBoss JIRA] (TEIID-3705) Build issue in security
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3705?page=com.atlassian.jira.plugin... ]
Ramesh Reddy reassigned TEIID-3705:
-----------------------------------
Assignee: Steven Hawkins (was: Ramesh Reddy)
> 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: Steven Hawkins
> Fix For: 8.12, 8.11.5
>
>
> 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)
10 years, 6 months
[JBoss JIRA] (TEIID-3705) Build issue in security
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3705?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-3705:
----------------------------------
Fix Version/s: 8.11.5
This is actually from TEIID-3251 so I'll add this to the 8.11 branch as well, but we likely won't do a formal 8.11.5 build.
> 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
> Fix For: 8.12, 8.11.5
>
>
> 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)
10 years, 6 months
[JBoss JIRA] (TEIID-3705) Build issue in security
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3705?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-3705.
-----------------------------------
Fix Version/s: 8.12
Resolution: Done
Added the dependency to satisfy open jdk.
> 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
> Fix For: 8.12
>
>
> 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)
10 years, 6 months
[JBoss JIRA] (TEIID-3705) Build issue in security
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3705?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-3705:
---------------------------------------
This is not reproducible on an oracle jdk. For example starting with a completely clean local repo and performing "mvn -s settings.xml -P dev clean install" was successful. Although the download times seemed excessive - it took over 40 minutes in total. And all my builds (with and without a wiped local repo) have been on 1.8 for some time.
It seems that open jdk however needs to resolve the interfaces WebClient even if the methods aren't explicitly referenced. So yes to satisfy open jdk we'll need to add this dependency.
> 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)
10 years, 6 months
[JBoss JIRA] (TEIID-3706) Add distinct from syntax in for each row procedures
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-3706:
-------------------------------------
Summary: Add distinct from syntax in for each row procedures
Key: TEIID-3706
URL: https://issues.jboss.org/browse/TEIID-3706
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Fix For: 8.12
Similar to postgresql, it would be good to allow for a quick comparison of new/old values to determine if row processing is needed. Something like:
IF new IS DISTINCT FROM old THEN
...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIID-3546) Add distinct from syntax in for each row procedures
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3546?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-3546.
-----------------------------------
Resolution: Done
Added the syntax specifically for procedure if statements, rather than a general purpose predicate. Also updated the docs, release notes, and grammar.
> Add distinct from syntax in for each row procedures
> ---------------------------------------------------
>
> Key: TEIID-3546
> URL: https://issues.jboss.org/browse/TEIID-3546
> Project: Teiid
> Issue Type: Enhancement
> Components: Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Minor
> Fix For: 8.12
>
>
> Similar to postgresql, it would be good to allow for a quick comparison of new/old values to determine if row processing is needed. Something like:
> IF new IS DISTINCT FROM old THEN
> ...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months