[JBoss JIRA] (TEIIDDES-2346) Deployment and undepoyment of Dynamic VDBs is not yet supported
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2346?page=com.atlassian.jira.plu... ]
Barry LaFond edited comment on TEIIDDES-2346 at 10/14/15 11:34 AM:
-------------------------------------------------------------------
This was completed as part of TEIIDDES-2401
* Modeler Explorer and Server view contents show -vdb.xml files as VDBs and allow deploy/undeploy (See attached screenshots)
was (Author: blafond):
This was completed as part of TEIIDDES-2401
* Modeler Explorer and Server view contents show -vdb.xml files as VDBs and allow deploy/undeploy
> Deployment and undepoyment of Dynamic VDBs is not yet supported
> ---------------------------------------------------------------
>
> Key: TEIIDDES-2346
> URL: https://issues.jboss.org/browse/TEIIDDES-2346
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 8.6
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 9.0.4, 9.2
>
> Attachments: deploy-dynamic-vdb-action.png, undeploy-dynamic-vdb-action.png
>
>
> Attempted to *undeploy* a dynamic VDB on my server and Designer threw an exception. (see below)
> We should detect dynamic VDBs in our local VDB cache and maybe display differently (decoration) as well as dissallow Undeploy VDB on selection, or call the approprieate method *undeployDynamicVdb()* instead.
> {code}
> org.teiid.adminapi.AdminProcessingException: {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "JBAS014807: Management resource '[(\"deployment\" => \"DynamicProducts.vdb\")]' not found"}}
> at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.execute(Admin8Factory.java:548)
> at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.undeploy(Admin8Factory.java:782)
> at org.teiid.runtime.client.admin.v8.Admin8Spec.undeploy(Admin8Spec.java:73)
> at org.teiid.runtime.client.admin.ExecutionAdmin.undeployVdb(ExecutionAdmin.java:773)
> at org.teiid.designer.runtime.TeiidServer.undeployVdb(TeiidServer.java:669)
> at org.teiid.designer.runtime.ui.views.TeiidServerActionProvider$4.run(TeiidServerActionProvider.java:236)
> {code}
> 1) ExecutionAdmin.undeployVdb() calls: *adminSpec.undeploy(admin, appendVdbExtension(vdbName), vdb.getVersion())*, so this call is assuming a *.vdb* extension, which fails for dynamic VDBs.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2346) Deployment and undepoyment of Dynamic VDBs is not yet supported
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2346?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2346:
-----------------------------------
Attachment: deploy-dynamic-vdb-action.png
undeploy-dynamic-vdb-action.png
> Deployment and undepoyment of Dynamic VDBs is not yet supported
> ---------------------------------------------------------------
>
> Key: TEIIDDES-2346
> URL: https://issues.jboss.org/browse/TEIIDDES-2346
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 8.6
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 9.0.4, 9.2
>
> Attachments: deploy-dynamic-vdb-action.png, undeploy-dynamic-vdb-action.png
>
>
> Attempted to *undeploy* a dynamic VDB on my server and Designer threw an exception. (see below)
> We should detect dynamic VDBs in our local VDB cache and maybe display differently (decoration) as well as dissallow Undeploy VDB on selection, or call the approprieate method *undeployDynamicVdb()* instead.
> {code}
> org.teiid.adminapi.AdminProcessingException: {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "JBAS014807: Management resource '[(\"deployment\" => \"DynamicProducts.vdb\")]' not found"}}
> at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.execute(Admin8Factory.java:548)
> at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.undeploy(Admin8Factory.java:782)
> at org.teiid.runtime.client.admin.v8.Admin8Spec.undeploy(Admin8Spec.java:73)
> at org.teiid.runtime.client.admin.ExecutionAdmin.undeployVdb(ExecutionAdmin.java:773)
> at org.teiid.designer.runtime.TeiidServer.undeployVdb(TeiidServer.java:669)
> at org.teiid.designer.runtime.ui.views.TeiidServerActionProvider$4.run(TeiidServerActionProvider.java:236)
> {code}
> 1) ExecutionAdmin.undeployVdb() calls: *adminSpec.undeploy(admin, appendVdbExtension(vdbName), vdb.getVersion())*, so this call is assuming a *.vdb* extension, which fails for dynamic VDBs.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2346) Deployment and undepoyment of Dynamic VDBs is not yet supported
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2346?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2346.
------------------------------------
Resolution: Done
This was completed as part of TEIIDDES-2401
* Modeler Explorer and Server view contents show -vdb.xml files as VDBs and allow deploy/undeploy
> Deployment and undepoyment of Dynamic VDBs is not yet supported
> ---------------------------------------------------------------
>
> Key: TEIIDDES-2346
> URL: https://issues.jboss.org/browse/TEIIDDES-2346
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 8.6
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 9.0.4, 9.2
>
>
> Attempted to *undeploy* a dynamic VDB on my server and Designer threw an exception. (see below)
> We should detect dynamic VDBs in our local VDB cache and maybe display differently (decoration) as well as dissallow Undeploy VDB on selection, or call the approprieate method *undeployDynamicVdb()* instead.
> {code}
> org.teiid.adminapi.AdminProcessingException: {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "JBAS014807: Management resource '[(\"deployment\" => \"DynamicProducts.vdb\")]' not found"}}
> at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.execute(Admin8Factory.java:548)
> at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.undeploy(Admin8Factory.java:782)
> at org.teiid.runtime.client.admin.v8.Admin8Spec.undeploy(Admin8Spec.java:73)
> at org.teiid.runtime.client.admin.ExecutionAdmin.undeployVdb(ExecutionAdmin.java:773)
> at org.teiid.designer.runtime.TeiidServer.undeployVdb(TeiidServer.java:669)
> at org.teiid.designer.runtime.ui.views.TeiidServerActionProvider$4.run(TeiidServerActionProvider.java:236)
> {code}
> 1) ExecutionAdmin.undeployVdb() calls: *adminSpec.undeploy(admin, appendVdbExtension(vdbName), vdb.getVersion())*, so this call is assuming a *.vdb* extension, which fails for dynamic VDBs.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2346) Deployment and undepoyment of Dynamic VDBs is not yet supported
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2346?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2346:
-----------------------------------
Fix Version/s: 9.0.4
(was: 9.0.5)
> Deployment and undepoyment of Dynamic VDBs is not yet supported
> ---------------------------------------------------------------
>
> Key: TEIIDDES-2346
> URL: https://issues.jboss.org/browse/TEIIDDES-2346
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 8.6
> Reporter: Barry LaFond
> Fix For: 9.0.4, 9.2
>
>
> Attempted to *undeploy* a dynamic VDB on my server and Designer threw an exception. (see below)
> We should detect dynamic VDBs in our local VDB cache and maybe display differently (decoration) as well as dissallow Undeploy VDB on selection, or call the approprieate method *undeployDynamicVdb()* instead.
> {code}
> org.teiid.adminapi.AdminProcessingException: {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "JBAS014807: Management resource '[(\"deployment\" => \"DynamicProducts.vdb\")]' not found"}}
> at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.execute(Admin8Factory.java:548)
> at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.undeploy(Admin8Factory.java:782)
> at org.teiid.runtime.client.admin.v8.Admin8Spec.undeploy(Admin8Spec.java:73)
> at org.teiid.runtime.client.admin.ExecutionAdmin.undeployVdb(ExecutionAdmin.java:773)
> at org.teiid.designer.runtime.TeiidServer.undeployVdb(TeiidServer.java:669)
> at org.teiid.designer.runtime.ui.views.TeiidServerActionProvider$4.run(TeiidServerActionProvider.java:236)
> {code}
> 1) ExecutionAdmin.undeployVdb() calls: *adminSpec.undeploy(admin, appendVdbExtension(vdbName), vdb.getVersion())*, so this call is assuming a *.vdb* extension, which fails for dynamic VDBs.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2346) Deployment and undepoyment of Dynamic VDBs is not yet supported
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2346?page=com.atlassian.jira.plu... ]
Barry LaFond reassigned TEIIDDES-2346:
--------------------------------------
Assignee: Barry LaFond
> Deployment and undepoyment of Dynamic VDBs is not yet supported
> ---------------------------------------------------------------
>
> Key: TEIIDDES-2346
> URL: https://issues.jboss.org/browse/TEIIDDES-2346
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 8.6
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 9.0.4, 9.2
>
>
> Attempted to *undeploy* a dynamic VDB on my server and Designer threw an exception. (see below)
> We should detect dynamic VDBs in our local VDB cache and maybe display differently (decoration) as well as dissallow Undeploy VDB on selection, or call the approprieate method *undeployDynamicVdb()* instead.
> {code}
> org.teiid.adminapi.AdminProcessingException: {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "JBAS014807: Management resource '[(\"deployment\" => \"DynamicProducts.vdb\")]' not found"}}
> at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.execute(Admin8Factory.java:548)
> at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.undeploy(Admin8Factory.java:782)
> at org.teiid.runtime.client.admin.v8.Admin8Spec.undeploy(Admin8Spec.java:73)
> at org.teiid.runtime.client.admin.ExecutionAdmin.undeployVdb(ExecutionAdmin.java:773)
> at org.teiid.designer.runtime.TeiidServer.undeployVdb(TeiidServer.java:669)
> at org.teiid.designer.runtime.ui.views.TeiidServerActionProvider$4.run(TeiidServerActionProvider.java:236)
> {code}
> 1) ExecutionAdmin.undeployVdb() calls: *adminSpec.undeploy(admin, appendVdbExtension(vdbName), vdb.getVersion())*, so this call is assuming a *.vdb* extension, which fails for dynamic VDBs.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2524) Enable DDL importer to import Teiid CREATE VIRTUAL PROCEDURE DDL
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2524?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2524:
-----------------------------------
Fix Version/s: 9.3
(was: 9.2)
> Enable DDL importer to import Teiid CREATE VIRTUAL PROCEDURE DDL
> ----------------------------------------------------------------
>
> Key: TEIIDDES-2524
> URL: https://issues.jboss.org/browse/TEIIDDES-2524
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Import/Export
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 9.0.5, 9.3
>
> Attachments: TEIIDDES-2524_work_in_progress.zip
>
>
> in 9.1, we've added ability to set SQL for imported *CREATE VIEW ....* ddl via ddl importer.
> for 9.2 we'll add ability to import *CREATE VIRTUAL PROCEDURE...* ddl.
> This case is a little more complex since the SQL defined in a procedure transformation will include just the BEGIN .... END part of the SQL, so there's an additional step required to extract the relevant SQL string and apply it to the transformation
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2690) Improve the way of displaying errors associated with VDBs in Servers view
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2690?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2690.
------------------------------------
Assignee: Barry LaFond
Resolution: Done
> Improve the way of displaying errors associated with VDBs in Servers view
> -------------------------------------------------------------------------
>
> Key: TEIIDDES-2690
> URL: https://issues.jboss.org/browse/TEIIDDES-2690
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: VDB & Execution, Views
> Affects Versions: 9.0.4
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 9.2
>
> Attachments: Screen Shot 2015-10-14 at 14.41.18.png, show-vdb-errors-action.png, show-vdb-errors-dialog.png
>
>
> I noticed this when trying to investigate some issues with dynamic VDBs.
> Is there some better way to display errors that are associated with VDBs. There are errors that prevent VDBs from being deployed and there is no easy way to get to the error message. You can see the error message only in the bottom row of JBDS (which is to short many times) and in the "tooltip", it is not very user friendly.
> My suggestion is to include some option like "Show errors" in the menu that appears after right-clicking the VDB in the servers view.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months