[JBoss JIRA] (TEIID-4397) Allow $it to be used in expand
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4397?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-4397:
---------------------------------------
> I don't think so. It should apply to the expanded entity, not the parent. I know there were several issues with self relationships and predicates. I'll double check this behavior in the upstream.
Employee_FK0 is the reverse navigation, FK0 is the forward navigation.
Employee?$expand=Employee_FK0 should mean navigating from the pk - so the iterator would reference the employees.
The expected result would expand all employees who have an employee with the name president.
Employee?$expand=FK0 should mean navigating from the fk - so the iterator would reference the manager.
The expected result would expand all employees who have a manager with the name president.
I don't think either of these are working as expected for a self relationship.
> Allow $it to be used in expand
> ------------------------------
>
> Key: TEIID-4397
> URL: https://issues.jboss.org/browse/TEIID-4397
> Project: Teiid
> Issue Type: Sub-task
> Components: OData
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 9.1, 8.12.x-6.4
>
>
> It should be possible to use $it in expand for correlated references.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 1 month
[JBoss JIRA] (TEIID-5157) Quickstart dynamicvdb-dataroles need to force deploy vdb
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-5157?page=com.atlassian.jira.plugin... ]
Van Halbert resolved TEIID-5157.
--------------------------------
Resolution: Done
> Quickstart dynamicvdb-dataroles need to force deploy vdb
> --------------------------------------------------------
>
> Key: TEIID-5157
> URL: https://issues.jboss.org/browse/TEIID-5157
> Project: Teiid
> Issue Type: Bug
> Components: Quick Starts
> Affects Versions: 8.12.x-6.4
> Reporter: Jan Stastny
> Assignee: Van Halbert
> Priority: Blocker
> Fix For: 8.12.x-6.4
>
>
> if dynamicvdb-datafederation run first, need to add force redeploy during vdb deploy:
> {code}
> deploy ../quickstarts/dynamicvdb-dataroles/src/vdb/portfolio-vdb.xml
> {code}
> vs.
> {code}
> deploy --force ../quickstarts/dynamicvdb-dataroles/src/vdb/portfolio-vdb.xml
> {code}
> Otherwise the vdb is not redeployed and user works with the old one.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 1 month
[JBoss JIRA] (TEIID-5157) Quickstart dynamicvdb-dataroles need to force deploy vdb
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-5157?page=com.atlassian.jira.plugin... ]
Van Halbert updated TEIID-5157:
-------------------------------
Fix Version/s: 8.12.x-6.4
> Quickstart dynamicvdb-dataroles need to force deploy vdb
> --------------------------------------------------------
>
> Key: TEIID-5157
> URL: https://issues.jboss.org/browse/TEIID-5157
> Project: Teiid
> Issue Type: Bug
> Components: Quick Starts
> Affects Versions: 8.12.x-6.4
> Reporter: Jan Stastny
> Assignee: Van Halbert
> Priority: Blocker
> Fix For: 8.12.x-6.4
>
>
> if dynamicvdb-datafederation run first, need to add force redeploy during vdb deploy:
> {code}
> deploy ../quickstarts/dynamicvdb-dataroles/src/vdb/portfolio-vdb.xml
> {code}
> vs.
> {code}
> deploy --force ../quickstarts/dynamicvdb-dataroles/src/vdb/portfolio-vdb.xml
> {code}
> Otherwise the vdb is not redeployed and user works with the old one.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 1 month