Bug 1028509 - Deploying VDB via URL is not working in JON plugin
Summary: Deploying VDB via URL is not working in JON plugin
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Virtualization 6
Classification: JBoss
Component: JON
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: One-off release
Assignee: Van Halbert
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1064461
TreeView+ depends on / blocked
 
Reported: 2013-11-08 15:53 UTC by Filip Nguyen
Modified: 2016-02-10 08:50 UTC (History)
4 users (show)

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.
Clone Of:
Environment:
Last Closed: 2016-02-10 08:50:27 UTC
Type: Support Patch
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1064461 0 unspecified CLOSED Roll up patch JON_DV_6.0_1_2014 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker TEIIDRHQ-19 0 Major Resolved Enable deploying VDB via URL in JON plugin 2015-11-09 15:42:28 UTC

Internal Links: 1064461

Description Filip Nguyen 2013-11-08 15:53:18 UTC
Deployment of VDB via URL operation is not working in JON plugin for Teiid for DV6. This is one of the P1 requirements in the PRD. The feature was not implemented, Ted Jones confirmed this in IRC communication [1].

Ted also indicated, that if necessary, it is possible to implement this feature.


[1]
<tejones> .... that should not be in the new plugin. That was not implemented for AS 7. ....
<fnguyen> ah ok
<tejones> that is a holdover from the AS 5 plugin

Comment 7 JBoss JIRA Server 2013-12-11 17:52:48 UTC
Ted Jones <tejones> updated the status of jira TEIIDRHQ-19 to Resolved

Comment 8 Filip Nguyen 2014-02-12 14:05:01 UTC
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>


Note You need to log in before you can comment on or make changes to this bug.