[JBoss JIRA] (TEIIDDES-2852) Import from Infinispan issue
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2852?page=com.atlassian.jira.plu... ]
Matus Makovy reopened TEIIDDES-2852:
------------------------------------
> Import from Infinispan issue
> ----------------------------
>
> Key: TEIIDDES-2852
> URL: https://issues.jboss.org/browse/TEIIDDES-2852
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0.1
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 11.0.1
>
> Attachments: Screen Shot 2016-06-03 at 15.38.12.png, Screen Shot 2016-06-03 at 15.38.17.png, Screen Shot 2016-06-06 at 14.51.05 (3).png
>
>
> If I want to import from Infinispan (remote-cache) using Teiid Connection import in TD and I have a resource adapter defined like this:
> {code:xml}
> <resource-adapter id="infinispan-remote-cache-ds">
> <module slot="main" id="org.jboss.teiid.resource-adapter.infinispan.dsl"/>
> <transaction-support>LocalTransaction</transaction-support>
> <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="infinispan-remote-cache-ds">
> <config-property name="ProtobufDefinitionFile">
> /org/jboss/qe/jdg/remote/protobuf/SmallA.proto
> </config-property>
> <config-property name="RemoteServerList">
> dvqe01.mw.lab.eng.bos.redhat.com:11322
> </config-property>
> <config-property name="MessageMarshallers">
> org.jboss.qe.jdg.pojo.SmallA:org.jboss.qe.jdg.remote.marshaller.SmallAMarshaller
> </config-property>
> <config-property name="CacheTypeMap">
> smallARemotecache:org.jboss.qe.jdg.pojo.SmallA;intKey
> </config-property>
> <config-property name="Module">
> org.jboss.qe.jdg.pojos
> </config-property>
> <config-property name="MessageDescriptor">
> org.jboss.qe.jdg.remote.protobuf.SmallA
> </config-property>
> </connection-definition>
> </connection-definitions>
> </resource-adapter>
> {code}
> I am getting this error in TD - see attached screenshot.
> And I cannot continue through the wizard.
> I have to add another resource adapter that works like a driver for the previous one. The configuration looks like this:
> {code:xml}
> <resource-adapter id="infinispan-remote-driver">
> <module slot="main" id="org.jboss.teiid.resource-adapter.infinispan.dsl"/>
> </resource-adapter>
> {code}
> After adding this^ "driver" everything works.
> Is this a TD bug? or is it supposed to work this way ?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 12 months
[JBoss JIRA] (TEIIDDES-2852) Import from Infinispan issue
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2852?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2852:
----------------------------------------
I tried to use the script to fix this issue, but it doesn't help.
> Import from Infinispan issue
> ----------------------------
>
> Key: TEIIDDES-2852
> URL: https://issues.jboss.org/browse/TEIIDDES-2852
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0.1
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 11.0.1
>
> Attachments: Screen Shot 2016-06-03 at 15.38.12.png, Screen Shot 2016-06-03 at 15.38.17.png, Screen Shot 2016-06-06 at 14.51.05 (3).png
>
>
> If I want to import from Infinispan (remote-cache) using Teiid Connection import in TD and I have a resource adapter defined like this:
> {code:xml}
> <resource-adapter id="infinispan-remote-cache-ds">
> <module slot="main" id="org.jboss.teiid.resource-adapter.infinispan.dsl"/>
> <transaction-support>LocalTransaction</transaction-support>
> <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="infinispan-remote-cache-ds">
> <config-property name="ProtobufDefinitionFile">
> /org/jboss/qe/jdg/remote/protobuf/SmallA.proto
> </config-property>
> <config-property name="RemoteServerList">
> dvqe01.mw.lab.eng.bos.redhat.com:11322
> </config-property>
> <config-property name="MessageMarshallers">
> org.jboss.qe.jdg.pojo.SmallA:org.jboss.qe.jdg.remote.marshaller.SmallAMarshaller
> </config-property>
> <config-property name="CacheTypeMap">
> smallARemotecache:org.jboss.qe.jdg.pojo.SmallA;intKey
> </config-property>
> <config-property name="Module">
> org.jboss.qe.jdg.pojos
> </config-property>
> <config-property name="MessageDescriptor">
> org.jboss.qe.jdg.remote.protobuf.SmallA
> </config-property>
> </connection-definition>
> </connection-definitions>
> </resource-adapter>
> {code}
> I am getting this error in TD - see attached screenshot.
> And I cannot continue through the wizard.
> I have to add another resource adapter that works like a driver for the previous one. The configuration looks like this:
> {code:xml}
> <resource-adapter id="infinispan-remote-driver">
> <module slot="main" id="org.jboss.teiid.resource-adapter.infinispan.dsl"/>
> </resource-adapter>
> {code}
> After adding this^ "driver" everything works.
> Is this a TD bug? or is it supposed to work this way ?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 12 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 updated TEIIDDES-2660:
-----------------------------------
Issue Type: Bug (was: Feature Request)
> 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
[JBoss JIRA] (TEIIDDES-2355) Provide an option to import pushdown functions
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2355?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2355:
-----------------------------------
Issue Type: Bug (was: Feature Request)
> Provide an option to import pushdown functions
> ----------------------------------------------
>
> Key: TEIIDDES-2355
> URL: https://issues.jboss.org/browse/TEIIDDES-2355
> Project: Teiid Designer
> Issue Type: Bug
> Components: Patch Release, Teiid Integration
> Reporter: Steven Hawkins
> Assignee: Barry LaFond
> Fix For: 11.0.2
>
> Attachments: pushDown.zip
>
>
> The import property importer.importPushdownFunctions can be set to have Teiid include the pushdown functions as part of the imported schema and there by the ddl used by designer. With TEIID-3098 will prevent there from being ambiguity from doing so (either from multiple models or from the pushdown functions). So Designer should allow users to import these functions if they wish (it could even be a default option).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (TEIIDDES-2716) Improve importing of dynamic VDBs
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2716?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2716:
-----------------------------------
Fix Version/s: 11.2
(was: 11.0.2)
> Improve importing of dynamic VDBs
> ---------------------------------
>
> Key: TEIIDDES-2716
> URL: https://issues.jboss.org/browse/TEIIDDES-2716
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Dynamic VDBs, VDB & Execution
> Reporter: Matus Makovy
> Fix For: 11.2
>
>
> If you want to import dynamic VDB now, you have to import a file to a project and then right-click the dynamic VDB and select Modeling -> Generate VDB archive and models.
> I thnik it could be more user friendly. For example there could be an option to import dynamic VDB using: File -> Import -> Dynamic VDB. One wizard would guide you through the whole import of the vdb xml file to the project.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (TEIIDDES-3044) Add new Model Editor tab
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3044?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-3044:
-----------------------------------
Issue Type: Feature Request (was: Enhancement)
> 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
> Priority: Critical
> Fix For: 11.2
>
> Attachments: Designer 11.1 New Features.pdf, create-data-service-action.png, create-data-service-dialog.png, new-model-editor-and-data-sources-view.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.2.3#72005)
8 years