[JBoss JIRA] (TEIIDDES-2852) Import from Infinispan issue
by Matus Makovy (JIRA)
Matus Makovy created TEIIDDES-2852:
--------------------------------------
Summary: 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
Attachments: Screen Shot 2016-06-03 at 15.38.17.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
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (TEIIDDES-2851) Warning shown during generation of dynamic VDB with UDF has wrong title
by Matus Makovy (JIRA)
Matus Makovy created TEIIDDES-2851:
--------------------------------------
Summary: Warning shown during generation of dynamic VDB with UDF has wrong title
Key: TEIIDDES-2851
URL: https://issues.jboss.org/browse/TEIIDDES-2851
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 10.0.1
Environment: MAC OS
Reporter: Matus Makovy
Assignee: Matus Makovy
Priority: Minor
Attachments: Screen Shot 2016-06-06 at 8.52.46.png
Warning shown during generation of dynamic VDB has wrong title. The title is: +Generate Dynamic VDB Status{color:red}",{color}+. The {color:red}",{color} shouldn't be there.
See screenshot
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (TEIIDDES-2850) Import in the Teiid Designer shows incorrect metadata for same tables exist in multiple schemas
by Debbie Steigner (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2850?page=com.atlassian.jira.plu... ]
Debbie Steigner updated TEIIDDES-2850:
--------------------------------------
Affects Version/s: 9.0.3
(was: 9.0)
> Import in the Teiid Designer shows incorrect metadata for same tables exist in multiple schemas
> -----------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2850
> URL: https://issues.jboss.org/browse/TEIIDDES-2850
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 9.0.3
> Reporter: Anu Saji
> Assignee: Barry LaFond
> Attachments: Screenshot_Import_1.png, Screenshot_Import_2.png, Screenshot_Import_4.png, Screenshot_Import_5.png, Screenshot_Toad.png
>
>
> In customers words
> ==============================================================
> Hello,
> We found an issue with import in the Teiid Designer that shows incorrect metadata for same tables exist in multiple schemas.
> For example, if we want to import table TABLE_A in the SCHEMA_A but if the same table name is also exist in other database schema in the same database instance, then it is showing incorrect metadata with schema name.
> Please take a look at the attached screenshots that shows importing table AAVALUE in PMX_SUPER schema shows the table AAVALUE in other database schemas PMX and PMX_GUEST instead of showing PMX_SUPER irrespective of selecting any of the option in the designer:
> - All schema
> - Only selected schema
> - Select and connection filtered schema
> Then, after importing the table, it is creating duplicate columns as shown in the screenshots.
> =========================================================================
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (TEIIDDES-2850) Import in the Teiid Designer shows incorrect metadata for same tables exist in multiple schemas
by Debbie Steigner (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2850?page=com.atlassian.jira.plu... ]
Debbie Steigner reassigned TEIIDDES-2850:
-----------------------------------------
Assignee: Barry LaFond
> Import in the Teiid Designer shows incorrect metadata for same tables exist in multiple schemas
> -----------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2850
> URL: https://issues.jboss.org/browse/TEIIDDES-2850
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Import/Export
> Affects Versions: 9.0
> Reporter: Anu Saji
> Assignee: Barry LaFond
> Attachments: Screenshot_Import_1.png, Screenshot_Import_2.png, Screenshot_Import_4.png, Screenshot_Import_5.png, Screenshot_Toad.png
>
>
> In customers words
> ==============================================================
> Hello,
> We found an issue with import in the Teiid Designer that shows incorrect metadata for same tables exist in multiple schemas.
> For example, if we want to import table TABLE_A in the SCHEMA_A but if the same table name is also exist in other database schema in the same database instance, then it is showing incorrect metadata with schema name.
> Please take a look at the attached screenshots that shows importing table AAVALUE in PMX_SUPER schema shows the table AAVALUE in other database schemas PMX and PMX_GUEST instead of showing PMX_SUPER irrespective of selecting any of the option in the designer:
> - All schema
> - Only selected schema
> - Select and connection filtered schema
> Then, after importing the table, it is creating duplicate columns as shown in the screenshots.
> =========================================================================
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months