[JBoss JIRA] (TEIIDDES-2437) Enable specifying VDB Version when using VDB RE-USE feature
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2437?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2437:
-----------------------------------
Labels: release_notes verified_jbdsis-9.0.0.Beta (was: )
> Enable specifying VDB Version when using VDB RE-USE feature
> -----------------------------------------------------------
>
> Key: TEIIDDES-2437
> URL: https://issues.jboss.org/browse/TEIIDDES-2437
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Patch Release, VDB & Execution
> Affects Versions: 9.0.1
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Priority: Critical
> Labels: release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 10.0.1, 9.2.1
>
> Attachments: import-vdb-dialog.png
>
>
> When using the VDB re-use feature, need to be able to set the VDB version for the import VDB to be dependent upon.
> <import-vdb name="Products" version="3" import-data-policies="true"/>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2545) Importing REST service gives a string instead of a boolean to a procedural parameter
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2545?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2545.
----------------------------------
Closing this, I have not been able reproduce this. REST web service referenced in Steps to reproduce is no longer publicly available. Importing from other REST ws works for me.
> Importing REST service gives a string instead of a boolean to a procedural parameter
> ------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2545
> URL: https://issues.jboss.org/browse/TEIIDDES-2545
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Patch Release
> Affects Versions: 9.1
> Environment: Windows 7
> Reporter: Daan Creemers
> Assignee: Ted Jones
> Labels: verified_jbdsis-9.0.0.Beta
> Fix For: 10.0.1, 9.2.1
>
>
> After importing a REST service an error is given in the Transformation Editor: TEIID30145 Unable to convert procedural parameter SourceModel.invokeHttp.stream of type string to expected type boolean
> This is because there are quotes around TRUE for the stream parameter and these should be removed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2545) Importing REST service gives a string instead of a boolean to a procedural parameter
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2545?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2545:
-----------------------------------
Labels: verified_jbdsis-9.0.0.Beta (was: )
> Importing REST service gives a string instead of a boolean to a procedural parameter
> ------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2545
> URL: https://issues.jboss.org/browse/TEIIDDES-2545
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Patch Release
> Affects Versions: 9.1
> Environment: Windows 7
> Reporter: Daan Creemers
> Assignee: Ted Jones
> Labels: verified_jbdsis-9.0.0.Beta
> Fix For: 10.0.1, 9.2.1
>
>
> After importing a REST service an error is given in the Transformation Editor: TEIID30145 Unable to convert procedural parameter SourceModel.invokeHttp.stream of type string to expected type boolean
> This is because there are quotes around TRUE for the stream parameter and these should be removed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2791) Problem with SOAP war generated in TD
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2791?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration updated TEIIDDES-2791:
----------------------------------------------
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1311608
Bugzilla Update: Perform
> Problem with SOAP war generated in TD
> -------------------------------------
>
> Key: TEIIDDES-2791
> URL: https://issues.jboss.org/browse/TEIIDDES-2791
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0
> Reporter: Matus Makovy
> Priority: Critical
> Attachments: ProductInfoVdb.war, Untitled.zip
>
>
> I don't know if this is a Teiid or Teiid Designer issue.
> When I generate a SOAP war from VDB and try to deploy it to server, I get following exception:
> {code}
> Deployment failed: ProductInfoVdb.war: {"outcome" : "failed", "failure-description" : {"JBAS014671: Failed services" : {"jboss.deployment.unit.\"ProductInfoVdb.war\".INSTALL" : "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"ProductInfoVdb.war\".INSTALL: JBAS018733: Failed to process phase INSTALL of deployment \"ProductInfoVdb.war\"\n Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory\n Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory from [Module \"org.springframework.spring:main\" from local module loader @ed17bee (finder: local module finder @2a33fae0 (roots: /Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules,/Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules/system/layers/dv,/Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules/system/layers/base/.overlays/layer-base-jboss-eap-6.4.3.CP,/Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules/system/layers/base))]"}}, "rolled-back" : true}
> {code}
> The whole "test script" should be accessible here: https://mojo.redhat.com/docs/DOC-995324
> This happens *only with DV-6.3.0.DR3*. When I deploy this war to DV 6.2 server, everything works as expected.
> I attached project in zip file (Untitled.zip) and generated WAR. The WAR file was generated in TD 10.0.0.Beta2, but I tried to generate the war in 9.0.5 Designer and the result was the same.
> I marked this as Critical, but if it is a Designer issue I think it should be marked as blocker.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2791) Problem with SOAP war generated in TD
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2791?page=com.atlassian.jira.plu... ]
Ted Jones commented on TEIIDDES-2791:
-------------------------------------
In 6.3, the spring module was changed to remove jars and dependencies that CXF wars will require, including the TD generated WAR.
6.2:
{code:java}
<module xmlns="urn:jboss:module:1.1" name="org.springframework.spring">
<resources>
<resource-root path="spring-beans-3.2.12.RELEASE.jar"/>
<resource-root path="spring-context-3.2.12.RELEASE.jar"/>
<resource-root path="spring-core-3.2.12.RELEASE.jar"/>
<resource-root path="spring-asm-3.1.4.RELEASE.jar"/>
<resource-root path="spring-expression-3.2.12.RELEASE.jar"/>
<resource-root path="spring-aop-3.2.12.RELEASE.jar"/>
<resource-root path="spring-tx-3.2.12.RELEASE.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
<module name="org.apache.commons.logging"/>
</dependencies>
</module>
{code}
6.3:
{code:java}
<module xmlns="urn:jboss:module:1.1" name="org.springframework.spring">
<properties>
<property name="jboss.api" value="private"/>
</properties>
<resources>
<resource-root path="spring-beans-${version.org.springframework}.jar"/>
<resource-root path="spring-context-${version.org.springframework}.jar"/>
<resource-root path="spring-core-${version.org.springframework}.jar"/>
<!--
<resource-root path="spring-asm.jar"/>
<resource-root path="spring-aop.jar"/>
<resource-root path="spring-expression.jar"/>
<resource-root path="spring-tx.jar"/>
-->
</resources>
<dependencies>
<module name="javax.api"/>
</dependencies>
</module>
{code}
> Problem with SOAP war generated in TD
> -------------------------------------
>
> Key: TEIIDDES-2791
> URL: https://issues.jboss.org/browse/TEIIDDES-2791
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0
> Reporter: Matus Makovy
> Priority: Critical
> Attachments: ProductInfoVdb.war, Untitled.zip
>
>
> I don't know if this is a Teiid or Teiid Designer issue.
> When I generate a SOAP war from VDB and try to deploy it to server, I get following exception:
> {code}
> Deployment failed: ProductInfoVdb.war: {"outcome" : "failed", "failure-description" : {"JBAS014671: Failed services" : {"jboss.deployment.unit.\"ProductInfoVdb.war\".INSTALL" : "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"ProductInfoVdb.war\".INSTALL: JBAS018733: Failed to process phase INSTALL of deployment \"ProductInfoVdb.war\"\n Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory\n Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory from [Module \"org.springframework.spring:main\" from local module loader @ed17bee (finder: local module finder @2a33fae0 (roots: /Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules,/Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules/system/layers/dv,/Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules/system/layers/base/.overlays/layer-base-jboss-eap-6.4.3.CP,/Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules/system/layers/base))]"}}, "rolled-back" : true}
> {code}
> The whole "test script" should be accessible here: https://mojo.redhat.com/docs/DOC-995324
> This happens *only with DV-6.3.0.DR3*. When I deploy this war to DV 6.2 server, everything works as expected.
> I attached project in zip file (Untitled.zip) and generated WAR. The WAR file was generated in TD 10.0.0.Beta2, but I tried to generate the war in 9.0.5 Designer and the result was the same.
> I marked this as Critical, but if it is a Designer issue I think it should be marked as blocker.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2765) View model procedure_response created using SOAP import is missing information in XMLNAMESPACES()
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2765?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2765:
-----------------------------------
Labels: verified_jbdsis-9.0.0.Beta (was: )
> View model procedure_response created using SOAP import is missing information in XMLNAMESPACES()
> -------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2765
> URL: https://issues.jboss.org/browse/TEIIDDES-2765
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0
> Environment: MAC
> Reporter: Matus Makovy
> Priority: Critical
> Labels: verified_jbdsis-9.0.0.Beta
> Fix For: 10.0.1
>
> Attachments: Screen Shot 2016-01-21 at 10.16.55.png
>
>
> Transformation SQL on xxx_response procedures looks like this:
> {code:java}
> CREATE VIRTUAL PROCEDURE
> BEGIN
> SELECT t.* FROM
> XMLTABLE(XMLNAMESPACES() , '/FullCountryInfoResponse/return' PASSING CountriesSOAPServiceView.FullCountryInfo_response.xml_in
> COLUMNS
> continentCode string PATH '/continentCode',
> capitalCity string PATH '/capitalCity',
> currencyIsoCode string PATH '/currencyIsoCode',
> isoCode string PATH '/isoCode',
> name string PATH '/name',
> phoneCode string PATH '/phoneCode') AS t;
> END
> {code}
> XMLNAMESPACES() is empty. When I add: "'http://qe.dv.jboss.org/' AS tns" everything works. (I copied this from TD 9.0.4)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months