[JBoss JIRA] (TEIID-2454) Make selection of tables/columns less cumbersome in Teiid Designer Data Roles
by Rick Wagner (JIRA)
[ https://issues.jboss.org/browse/TEIID-2454?page=com.atlassian.jira.plugin... ]
Rick Wagner commented on TEIID-2454:
------------------------------------
Please update https://issues.jboss.org/browse/PRODMGT-391 as this issue moves.
Thank you,
Rick
> Make selection of tables/columns less cumbersome in Teiid Designer Data Roles
> -----------------------------------------------------------------------------
>
> Key: TEIID-2454
> URL: https://issues.jboss.org/browse/TEIID-2454
> Project: Teiid
> Issue Type: Feature Request
> Components: Tools
> Affects Versions: 8.3
> Environment: As used in SOA-P 5.3
> Reporter: Rick Wagner
> Assignee: Steven Hawkins
>
> Make selection of tables/columns less cumbersome in Teiid Designer Data Roles. For example, if you have view that contains say 100 columns and you want to setup a role to give only 5 columns (c1, c2, c3, c4, c5) access out of 100 columns, you can't select only c1, c2, c3, c4, c5 which throws an error "Cannot change Element state - the Parent element must be enabled first."
> So we need to select on view which automatically selects all 100 columns and then uncheck one by one all the 95 columns. Can this be fixed to select needed child columns in the view which should automatically select parent and no need to uncheck one by one all the 95 columns ?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (TEIID-2444) Teiid should be deployable in EAP 6.1 bits
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2444?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-2444:
-------------------------------------
add following to the maven's settings.xml to compile your project
{code}
<profiles>
...
<profile>
<id>jboss-eap-alpha</id>
<repositories>
<repository>
<id>jboss-eap-alpha</id>
<name>JBoss EAP6.1 Alpha</name>
<url>http://maven.repository.redhat.com/techpreview/eap6/6.1.0.Alpha1/maven-re...</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>
<activeProfiles>
...
<activeProfile>jboss-eap-alpha</activeProfile>
</activeProfiles>
{code}
> Teiid should be deployable in EAP 6.1 bits
> ------------------------------------------
>
> Key: TEIID-2444
> URL: https://issues.jboss.org/browse/TEIID-2444
> Project: Teiid
> Issue Type: Task
> Components: Build/Kits, Server
> Affects Versions: 8.4
> Reporter: Ramesh Reddy
> Assignee: Ramesh Reddy
> Priority: Blocker
> Fix For: 8.4
>
>
> EAP 6.1 Alpha 1 is available in community, Teiid must be able to layered on top of this version to make use this version.
> EAP 6.1 alpaha1, fixes few major issues that were discovered on AS 7.1.1 version.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (TEIID-2454) Make selection of tables/columns less cumbersome in Teiid Designer Data Roles
by Rick Wagner (JIRA)
Rick Wagner created TEIID-2454:
----------------------------------
Summary: Make selection of tables/columns less cumbersome in Teiid Designer Data Roles
Key: TEIID-2454
URL: https://issues.jboss.org/browse/TEIID-2454
Project: Teiid
Issue Type: Feature Request
Components: Tools
Affects Versions: 8.3
Environment: As used in SOA-P 5.3
Reporter: Rick Wagner
Assignee: Steven Hawkins
Make selection of tables/columns less cumbersome in Teiid Designer Data Roles. For example, if you have view that contains say 100 columns and you want to setup a role to give only 5 columns (c1, c2, c3, c4, c5) access out of 100 columns, you can't select only c1, c2, c3, c4, c5 which throws an error "Cannot change Element state - the Parent element must be enabled first."
So we need to select on view which automatically selects all 100 columns and then uncheck one by one all the 95 columns. Can this be fixed to select needed child columns in the view which should automatically select parent and no need to uncheck one by one all the 95 columns ?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months