[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 updated TEIIDDES-2919:
-----------------------------------
Fix Version/s: 11.1
(was: 11.0.2)
> 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.1, 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, 5 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 updated TEIIDDES-2919:
-----------------------------------
Fix Version/s: 11.0.2
> 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.1, 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, 5 months
[JBoss JIRA] (TEIIDDES-3053) Issue with trying to perform Preview Data
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3053?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-3053:
-----------------------------------
Fix Version/s: 11.1
> Issue with trying to perform Preview Data
> -----------------------------------------
>
> Key: TEIIDDES-3053
> URL: https://issues.jboss.org/browse/TEIIDDES-3053
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Usability
> Affects Versions: 11.0.1
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Fix For: 11.1, 11.0.2
>
>
> The issue occurs after doing the followiing:
> - use Teiid Connection importer create source model
> - create view model
> - try data preview on view table
> This issue is that your prompted with message:
> "Required data source is not deployed to the server, do you want to do it?"
> When a source model is created by Teiid Connection importer, that prompt should not occur, because the data source already exist. However, if it does exist, it should allow you to continue to try to execute preview. Right now its create data source or nothing.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2962) Add search capabilities to the VDB Definition screens
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2962?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2962:
-----------------------------------
Fix Version/s: 11.1
(was: 11.2)
> Add search capabilities to the VDB Definition screens
> -----------------------------------------------------
>
> Key: TEIIDDES-2962
> URL: https://issues.jboss.org/browse/TEIIDDES-2962
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: VDB & Execution
> Reporter: Debbie Steigner
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 11.1
>
> Attachments: JDV_RFE_SEARCH.pdf
>
>
> To improve JDV Designer productivity, we would like to request an implementation of the following points regarding the VDB configuration panel (see page 2 attachment JDV_RFE_navigation.pdf):
> - Full Text Search, enabling to search entities "starts with", "contains", or "end with".
> - Filter by Type: ALL, View, VBL, DataSource (select the types of entities i want to search into).
> - Clear Search Fields: Clear all of the above.
> - Order By Name: ASC, DESC. Order by name all the entities, and make click-able the Name Header bar to change ascending and descending ordering.
> The same improvements could be introduced in the Data Roles permissions panes (see page 4 attachment JDV_RFE_navigation.pdf).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2660) Add support in Designer for foreign keys cross models
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2660?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2660.
------------------------------------
Release Notes Text: This can't be supported with current EMF metamodels.
Resolution: Won't Do
> Add support in Designer for foreign keys cross models
> -----------------------------------------------------
>
> Key: TEIIDDES-2660
> URL: https://issues.jboss.org/browse/TEIIDDES-2660
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Fix For: 11.0.2
>
> Attachments: foreignKey.zip
>
>
> Add support in Designer for foreign keys cross models.
> In Designer you cannot have a FK cross models. That is not a limitation with DDL metadata in Teiid. It's a misstatement to relate that to optimization. If the PK/FK is present we'll use that information just as we would in a single source - we do not however enforce the FK. That can be done through the use of an update procedure though.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-3040) Source function in a virtual view, it expects an Object type as the result
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3040?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-3040.
------------------------------------
Resolution: Done
> Source function in a virtual view, it expects an Object type as the result
> --------------------------------------------------------------------------
>
> Key: TEIIDDES-3040
> URL: https://issues.jboss.org/browse/TEIIDDES-3040
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0.2
> Reporter: Colin Mondesir
> Assignee: Barry LaFond
> Fix For: 11.0.2
>
> Attachments: example.zip
>
>
> On a physical model, I have created a Source Function INSTR with the following parameters:
> IN char1 string
> IN char2 string
> RETURN result Integer
> When I use this source function in a virtual view, it expects an Object type as the result of this function. No way to force with an Integer type. So I create an Object column to store this result. But then I create a VDB and I want to deploy it, it tells me that it expects a Integer result and not an Object.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-3049) Generate Dynamic VDB dialog 2 steps approach could be 1
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3049?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-3049.
------------------------------------
Resolution: Done
> Generate Dynamic VDB dialog 2 steps approach could be 1
> -------------------------------------------------------
>
> Key: TEIIDDES-3049
> URL: https://issues.jboss.org/browse/TEIIDDES-3049
> Project: Teiid Designer
> Issue Type: Enhancement
> Environment: JBDS 10.3.0
> Reporter: Cojan van Ballegooijen
> Assignee: Barry LaFond
> Priority: Trivial
> Fix For: 11.0.2
>
> Attachments: Screen Shot 2017-03-02 at 11.23.02.png
>
>
> Generating a Dynamic VDB dialog of a VDB needs an extra click on generate where I think it could be changed into one click.
> To reproduce
> - Have a VDB
> - Right click VDB -> Modeling -> Generate Dynamic VDB
> - page 1 of dialog fine
> - page 2 of dialog needs to click on Generate
> Why not generate the Dynamic VDB after clicking Next on page 1 of the dialog.
> See attached screenshot
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2985) Missing Procedure settings in dynamic VDB
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2985?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2985:
----------------------------------------
[~mmajerni] Do you have a link to Teiid documentation that specifies the UPDATECOUNT property for procedure vs function? Thx
> Missing Procedure settings in dynamic VDB
> -----------------------------------------
>
> Key: TEIIDDES-2985
> URL: https://issues.jboss.org/browse/TEIIDDES-2985
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dynamic VDBs, Import/Export
> Affects Versions: 10.0.2
> Reporter: Mario Majernik
> Fix For: 11.0.2
>
> Attachments: DynamicVDBtesting.zip
>
>
> Some setting in source model miss after generate source model from dynamic vdb:
> * Value of Function is false for "Function"(should be true)
> * Value of Update Count is always AUTO(should be ONE for procedure)
> * Name is Source for parameters missing
> * Value of Name was newParameter_2 for second parameter in Procedure. After generating from dynamic vdb name is result. I think that is caused direction for this parameter which was set on RETURN.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (TEIIDDES-2985) Missing Procedure settings in dynamic VDB
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2985?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2985.
------------------------------------
Resolution: Done
Fixed as part of numerous fixes to round-tripping DDL/VDB.xml to/from XMI models and VDBs.
> Missing Procedure settings in dynamic VDB
> -----------------------------------------
>
> Key: TEIIDDES-2985
> URL: https://issues.jboss.org/browse/TEIIDDES-2985
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dynamic VDBs, Import/Export
> Affects Versions: 10.0.2
> Reporter: Mario Majernik
> Fix For: 11.0.2
>
> Attachments: DynamicVDBtesting.zip
>
>
> Some setting in source model miss after generate source model from dynamic vdb:
> * Value of Function is false for "Function"(should be true)
> * Value of Update Count is always AUTO(should be ONE for procedure)
> * Name is Source for parameters missing
> * Value of Name was newParameter_2 for second parameter in Procedure. After generating from dynamic vdb name is result. I think that is caused direction for this parameter which was set on RETURN.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months