[JBoss JIRA] (TEIIDDES-2919) When multiple resource-adapters are defined for the same type, incorrect info is seen in Teiid Conn. Impoter
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2919?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-2919.
----------------------------------
> 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
>
> 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.5.0#75005)
8 years, 4 months
[JBoss JIRA] (TEIIDDES-3044) Add new Model Editor tab
by Mario Majernik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3044?page=com.atlassian.jira.plu... ]
Mario Majernik closed TEIIDDES-3044.
------------------------------------
> Add new Model Editor tab
> ------------------------
>
> Key: TEIIDDES-3044
> URL: https://issues.jboss.org/browse/TEIIDDES-3044
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Editors, Modeling
> Affects Versions: 11.1
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Priority: Critical
> Labels: release_notes
> Fix For: 11.1
>
> Attachments: Designer 11.1 New Features.pdf, create-data-service-action.png, create-data-service-dialog.png, new-designer-perspective.png
>
>
> Teiid Designer is an Eclipse application. We've gotten lots of feedback that the workflow is based on a developer paradigm and not necessarily a data-source/data-service paradigm.
> The Model Explorer/Tree view + Properties View + Description View paired up with the Diagram and Table Editor pages do not provide a coherent UI for editing models. Users are required to select an object in the tree or diagram in order to find out what actions are available for that object, whether a Model or a model child (table, view, column, etc.)
> One solution is to create a Model Editor page/tab which provides a more model-centric approach to editing a model and providing such actions.
> The attached screen cap shows an initial approach which displays a tree view of the model contents and associated Actions, Properties and Description editor tabs which allow managing the majority of the workflow actions and steps.
> Prototype KIT is available at: http://download.jboss.org/teiid/designer/11.0/teiid-designer-neon-prototy...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (TEIIDDES-2962) Add search capabilities to the VDB Definition screens
by Mario Majernik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2962?page=com.atlassian.jira.plu... ]
Mario Majernik closed TEIIDDES-2962.
------------------------------------
> 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: Critical
> Labels: release_notes
> Fix For: 11.1.1
>
> Attachments: data-role-editor-filter-options.png, vdb-editor-filter-options.png
>
>
> 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.5.0#75005)
8 years, 4 months