[JBoss JIRA] (TEIIDSB-182) Master teiid spring boot doc varient should not reference the ws translator
by Steven Hawkins (Jira)
Steven Hawkins created TEIIDSB-182:
--------------------------------------
Summary: Master teiid spring boot doc varient should not reference the ws translator
Key: TEIIDSB-182
URL: https://issues.redhat.com/browse/TEIIDSB-182
Project: Teiid Spring Boot
Issue Type: Bug
Components: documentation
Reporter: Steven Hawkins
Fix For: 1.5.0
Specifically for Teiid Spring Boot we need to change references to the ws translator to the rest and soap translators. Additionally the rest translator adds support for a springHttp call
- [~rareddy] can you describe why that was added?
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (TEIIDSB-176) Add support for soap calls
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIIDSB-176?page=com.atlassian.jira.plug... ]
Steven Hawkins commented on TEIIDSB-176:
----------------------------------------
Another thing to note is this continues the trend of splitting the older ws translator / resource adapter into two parts. There's now a rest and a soap. I'll capture a task to update the master doc set to reflect this.
> Add support for soap calls
> --------------------------
>
> Key: TEIIDSB-176
> URL: https://issues.redhat.com/browse/TEIIDSB-176
> Project: Teiid Spring Boot
> Issue Type: Enhancement
> Components: datasource
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 1.5.0
>
> Original Estimate: 1 day, 2 hours
> Time Spent: 1 day
> Remaining Estimate: 2 hours
>
> In the porting over of the rest logic the soap support was left off. We need to also support soap as a source.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (TEIID-5922) NPE in simple select with procedure subquery
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5922?focusedWorklogId=12450666&pag... ]
Steven Hawkins logged work on TEIID-5922:
-----------------------------------------
Author: Steven Hawkins
Created on: 24/Mar/20 2:55 PM
Start Date: 24/Mar/20 2:55 PM
Worklog Time Spent: 1 hour, 30 minutes
Issue Time Tracking
-------------------
Remaining Estimate: 2 hours, 30 minutes (was: 4 hours)
Time Spent: 1 hour, 30 minutes
Worklog Id: (was: 12450666)
> NPE in simple select with procedure subquery
> --------------------------------------------
>
> Key: TEIID-5922
> URL: https://issues.redhat.com/browse/TEIID-5922
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 14.0, 13.1.1
>
> Original Estimate: 4 hours
> Time Spent: 1 hour, 30 minutes
> Remaining Estimate: 2 hours, 30 minutes
>
> A query in the form of:
> SELECT (call proc())
> is resulting in an npe:
> {code}
> java.lang.NullPointerException
> at org.teiid.query.optimizer.relational.rules.RulePlanSubqueries.planMergeJoin(RulePlanSubqueries.java:272)
> at org.teiid.query.optimizer.relational.rules.RulePlanSubqueries.processSubqueries(RulePlanSubqueries.java:232)
> at org.teiid.query.optimizer.relational.rules.RulePlanSubqueries.execute(RulePlanSubqueries.java:193)
> at org.teiid.query.optimizer.relational.RelationalPlanner.executeRules(RelationalPlanner.java:1101)
> {code}
> Until relatively recently we disallowed queries from having subqueries if there was no from clause. That change was checked against regular subqueries, but apparently not procedure subqueries.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (TEIID-5922) NPE in simple select with procedure subquery
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5922?page=com.atlassian.jira.plugi... ]
Steven Hawkins resolved TEIID-5922.
-----------------------------------
Fix Version/s: (was: 13.0.3)
Resolution: Done
This turned out to be very straight-forward, only requiring a null check. Generally we haven't seen it in other cases because other subqueries would be immediately recognized as unmergable - otherwise we'd have hit the same exception.
> NPE in simple select with procedure subquery
> --------------------------------------------
>
> Key: TEIID-5922
> URL: https://issues.redhat.com/browse/TEIID-5922
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 14.0, 13.1.1
>
> Original Estimate: 4 hours
> Time Spent: 1 hour, 30 minutes
> Remaining Estimate: 2 hours, 30 minutes
>
> A query in the form of:
> SELECT (call proc())
> is resulting in an npe:
> {code}
> java.lang.NullPointerException
> at org.teiid.query.optimizer.relational.rules.RulePlanSubqueries.planMergeJoin(RulePlanSubqueries.java:272)
> at org.teiid.query.optimizer.relational.rules.RulePlanSubqueries.processSubqueries(RulePlanSubqueries.java:232)
> at org.teiid.query.optimizer.relational.rules.RulePlanSubqueries.execute(RulePlanSubqueries.java:193)
> at org.teiid.query.optimizer.relational.RelationalPlanner.executeRules(RelationalPlanner.java:1101)
> {code}
> Until relatively recently we disallowed queries from having subqueries if there was no from clause. That change was checked against regular subqueries, but apparently not procedure subqueries.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (TEIIDSB-176) Add support for soap calls
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIIDSB-176?focusedWorklogId=12450665&pa... ]
Steven Hawkins logged work on TEIIDSB-176:
------------------------------------------
Author: Steven Hawkins
Created on: 24/Mar/20 1:13 PM
Start Date: 24/Mar/20 1:12 PM
Worklog Time Spent: 1 day
Work Description: Capturing the initial work get the teiid and teiidsb prs ready. Still need to update the operator and any supplemental docs.
Issue Time Tracking
-------------------
Remaining Estimate: 2 hours (was: 1 day, 2 hours)
Time Spent: 1 day
Worklog Id: (was: 12450665)
> Add support for soap calls
> --------------------------
>
> Key: TEIIDSB-176
> URL: https://issues.redhat.com/browse/TEIIDSB-176
> Project: Teiid Spring Boot
> Issue Type: Enhancement
> Components: datasource
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 1.5.0
>
> Original Estimate: 1 day, 2 hours
> Time Spent: 1 day
> Remaining Estimate: 2 hours
>
> In the porting over of the rest logic the soap support was left off. We need to also support soap as a source.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (TEIID-5922) NPE in simple select with procedure subquery
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5922?page=com.atlassian.jira.plugi... ]
Work on TEIID-5922 started by Steven Hawkins.
---------------------------------------------
> NPE in simple select with procedure subquery
> --------------------------------------------
>
> Key: TEIID-5922
> URL: https://issues.redhat.com/browse/TEIID-5922
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 14.0, 13.0.3, 13.1.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> A query in the form of:
> SELECT (call proc())
> is resulting in an npe:
> {code}
> java.lang.NullPointerException
> at org.teiid.query.optimizer.relational.rules.RulePlanSubqueries.planMergeJoin(RulePlanSubqueries.java:272)
> at org.teiid.query.optimizer.relational.rules.RulePlanSubqueries.processSubqueries(RulePlanSubqueries.java:232)
> at org.teiid.query.optimizer.relational.rules.RulePlanSubqueries.execute(RulePlanSubqueries.java:193)
> at org.teiid.query.optimizer.relational.RelationalPlanner.executeRules(RelationalPlanner.java:1101)
> {code}
> Until relatively recently we disallowed queries from having subqueries if there was no from clause. That change was checked against regular subqueries, but apparently not procedure subqueries.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (TEIID-5922) NPE in simple select with procedure subquery
by Steven Hawkins (Jira)
Steven Hawkins created TEIID-5922:
-------------------------------------
Summary: NPE in simple select with procedure subquery
Key: TEIID-5922
URL: https://issues.redhat.com/browse/TEIID-5922
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 14.0, 13.0.3, 13.1.1
A query in the form of:
SELECT (call proc())
is resulting in an npe:
{code}
java.lang.NullPointerException
at org.teiid.query.optimizer.relational.rules.RulePlanSubqueries.planMergeJoin(RulePlanSubqueries.java:272)
at org.teiid.query.optimizer.relational.rules.RulePlanSubqueries.processSubqueries(RulePlanSubqueries.java:232)
at org.teiid.query.optimizer.relational.rules.RulePlanSubqueries.execute(RulePlanSubqueries.java:193)
at org.teiid.query.optimizer.relational.RelationalPlanner.executeRules(RelationalPlanner.java:1101)
{code}
Until relatively recently we disallowed queries from having subqueries if there was no from clause. That change was checked against regular subqueries, but apparently not procedure subqueries.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (TEIID-5922) NPE in simple select with procedure subquery
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5922?page=com.atlassian.jira.plugi... ]
Steven Hawkins updated TEIID-5922:
----------------------------------
Original Estimate: 4 hours
Remaining Estimate: 4 hours
> NPE in simple select with procedure subquery
> --------------------------------------------
>
> Key: TEIID-5922
> URL: https://issues.redhat.com/browse/TEIID-5922
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 14.0, 13.0.3, 13.1.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> A query in the form of:
> SELECT (call proc())
> is resulting in an npe:
> {code}
> java.lang.NullPointerException
> at org.teiid.query.optimizer.relational.rules.RulePlanSubqueries.planMergeJoin(RulePlanSubqueries.java:272)
> at org.teiid.query.optimizer.relational.rules.RulePlanSubqueries.processSubqueries(RulePlanSubqueries.java:232)
> at org.teiid.query.optimizer.relational.rules.RulePlanSubqueries.execute(RulePlanSubqueries.java:193)
> at org.teiid.query.optimizer.relational.RelationalPlanner.executeRules(RelationalPlanner.java:1101)
> {code}
> Until relatively recently we disallowed queries from having subqueries if there was no from clause. That change was checked against regular subqueries, but apparently not procedure subqueries.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months