| Summary: | Deploying VDB via URL is not working in JON plugin | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Filip Nguyen <fnguyen> |
| Component: | JON | Assignee: | Van Halbert <vhalbert> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | atangrin, drieden, tejones, vhalbert |
| Target Milestone: | --- | Keywords: | QA-Closed, Reopened |
| Target Release: | One-off release | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Users are not currently able to deploy a virtual database via URL when using the JBoss Operations Network plugin.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-10 08:50:27 UTC | Type: | Support Patch |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1064461 | ||
|
Description
Filip Nguyen
2013-11-08 15:53:18 UTC
Ted Jones <tejones> updated the status of jira TEIIDRHQ-19 to Resolved I don't see the code [1] that should be fixing this in the GA plugin pack. It should be fixed in the project code, but it is not productized into the final JON plugin pack. Specifically jon-plugin-pack-datavirtualization-3.2.0.GA/META-INF/rhq-plugin.xml still contains vdbVersion parameter that shouldn't be there (indicates old code) [2] [1] https://github.com/teiid/teiid-rhq/pull/14/files [2] <operation name="deployVdbByUrl" displayName="Deploy a VDB via URL" description="Deploy a VDB using a URL"> <parameters> <c:simple-property displayName="VDB URL" name="vdbUrl" type="file" required="true" description="The URL of the VDB's source file." /> <c:simple-property displayName="VDB File Name" name="vdbDeployName" type="string" required="true" description="The name of the VDB to deploy." /> <c:simple-property displayName="VDB Version" name="vdbVersion" type="integer" required="false" description="The version to use for the deployed VDB. Leave blank to use the default version as determined by the deployer, overwrite a current version, or use the VDB file name version (i.e. vdbname.{version}.vdb). The version parameter is not applicable for deployment of dynamic VDBs." /> </parameters> </operation> |