[
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)