[JBoss JIRA] (TEIIDDES-3089) Designer looses teiid instance credentials
by Michael Echevarria (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3089?page=com.atlassian.jira.plu... ]
Michael Echevarria updated TEIIDDES-3089:
-----------------------------------------
Description: Every once in a while the teiid designer loses the JDBC connection credentials (i.e. teiidUser/password). Then they need to be reset. A JDV customer pointed this issue out and then I experienced it myself. Odd issue since its not consistent and there are no console log erors for the designer. (was: Every once in a while the teiid designer loses the JDBC connection credentials (i.e. teiidUser/password). Then they need to be reset. A JDV customer pointed this issue out and then I experienced it myself. Odd issue since its not consistent and there are no console logs for the designer.)
> Designer looses teiid instance credentials
> ------------------------------------------
>
> Key: TEIIDDES-3089
> URL: https://issues.jboss.org/browse/TEIIDDES-3089
> Project: Teiid Designer
> Issue Type: Bug
> Components: Teiid Integration
> Affects Versions: 11.0.1
> Environment: JBDS 10.4
> Reporter: Michael Echevarria
>
> Every once in a while the teiid designer loses the JDBC connection credentials (i.e. teiidUser/password). Then they need to be reset. A JDV customer pointed this issue out and then I experienced it myself. Odd issue since its not consistent and there are no console log erors for the designer.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (TEIIDDES-2959) Overriding translator isn't set automatically to source model in the VDB
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2959?page=com.atlassian.jira.plu... ]
Barry LaFond reassigned TEIIDDES-2959:
--------------------------------------
Assignee: Barry LaFond
> Overriding translator isn't set automatically to source model in the VDB
> ------------------------------------------------------------------------
>
> Key: TEIIDDES-2959
> URL: https://issues.jboss.org/browse/TEIIDDES-2959
> Project: Teiid Designer
> Issue Type: Feature Request
> Affects Versions: 10.0.2
> Reporter: Matej Kralik
> Assignee: Barry LaFond
> Fix For: 11.0.2
>
> Attachments: screenshot1.png, screenshot2.png, screenshot3.png, screenshot4.png
>
>
> I changed some parameters in the edit translator override window on the source model (screenshot1).I generated VDB, the overriding translator is created (screenshot2) but source model contains still default translator (screenshot3) and I have to manually set the overriding translator. I think that teiid designer should be automatically set override translator to the source model if was changed some properties in the edit translator override window.(screenshot4)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (TEIIDDES-2958) Missing property when I want to edit infinispan-cache-dsl translator
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2958?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2958.
------------------------------------
Resolution: Rejected
Yes it's there and available in the VDB editor for the source in the Translator Overrides editor.
Note that you need to be connected to the server to obtain the runtime TO properties.
> Missing property when I want to edit infinispan-cache-dsl translator
> --------------------------------------------------------------------
>
> Key: TEIIDDES-2958
> URL: https://issues.jboss.org/browse/TEIIDDES-2958
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0.2
> Reporter: Matej Kralik
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 11.0.2
>
> Attachments: screenshot1.png, screenshot2.png
>
>
> According to [this |https://issues.jboss.org/browse/TEIIDDES-2812?focusedCommentId=13283715&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-13283715] comment, when I click on the JDG source model and I want to override translator, SupportsDirectQueryProcedure parameter is missing. (screenshot1)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (TEIIDDES-2919) When multiple resource-adapters are defined for the same type, incorrect info is seen in Teiid Conn. Impoter
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2919?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2919.
------------------------------------
Fix Version/s: (was: 11.1)
Resolution: Done
11.0.x : https://github.com/Teiid-Designer/teiid-designer/commit/baaae8d9a51a5a023...
> When multiple resource-adapters are defined for the same type, incorrect info is seen in Teiid Conn. Impoter
> ------------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2919
> URL: https://issues.jboss.org/browse/TEIIDDES-2919
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 10.0.1
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Priority: Critical
> Fix For: 11.0.2
>
> Attachments: Screenshot from 2016-09-21 17-00-51.png
>
>
> Setup:
> Configured 2 resource-adapters of the same type.
> {code}
> <resource-adapter id="infinispanRemQSDSL">
> <module slot="main" id="org.jboss.teiid.resource-adapter.infinispan.dsl"/>
> <connection-definitions>
> <connection-definition class-name="org.teiid.resource.adapter.infinispan.dsl.InfinispanManagedConnectionFactory" jndi-name="java:/infinispanRemoteDSL" enabled="true" use-java-context="true" pool-name="infinispanRemoteDSL">
> <config-property name="MessageDescriptor">
> quickstart.Person
> </config-property>
> <config-property name="Module">
> com.client.quickstart.addressbook.pojos
> </config-property>
> <config-property name="MessageMarshallers">
> com.client.quickstart.addressbook.pojos.domain.Person:com.client.quickstart.addressbook.pojos.marshallers.PersonMarshaller,com.client.quickstart.addressbook.pojos.domain.PhoneNumber:com.client.quickstart.addressbook.pojos.marshallers.PhoneNumberMarshaller,com.client.quickstart.addressbook.pojos.domain.Address:com.client.quickstart.addressbook.pojos.marshallers.AddressMarshaller
> </config-property>
> <config-property name="ProtobufDefinitionFile">
> /quickstart/addressbook.proto
> </config-property>
> <config-property name="RemoteServerList">
> 127.0.0.1:11322
> </config-property>
> <config-property name="CacheTypeMap">
> addressbook_indexed:com.client.quickstart.addressbook.pojos.domain.Person;id
> </config-property>
> </connection-definition>
> </connection-definitions>
> </resource-adapter>
> <resource-adapter id="infinispanQSDSLTest">
> <module slot="main" id="org.jboss.teiid.resource-adapter.infinispan.dsl"/>
> <connection-definitions>
> <connection-definition class-name="org.teiid.resource.adapter.infinispan.dsl.InfinispanManagedConnectionFactory" jndi-name="java:/infinispanRemoteDSLTest" enabled="true" use-java-context="true" pool-name="infinispanRemoteDSLTest">
> <config-property name="MessageDescriptor">
> quickstart.Person
> </config-property>
> <config-property name="Module">
> com.client.quickstart.addressbook.pojos
> </config-property>
> <config-property name="MessageMarshallers">
> com.client.quickstart.addressbook.pojos.domain.Person:com.client.quickstart.addressbook.pojos.marshallers.PersonMarshaller,com.client.quickstart.addressbook.pojos.domain.PhoneNumber:com.client.quickstart.addressbook.pojos.marshallers.PhoneNumberMarshaller,com.client.quickstart.addressbook.pojos.domain.Address:com.client.quickstart.addressbook.pojos.marshallers.AddressMarshaller
> </config-property>
> <config-property name="ProtobufDefinitionFile">
> /quickstart/addressbook.proto
> </config-property>
> <config-property name="RemoteServerList">
> 127.0.0.1:11322
> </config-property>
> <config-property name="CacheTypeMap">
> addressbook_indexed:com.client.quickstart.addressbook.pojos.domain.Person;id
> </config-property>
> </connection-definition>
> </connection-definitions>
> </resource-adapter>
> {code}
> and when using Teiid Connection importer, the driver information (which corresponds to the "ID") is the same.
> Tried with 2 file resource-adapters and similar behavior.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (TEIIDDES-3046) Unable to preview data of file-based data source when the JNDI name already exist on the server runtime
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3046?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-3046:
-----------------------------------
Fix Version/s: (was: 11.1)
> Unable to preview data of file-based data source when the JNDI name already exist on the server runtime
> -------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-3046
> URL: https://issues.jboss.org/browse/TEIIDDES-3046
> Project: Teiid Designer
> Issue Type: Bug
> Components: Data Preview
> Affects Versions: 10.0.2
> Environment: MacOS
> Red Hat JBoss Developer Studio 10.3.0.GA with JBoss Developer Studio Integration Stack 10.0.2 installed
> Reporter: Cojan van Ballegooijen
> Assignee: Barry LaFond
> Fix For: 11.0.2
>
> Attachments: Screen Shot 2017-03-01 at 10.16.26.png, Screen Shot 2017-03-01 at 10.16.46.png
>
>
> If a data source is already created on the JDV server runtime unable to preview data on the models.
> Workaround is to add these models into a VDB, deploy/execute VDB but Preview data should work despite the fact that the datasource JNDI names already exists on the server side.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months