Hide Forgot
Workaround Description: To deploy a dynamic -vdb.xml file, copy it to the deploy folder. project_key: SOA There are two ways how create virtual database. You can deploy *.vdb file which is basically zip archive with changed extension, or deploy just vdb.xml file. The second way doesn't work through soa admin console web interface. Error message: Failed to create Resource weather-vdb.xml - cause: Incorrect extension specified on filename How to reproduce: In soa web interface log in to Admin Console, than open "Virtual Database (VDB)s" link, than click "Add a new resource" button, and try to upload weather-vdb.xml which is attached. Workaround: Just copy weather-vdb.xml to the deploy folder. weather-vdb.xml and weather-ds.xml which is required if you want to deploy vdb in active state are attached.
Attachment: Added: weather-vdb.xml Attachment: Added: weather-ds.xml
This was the way the admin console plugin was coded for this release and is expected behavior. This enhancement will be posted to Teiid.
Release Notes Docs Status: Added: Documented as Known Issue Workaround Description: Added: To deploy a dynamic -vdb.xml file, copy it to the deploy folder.
Link: Added: This issue Cloned to SOA-2779
Release Notes Text: Added: A user will not be able to deploy a Teiid dynamic vdb file (-vdb.xml) using JON / JOPR. I currently only supports deploying a .vdb file. The only current way to deploy the dynamic vdb is to copy the file to the <serverinstall>/server/<profile>/deploy directory.
Release Notes Text: Removed: A user will not be able to deploy a Teiid dynamic vdb file (-vdb.xml) using JON / JOPR. I currently only supports deploying a .vdb file. The only current way to deploy the dynamic vdb is to copy the file to the <serverinstall>/server/<profile>/deploy directory. Added: A user will not be able to deploy a Teiid dynamic vdb file (-vdb.xml) using JON / JOPR. It currently only supports deploying a .vdb file. The only current way to deploy the dynamic vdb is to copy the file to the <serverinstall>/server/<profile>/deploy directory.