[
https://jira.jboss.org/browse/TEIID-1088?page=com.atlassian.jira.plugin.s...
]
Steve Hawkins resolved TEIID-1088.
----------------------------------
Resolution: Done
The full file path was being sent as the filename, corrected to use just the filename.
Also cleaned up objectconverterutil methods.
AdminShell deployVDB method prepends the path to server's deploy
directory to VDB location
-------------------------------------------------------------------------------------------
Key: TEIID-1088
URL:
https://jira.jboss.org/browse/TEIID-1088
Project: Teiid
Issue Type: Bug
Components: Tools
Affects Versions: 7.0
Environment: Fedora 12, Teiid May 6 build
Reporter: Paul Nittel
Assignee: Steve Hawkins
Fix For: 7.0
Calling deployVDB thusly:
deployVDB(
"/home/pnittel/temp/TestInstallerArtifacts/install_options/performance_overlay/profile/deploy/TPCRperf_70.vdb"
)
causes this error:
java.io.FileNotFoundException:
/home/pnittel/temp/TestInstallerArtifacts/test_server/jboss-5.1.0.GA/server/default/deploy/home/pnittel/temp/TestInstallerArtifacts/install_options/performance_overlay/profile/deploy/TPCRperf_70.vdb
(No such file or directory)
What happens is AdminSHell prepends to my file path string, the path to the deploy folder
where the VDB will be deployed. It should not do that.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira