[JBoss JIRA] (TEIIDDES-2353) TD 8.6.1 uses grant-all in vdb.xml. Teiid 8.4.1 throws exception
by Matus Makovy (JIRA)
Matus Makovy created TEIIDDES-2353:
--------------------------------------
Summary: TD 8.6.1 uses grant-all in vdb.xml. Teiid 8.4.1 throws exception
Key: TEIIDDES-2353
URL: https://issues.jboss.org/browse/TEIIDDES-2353
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 8.6.1
Reporter: Matus Makovy
There was a problem deploying VDB "Dataroles.vdb" to server "JBoss Enterprise Application Platform 6.1+."
{"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"Dataroles.vdb\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"Dataroles.vdb\".PARSE: JBAS018733: Failed to process phase PARSE of deployment \"Dataroles.vdb\"
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: TEIID50017
Caused by: org.xml.sax.SAXParseException; lineNumber: 27; columnNumber: 113; cvc-complex-type.3.2.2: Attribute 'grant-all' is not allowed to appear in element 'data-role'."}}}}
I created VDB using JBDS 8.0.0 and TD 8.6.1.Alpha1 and tried to deploy it to JBossEAP 6.1 with Teiid 8.4.1.
--
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)
[ https://issues.jboss.org/browse/TEIIDDES-2347?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2347:
----------------------------------------
Per ~rreddy "undeploy always requires the "deployment-name", so ExecutionAdmin.undeployVdb() should just use something like:
{code}
ITeiidVdb vdb = getVdb(vdbName);
if(vdb!=null) {
String deploymentName = vdb.getPropertyValue("deployment-name");
if( deploymentName != null ) { // && deploymentName.toUpperCase().endsWith("-VDB.XML") ) {
adminSpec.undeploy(admin, deploymentName, vdb.getVersion());
} else {
// TODO: THROW SOME EXCEPTION???
}
}
vdb = getVdb(vdbName);
refreshVDBs();
{code}
> 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-2352) JDBC password lost after restart
by Andrej Šmigala (JIRA)
Andrej Šmigala created TEIIDDES-2352:
----------------------------------------
Summary: JDBC password lost after restart
Key: TEIIDDES-2352
URL: https://issues.jboss.org/browse/TEIIDDES-2352
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 8.6.1
Environment: JBDS 8.0.0.CR1
Teiid Designer 8.6.1.Alpha1
Windows, Linux
Reporter: Andrej Šmigala
The password for JDBC connection to Teiid server is reset every time JBDS is started
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months