[JBoss JIRA] (TEIIDDES-2288) "Starting JBoss EAP 6.1+...e Server" stays 0% on Windows
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2288?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2288:
-----------------------------------
Fix Version/s: 8.7
8.3.5
8.6.1
(was: 8.6)
(was: 8.3.4)
> "Starting JBoss EAP 6.1+...e Server" stays 0% on Windows
> --------------------------------------------------------
>
> Key: TEIIDDES-2288
> URL: https://issues.jboss.org/browse/TEIIDDES-2288
> Project: Teiid Designer
> Issue Type: Bug
> Components: Eclipse Integration
> Affects Versions: 8.3.3
> Environment: - Windows
> - JDK 1.7.0_62
> - JDV 6.0.0
> - JBDS 7.1.0
> - JBDS-7.1.1/jbdevstudio-integration-stack-updatesite-7.0.2.GA.zip
> Reporter: Hisanobu Okuda
> Assignee: Paul Richardson
> Fix For: 8.7, 8.3.5, 8.6.1
>
>
> A server status "Starting JBoss EAP 6.1+...e Server" which is shown in the right-bottom in the JBDS window stays 0%, when clicking "Restart the server (Ctrl+Alt+R)" button, and does not go to 100%. The issue occurs on only Windows, but not on Linux.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2348) Ctrl+v in Transformation editor pastes twice
by Andrej Šmigala (JIRA)
Andrej Šmigala created TEIIDDES-2348:
----------------------------------------
Summary: Ctrl+v in Transformation editor pastes twice
Key: TEIIDDES-2348
URL: https://issues.jboss.org/browse/TEIIDDES-2348
Project: Teiid Designer
Issue Type: Bug
Components: Transformations
Affects Versions: 8.6.1
Environment: JBDS 8.0.0.CR1
Teiid Designer 8.6.1.Alpha1
Windows, Linux
Reporter: Andrej Šmigala
When hitting ctrl+v in Transformation editor, the text in clipboard is pasted twice. Does not happen when right-clicking and selecting paste.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2347) Undeploying a Dynamic VDB results in TeiidAdminProcessing exception
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-2347:
--------------------------------------
Summary: Undeploying a Dynamic VDB results in TeiidAdminProcessing exception
Key: TEIIDDES-2347
URL: https://issues.jboss.org/browse/TEIIDDES-2347
Project: Teiid Designer
Issue Type: Bug
Components: Teiid Integration, VDB & Execution
Affects Versions: 8.6
Reporter: Barry LaFond
Assignee: Paul Richardson
Fix For: 8.7, 8.6.1
1) Deploy a Dynamic VDB on a server
2) Select in Designer Servier view and select "Undeploy VDB"
3) Get following uncaught exception:
{code}
!ENTRY org.teiid.designer.dqp.ui 2 0 2014-09-22 15:53:57.594
!MESSAGE Error undeploying VDB: Portfolio
!STACK 0
org.teiid.adminapi.AdminProcessingException: {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "JBAS014807: Management resource '[(\"deployment\" => \"Portfolio.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)
{code}
We're only catching "OperationFormatException" format exception. maybe we should catch this type too and display to user?
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 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:
-----------------------------------
Description:
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.
was:
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}
> 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
>
> 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.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2346) Deployment and undepoyment of Dynamic VDBs is not yet supported
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-2346:
--------------------------------------
Summary: 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
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}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2343) Support importing Dynamic VDB
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2343?page=com.atlassian.jira.plu... ]
Ramesh Reddy commented on TEIIDDES-2343:
----------------------------------------
As I mentioned above, in my opinion this is not very useful usecase. If the goal was to share data permissions, I suggested alternative what would be useful.
BTW, getSchema method can provide the schema as it is defined on virtual models too, it does not treat all models as source models.
IMO, Admin API has nothing do with this feature if you are importing the Dynamic VDB into a Designer project, you have XML file, process it as you choose without any server intervention. Teiid clearly defines what a Dynamic VDB contents are.
> Support importing Dynamic VDB
> -----------------------------
>
> Key: TEIIDDES-2343
> URL: https://issues.jboss.org/browse/TEIIDDES-2343
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Import/Export
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Fix For: 8.7
>
>
> There should be an import option that supports importing a dynamic VDB.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months