[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 closed TEIIDDES-2765.
----------------------------------
> 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
[JBoss JIRA] (TEIIDDES-2709) REST WAR Generation - Index.html contains wrong View name in url
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2709?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-2709.
----------------------------------
> REST WAR Generation - Index.html contains wrong View name in url
> ----------------------------------------------------------------
>
> Key: TEIIDDES-2709
> URL: https://issues.jboss.org/browse/TEIIDDES-2709
> Project: Teiid Designer
> Issue Type: Bug
> Components: Patch Release, Web Services Support
> Affects Versions: 9.0.2
> Reporter: Van Halbert
> Assignee: Ted Jones
> Labels: release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 9.0.4, 10.0.1, 9.2.1
>
>
> In index.html file, url address of rest services having invalid values on subsequent rest war generation.
> Version-Release number of selected component (if applicable):
> JBDS 9.0 GA + Early Access Alpha2 plugins (access.redhat.com)
>
> How reproducible:
>
> In any workspace that contains multiple teiid projects (or single project with multiple views)
> Actual results:
> Wrongly generated index.html file in WAR file
> Expected results:
> index.html has proper url
>
> Additional info:
> ,I think the view model name is saved in a session value in Eclipse.
> IDE restart is required for proper generation
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2709) REST WAR Generation - Index.html contains wrong View name in url
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2709?page=com.atlassian.jira.plu... ]
Matej Kralik updated TEIIDDES-2709:
-----------------------------------
Labels: release_notes verified_jbdsis-9.0.0.Beta (was: )
> REST WAR Generation - Index.html contains wrong View name in url
> ----------------------------------------------------------------
>
> Key: TEIIDDES-2709
> URL: https://issues.jboss.org/browse/TEIIDDES-2709
> Project: Teiid Designer
> Issue Type: Bug
> Components: Patch Release, Web Services Support
> Affects Versions: 9.0.2
> Reporter: Van Halbert
> Assignee: Ted Jones
> Labels: release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 9.0.4, 10.0.1, 9.2.1
>
>
> In index.html file, url address of rest services having invalid values on subsequent rest war generation.
> Version-Release number of selected component (if applicable):
> JBDS 9.0 GA + Early Access Alpha2 plugins (access.redhat.com)
>
> How reproducible:
>
> In any workspace that contains multiple teiid projects (or single project with multiple views)
> Actual results:
> Wrongly generated index.html file in WAR file
> Expected results:
> index.html has proper url
>
> Additional info:
> ,I think the view model name is saved in a session value in Eclipse.
> IDE restart is required for proper generation
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2786) IllegalArgumentException: server when starting Fuse server
by Tomáš Sedmík (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2786?page=com.atlassian.jira.plu... ]
Tomáš Sedmík closed TEIIDDES-2786.
----------------------------------
verified - JBDSIS 9.0.0.Beta1a
> IllegalArgumentException: server when starting Fuse server
> ----------------------------------------------------------
>
> Key: TEIIDDES-2786
> URL: https://issues.jboss.org/browse/TEIIDDES-2786
> Project: Teiid Designer
> Issue Type: Bug
> Components: Patch Release, Teiid Integration
> Environment: JBDS 9.1.0.Beta2 + JBDS-IS 9.0.0.Beta2 (Teiid Designer 10.0.0.Beta2-v20160209-1950-B4070
> Reporter: Andrej Podhradsky
> Assignee: Barry LaFond
> Priority: Critical
> Labels: verified_jbdsis-9.0.0
> Fix For: 10.0.1
>
> Attachments: log.txt, teiid-designer-master-TEIIDDES-2786.patch
>
>
> It seems to be the same bug as TEIIDDES-2685. Please check whether the fix is included in a branch for TD 10.x. The error is as follows
> {code}
> java.lang.IllegalArgumentException: server
> at org.teiid.core.designer.util.CoreArgCheck.isNotNull(CoreArgCheck.java:142)
> at org.teiid.designer.runtime.TeiidServerManager.removeServer(TeiidServerManager.java:429)
> at org.teiid.designer.runtime.TeiidParentServerListener$1.tryConnecting(TeiidParentServerListener.java:268)
> at org.teiid.designer.runtime.TeiidParentServerListener$1.run(TeiidParentServerListener.java:194)
> at java.lang.Thread.run(Thread.java:745)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2786) IllegalArgumentException: server when starting Fuse server
by Tomáš Sedmík (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2786?page=com.atlassian.jira.plu... ]
Tomáš Sedmík updated TEIIDDES-2786:
-----------------------------------
Labels: verified_jbdsis-9.0.0 (was: )
> IllegalArgumentException: server when starting Fuse server
> ----------------------------------------------------------
>
> Key: TEIIDDES-2786
> URL: https://issues.jboss.org/browse/TEIIDDES-2786
> Project: Teiid Designer
> Issue Type: Bug
> Components: Patch Release, Teiid Integration
> Environment: JBDS 9.1.0.Beta2 + JBDS-IS 9.0.0.Beta2 (Teiid Designer 10.0.0.Beta2-v20160209-1950-B4070
> Reporter: Andrej Podhradsky
> Assignee: Barry LaFond
> Priority: Critical
> Labels: verified_jbdsis-9.0.0
> Fix For: 10.0.1
>
> Attachments: log.txt, teiid-designer-master-TEIIDDES-2786.patch
>
>
> It seems to be the same bug as TEIIDDES-2685. Please check whether the fix is included in a branch for TD 10.x. The error is as follows
> {code}
> java.lang.IllegalArgumentException: server
> at org.teiid.core.designer.util.CoreArgCheck.isNotNull(CoreArgCheck.java:142)
> at org.teiid.designer.runtime.TeiidServerManager.removeServer(TeiidServerManager.java:429)
> at org.teiid.designer.runtime.TeiidParentServerListener$1.tryConnecting(TeiidParentServerListener.java:268)
> at org.teiid.designer.runtime.TeiidParentServerListener$1.run(TeiidParentServerListener.java:194)
> at java.lang.Thread.run(Thread.java:745)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2365) Validate the JDBC username and password in the default teiid instance.
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2365?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2365:
----------------------------------------
[~hodrigohamalho] The original issue involved mismatched Teiid component versions. Assuming with DV 6.2 it's a Teiid 8.7.x runtime and Teiid 8.7.x jdbc client? Are you using JBDSIS 8.0.5 containing Teiid Designer 9.0.4? Can you verify that you've set up your Teiid JDBC username/pwd correctly in the server install?
> Validate the JDBC username and password in the default teiid instance.
> ----------------------------------------------------------------------
>
> Key: TEIIDDES-2365
> URL: https://issues.jboss.org/browse/TEIIDDES-2365
> Project: Teiid Designer
> Issue Type: Bug
> Components: Data Preview, VDB & Execution
> Environment: jboss-eap-6.1, teiid-8.8.1-jboss-dist and teiid-8.4.1-redhat-7-jdbc.jar
> Reporter: mohith sethia
> Priority: Critical
> Attachments: JDBC_connection.png, teiid_instance.png
>
>
> 11:25:06,981 INFO [org.teiid.RUNTIME] (MSC service thread 1-3) TEIID50029 VDB PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_sources_SourceModel.1 model "SourceModel" metadata is currently being loaded. Start Time: 9/24/14 11:25 AM
> 11:25:07,107 INFO [org.teiid.RUNTIME] (teiid-async-threads - 2) TEIID50030 VDB PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_sources_SourceModel.1 model "SourceModel" metadata loaded. End Time: 9/24/14 11:25 AM
> 11:25:07,146 INFO [org.teiid.RUNTIME] (teiid-async-threads - 2) TEIID40003 VDB PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_sources_SourceModel.1 is set to ACTIVE
> 11:25:07,150 INFO [org.teiid.RUNTIME] (MSC service thread 1-3) TEIID40003 VDB PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.1 is set to ACTIVE
> 11:25:07,181 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_sources_SourceModel.vdb" (runtime-name : "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_sources_SourceModel.vdb")
> 11:25:07,735 INFO [org.teiid.RUNTIME] (MSC service thread 1-2) TEIID50026 VDB "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.1[]" undeployed.
> 11:25:07,740 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015877: Stopped deployment PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb (runtime-name: PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb) in 6ms
> 11:25:07,808 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location E:\jboss_teiid\jboss-eap-6.1\standalone\data\content\23\235c09797b9816d7b3b09ac12c1bd177f0eae0\content
> 11:25:07,808 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb" (runtime-name: "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb")
> 11:25:07,889 INFO [org.jboss.as.repository] (management-handler-thread - 4) JBAS014900: Content added at location E:\jboss_teiid\jboss-eap-6.1\standalone\data\content\73\50264a19b19e4d514258c1df73900c6e9d73af\content
> 11:25:07,912 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb" (runtime-name: "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb")
> 11:25:08,032 INFO [org.teiid.RUNTIME] (MSC service thread 1-1) TEIID40003 VDB PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.1 is set to ACTIVE
> 11:25:08,193 INFO [org.jboss.as.server] (management-handler-thread - 4) JBAS018559: Deployed "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb" (runtime-name : "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb")
> 11:25:09,499 WARN [org.teiid.SECURITY] (New I/O worker #1) TEIID40011 Processing exception 'TEIID50072 The username "user" and/or password and/or payload token could not be authenticated by any membership domain.' for session null. Exception type org.teiid.client.security.LogonException thrown from org.teiid.jboss.JBossSessionService.authenticate(JBossSessionService.java:74). Enable more detailed logging to see the entire stacktrace.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2365) Validate the JDBC username and password in the default teiid instance.
by Rodrigo Silva (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2365?page=com.atlassian.jira.plu... ]
Rodrigo Silva commented on TEIIDDES-2365:
-----------------------------------------
Still happening on JBDS 8.1, JDV 6.2 and the latest integration pack.
> Validate the JDBC username and password in the default teiid instance.
> ----------------------------------------------------------------------
>
> Key: TEIIDDES-2365
> URL: https://issues.jboss.org/browse/TEIIDDES-2365
> Project: Teiid Designer
> Issue Type: Bug
> Components: Data Preview, VDB & Execution
> Environment: jboss-eap-6.1, teiid-8.8.1-jboss-dist and teiid-8.4.1-redhat-7-jdbc.jar
> Reporter: mohith sethia
> Priority: Critical
> Attachments: JDBC_connection.png, teiid_instance.png
>
>
> 11:25:06,981 INFO [org.teiid.RUNTIME] (MSC service thread 1-3) TEIID50029 VDB PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_sources_SourceModel.1 model "SourceModel" metadata is currently being loaded. Start Time: 9/24/14 11:25 AM
> 11:25:07,107 INFO [org.teiid.RUNTIME] (teiid-async-threads - 2) TEIID50030 VDB PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_sources_SourceModel.1 model "SourceModel" metadata loaded. End Time: 9/24/14 11:25 AM
> 11:25:07,146 INFO [org.teiid.RUNTIME] (teiid-async-threads - 2) TEIID40003 VDB PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_sources_SourceModel.1 is set to ACTIVE
> 11:25:07,150 INFO [org.teiid.RUNTIME] (MSC service thread 1-3) TEIID40003 VDB PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.1 is set to ACTIVE
> 11:25:07,181 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_sources_SourceModel.vdb" (runtime-name : "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_sources_SourceModel.vdb")
> 11:25:07,735 INFO [org.teiid.RUNTIME] (MSC service thread 1-2) TEIID50026 VDB "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.1[]" undeployed.
> 11:25:07,740 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015877: Stopped deployment PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb (runtime-name: PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb) in 6ms
> 11:25:07,808 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location E:\jboss_teiid\jboss-eap-6.1\standalone\data\content\23\235c09797b9816d7b3b09ac12c1bd177f0eae0\content
> 11:25:07,808 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb" (runtime-name: "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb")
> 11:25:07,889 INFO [org.jboss.as.repository] (management-handler-thread - 4) JBAS014900: Content added at location E:\jboss_teiid\jboss-eap-6.1\standalone\data\content\73\50264a19b19e4d514258c1df73900c6e9d73af\content
> 11:25:07,912 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb" (runtime-name: "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb")
> 11:25:08,032 INFO [org.teiid.RUNTIME] (MSC service thread 1-1) TEIID40003 VDB PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.1 is set to ACTIVE
> 11:25:08,193 INFO [org.jboss.as.server] (management-handler-thread - 4) JBAS018559: Deployed "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb" (runtime-name : "PREVIEW_36d41ce6-4641-4fdd-9682-a1d24b5b9a73_parts_project.vdb")
> 11:25:09,499 WARN [org.teiid.SECURITY] (New I/O worker #1) TEIID40011 Processing exception 'TEIID50072 The username "user" and/or password and/or payload token could not be authenticated by any membership domain.' for session null. Exception type org.teiid.client.security.LogonException thrown from org.teiid.jboss.JBossSessionService.authenticate(JBossSessionService.java:74). Enable more detailed logging to see the entire stacktrace.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2729) Bad export of carriage return in SQL transformation
by Jean-Pierre Matsumoto (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2729?page=com.atlassian.jira.plu... ]
Jean-Pierre Matsumoto commented on TEIIDDES-2729:
-------------------------------------------------
[~blafond] Ok, thanks for the info.
> Bad export of carriage return in SQL transformation
> ---------------------------------------------------
>
> Key: TEIIDDES-2729
> URL: https://issues.jboss.org/browse/TEIIDDES-2729
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 9.2
> Environment: Eclipse 4.4.2
> Teiid Designer 9.2.0.Final-v20151028-1427-B4011
> Windows 7 Enterprise 64-bit
> Reporter: Jean-Pierre Matsumoto
> Assignee: Barry LaFond
> Fix For: 10.0.1
>
> Attachments: error.png, SimpleOracle.zip, sql.txt, TEIIDDES-2729-fix.patch
>
>
> Carriage returns characters makes errors with export + import SQL.
> Can be related to TEIIDDES-735.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2729) Bad export of carriage return in SQL transformation
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2729?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2729:
----------------------------------------
[~jpmat] We don't have plans for another community Luna release. I can apply the patch to the next community release (10.0) which will be based off of JBDS 9.0.0. Current target date is ~ March 14th.
> Bad export of carriage return in SQL transformation
> ---------------------------------------------------
>
> Key: TEIIDDES-2729
> URL: https://issues.jboss.org/browse/TEIIDDES-2729
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 9.2
> Environment: Eclipse 4.4.2
> Teiid Designer 9.2.0.Final-v20151028-1427-B4011
> Windows 7 Enterprise 64-bit
> Reporter: Jean-Pierre Matsumoto
> Assignee: Barry LaFond
> Fix For: 10.0.1
>
> Attachments: error.png, SimpleOracle.zip, sql.txt, TEIIDDES-2729-fix.patch
>
>
> Carriage returns characters makes errors with export + import SQL.
> Can be related to TEIIDDES-735.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months