[JBoss JIRA] (TEIID-2811) Accumulo RowID VARBINARY conversion
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2811?page=com.atlassian.jira.plugin... ]
Ramesh Reddy resolved TEIID-2811.
---------------------------------
Labels: Accumulo Alpha2 (was: Accumulo)
Resolution: Done
Modified to reading all the data as character based data when metadata is imported directly by the translator. The system default character encoding used to read and store this character based data, however user has choice to override it through translator override property if the encoding needs to be different.
> Accumulo RowID VARBINARY conversion
> -----------------------------------
>
> Key: TEIID-2811
> URL: https://issues.jboss.org/browse/TEIID-2811
> Project: Teiid
> Issue Type: Bug
> Components: Connector API
> Affects Versions: 8.7
> Reporter: devin pinkston
> Assignee: Ramesh Reddy
> Labels: Accumulo, Alpha2
> Fix For: 8.7
>
>
> Converting ROWID from byte to VARBINARY causes a metadata error. Switch to String to accomodate for handling other characters in the RowID.
--
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
10 years, 11 months
[JBoss JIRA] (TEIID-2811) Accumulo RowID VARBINARY conversion
by devin pinkston (JIRA)
devin pinkston created TEIID-2811:
-------------------------------------
Summary: Accumulo RowID VARBINARY conversion
Key: TEIID-2811
URL: https://issues.jboss.org/browse/TEIID-2811
Project: Teiid
Issue Type: Bug
Components: Connector API
Affects Versions: 8.7
Reporter: devin pinkston
Assignee: Steven Hawkins
Converting ROWID from byte to VARBINARY causes a metadata error. Switch to String to accomodate for handling other characters in the RowID.
--
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
10 years, 11 months
[JBoss JIRA] (TEIID-2761) Enable/disable transport per model/view/virtual procedure
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2761?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-2761:
-------------------------------------
I have to clarify that when I say configured domain, not on transport but the security-domain it self. The only issue is usually the security domains get injected to session service at the start of the session service, in this case we need to do something else if the 'domainX' is not configured on the transport. It seems redundant to also define on transport but I am ok either way.
> Enable/disable transport per model/view/virtual procedure
> ---------------------------------------------------------
>
> Key: TEIID-2761
> URL: https://issues.jboss.org/browse/TEIID-2761
> Project: Teiid
> Issue Type: Feature Request
> Components: Server
> Affects Versions: 8.5
> Reporter: Patrick Deenen
> Assignee: Steven Hawkins
> Fix For: 8.7
>
>
> It would be nice to be able to enable and disable access to models, tables, views or (virtual) procedures for a specific transport (JDBC, ODBC, OData, REST, Web services).
> One may want to have access to virtual procedures only by Odata for example.
--
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
10 years, 11 months
[JBoss JIRA] (TEIID-2761) Enable/disable transport per model/view/virtual procedure
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2761?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-2761:
-------------------------------------
Yes, that should be. This is effectively override of what defined on the transport then. If "domainX" is not a configured domain then should be error situation.
> Enable/disable transport per model/view/virtual procedure
> ---------------------------------------------------------
>
> Key: TEIID-2761
> URL: https://issues.jboss.org/browse/TEIID-2761
> Project: Teiid
> Issue Type: Feature Request
> Components: Server
> Affects Versions: 8.5
> Reporter: Patrick Deenen
> Assignee: Steven Hawkins
> Fix For: 8.7
>
>
> It would be nice to be able to enable and disable access to models, tables, views or (virtual) procedures for a specific transport (JDBC, ODBC, OData, REST, Web services).
> One may want to have access to virtual procedures only by Odata for example.
--
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
10 years, 11 months
[JBoss JIRA] (TEIID-2761) Enable/disable transport per model/view/virtual procedure
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2761?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-2761:
---------------------------------------
> I do not think I follow what you mean here
If a security domain is specified in a vdb.xml, e.g. as an attribute (or it could be a property):
{code}
<vdb name="x" version= "1" security-domain="domainX">
{code}
Then for any access of that VDB we'll use domainX regardless of what is configured on the transport.
> Enable/disable transport per model/view/virtual procedure
> ---------------------------------------------------------
>
> Key: TEIID-2761
> URL: https://issues.jboss.org/browse/TEIID-2761
> Project: Teiid
> Issue Type: Feature Request
> Components: Server
> Affects Versions: 8.5
> Reporter: Patrick Deenen
> Assignee: Steven Hawkins
> Fix For: 8.7
>
>
> It would be nice to be able to enable and disable access to models, tables, views or (virtual) procedures for a specific transport (JDBC, ODBC, OData, REST, Web services).
> One may want to have access to virtual procedures only by Odata for example.
--
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
10 years, 11 months
[JBoss JIRA] (TEIID-2761) Enable/disable transport per model/view/virtual procedure
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2761?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-2761:
-------------------------------------
> do we allow the vdb security domain to be the one that is used (the behavior I would expect)
I do not think I follow what you mean here
>would we require the vdb's security domain to be one of the one's configured on the transport.
This is what I was saying to in previous comment to fail during the deployment if one not configured
> Enable/disable transport per model/view/virtual procedure
> ---------------------------------------------------------
>
> Key: TEIID-2761
> URL: https://issues.jboss.org/browse/TEIID-2761
> Project: Teiid
> Issue Type: Feature Request
> Components: Server
> Affects Versions: 8.5
> Reporter: Patrick Deenen
> Assignee: Steven Hawkins
> Fix For: 8.7
>
>
> It would be nice to be able to enable and disable access to models, tables, views or (virtual) procedures for a specific transport (JDBC, ODBC, OData, REST, Web services).
> One may want to have access to virtual procedures only by Odata for example.
--
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
10 years, 11 months
[JBoss JIRA] (TEIID-2809) Support for property substitution in vdb.xml files
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2809?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-2809:
----------------------------------
Assignee: Ramesh Reddy (was: Steven Hawkins)
Fix Version/s: 8.7
> Support for property substitution in vdb.xml files
> --------------------------------------------------
>
> Key: TEIID-2809
> URL: https://issues.jboss.org/browse/TEIID-2809
> Project: Teiid
> Issue Type: Enhancement
> Affects Versions: 8.5
> Environment: EAP 6.1 Alpha , Teiid 8.5
> Reporter: Madhu Garimilla
> Assignee: Ramesh Reddy
> Fix For: 8.7
>
>
> I have created a vdb.xml where i have declared my translators in it. I would like to pass some parameters to one of my translators so that i do not need to change my vdb.xml whenever there is a change in value. These parameters derive the values from the system properties. So, i am using ${} notation to pass the value of the system properties to my translator. When i try to deploy my VDB and try to access the parameters inside the translator, These system properties are not being resolved to the actual values.
> As per the thread https://community.jboss.org/thread/236325, this is not being supported as of now and requires an enhancement.
--
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
10 years, 11 months