[
https://issues.jboss.org/browse/TEIID-3069?page=com.atlassian.jira.plugin...
]
Kylin Soong commented on TEIID-3069:
------------------------------------
I have met 2 questions:
1. Remote org.teiid.translator.TranslatorException: File not found .txt
when run dynamicvdb-datafederation against JDV
6.0(jboss-dv-installer-6.0.0.GA-redhat-4.jar), the CLI commands
/subsystem=resource-adapters/resource-adapter=fileQS/connection-definitions=fileDS/config-properties=ParentDirectory:add(value=${jboss.home.dir}/teiidfiles/data/)
executed success, but ${jboss.home.dir} not be recognized, in standalone.xml it be
configured like
<config-property name="ParentDirectory">
$/teiidfiles/data/
</config-property>
This cause File not found error
Caused by: org.teiid.core.TeiidException: Remote org.teiid.translator.TranslatorException:
File not found .txt
at
org.teiid.translator.file.FileExecutionFactory$FileProcedureExecution.execute(FileExecutionFactory.java:91)
We have to change the '$/teiidfiles/data/' to absolute path
jboss-dv-installer-6.1.0.DR2-redhat-1.jar don't have this kinds of issue
2. bash: !": event not found
Linux terminal not support 1!, I used set password as `password1!`, so the following mvn
install can not executed:
[kylin@kylin simpleclient]$ mvn install -Dvdb="Portfolio" -Dsql="select *
from product" -Dusername="user" -Dpassword="password1!"
bash: !": event not found
Quick Start Can't run against JDV
---------------------------------
Key: TEIID-3069
URL:
https://issues.jboss.org/browse/TEIID-3069
Project: Teiid
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Quick Starts
Environment: JBoss Data Virtualization 6.0
JBoss Data Virtualization 6.1
Reporter: Kylin Soong
Assignee: Van Halbert
Some Quick Start can't run well against Enterprise JDV, can we have a JDV version
quick start?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)