[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 commented on TEIIDDES-3046:
----------------------------------------
[~rareddy] That issue was in my configuration, which I've fixed. I've now got a fix for this issue which actually works :). thx
> 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)
7 years, 10 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 Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3046?page=com.atlassian.jira.plu... ]
Ramesh Reddy commented on TEIIDDES-3046:
----------------------------------------
[~blafond] No, it should be there. You can walk into the code during the DEBUG and see why you are not seeing it?
> 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)
7 years, 10 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 commented on TEIIDDES-3046:
----------------------------------------
[~rareddy] So when I debug in *AdminFactory.getConnectionFactoryNames()* with the resource adapter below, that method doesn't find a data source for this resource-adapater entry. Is that expected?
{code}
<resource-adapter id="fileQS">
<module slot="main" id="org.jboss.teiid.resource-adapter.file"/>
<connection-definitions>
<connection-definition class-name="org.teiid.resource.adapter.file.FileManagedConnectionFactory" jndi-name="java:/connection-file" enabled="true" use-java-context="true" pool-name="fileDS">
<config-property name="AllowParentPaths">
true
</config-property>
<config-property name="ParentDirectory">
/home/blafond/Testing/TEIIDDES3046/testfolder
</config-property>
</connection-definition>
</connection-definitions>
</resource-adapter>
{code}
> 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)
7 years, 10 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.0.2
> 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.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)
7 years, 10 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 commented on TEIIDDES-2919:
----------------------------------------
Current ExecutionAdmin is storing data sources based on "pool-name" which isn't the same as ID or JNDI name which is guaranteed to be unique
> 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)
7 years, 10 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.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)
7 years, 10 months
[JBoss JIRA] (TEIIDDES-3074) Driver for Mondrian cannot be deployed on server
by Mario Majernik (JIRA)
Mario Majernik created TEIIDDES-3074:
----------------------------------------
Summary: Driver for Mondrian cannot be deployed on server
Key: TEIIDDES-3074
URL: https://issues.jboss.org/browse/TEIIDDES-3074
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 11.0.1
Reporter: Mario Majernik
Attachments: Mondrian-fail-add-driver.png
[Driver|http://dvqe11.mw.lab.eng.bos.redhat.com:8081/nexus/content/repositories/bqt-artifacts-testing/org/jboss/dv/qe/drivers/mondrian/mondrian/1.0-dv-63-SNAPSHOT/]
cannot be deployed. (Mondrian-fail-add-driver.png)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 10 months