[JBoss JIRA] (TEIIDDES-2358) REST WS import issues with translator and data source
by Matus Makovy (JIRA)
Matus Makovy created TEIIDDES-2358:
--------------------------------------
Summary: REST WS import issues with translator and data source
Key: TEIIDDES-2358
URL: https://issues.jboss.org/browse/TEIIDDES-2358
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 8.6.1
Reporter: Matus Makovy
When I am trying to import from REST WS and create a VDB I have to set translator manually and TD also isn't able to deploy datasource for this VDB.
(I am not sure if it is a bug, but when I am importing from SOAP WS everything works fine)
Screenshots attached
TD 8.6.1.Alpha1 + DV 6.1.ER2
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-1037) Data types inported from flat file partially implemented in wizard
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1037?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1037:
-----------------------------------
Fix Version/s: 8.7
8.6.1
(was: Future)
> Data types inported from flat file partially implemented in wizard
> ------------------------------------------------------------------
>
> Key: TEIIDDES-1037
> URL: https://issues.jboss.org/browse/TEIIDDES-1037
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 7.5
> Reporter: Paul Nittel
> Assignee: Barry LaFond
> Fix For: 8.7, 8.6.1
>
> Attachments: FlatFileDataTypes_NOT.png
>
>
> The new Flat File metadata importer is great! Not having to write the TEXTTABLE function is a fine example of usability improvement.
> I noticed, during import, a dialog option that indicated datatypes can be the second line in the data file (column names being the first). That, and its associated help, are the only reference to this possibility (see attached screenshot). Without the actual functionality, it's confusing.
> Later in the wizardly process, the column names row number is captured. I suspect the types row--if present, and its use desired by the user--should also be determined at that point.
> The ability of importing the datatypes from the flat file would, IMHO, really enhance what is already a superb importer! (Yeah, I _do_ like it!)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2357) TeiidClientException when trying to query VDB that was created for REST consuption
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2357?page=com.atlassian.jira.plu... ]
Van Halbert commented on TEIIDDES-2357:
---------------------------------------
Ted,
The BZ you referenced as a duplicate, is fixed in the ER2 kit. So it appears this problem to be something different. But after looking at the error in the log:
Caused by: java.lang.ClassNotFoundException: javax.ws.rs.client.ClientException from [Module "org.apache.cxf.impl.frontend-jaxrs:main" from local module loader @38c8c892 (finder: local module finder @5e8065e (roots: c:\DV-6.1.0\jboss-eap-6.3\modules,c:\DV-6.1.0\jboss-eap-6.3\modules\system\layers\dv,c:\DV-6.1.0\jboss-eap-6.3\modules\system\layers\base))]
I'm now searching to find ClientException class. It's not in the javax.ws.rs.api model jar.
> TeiidClientException when trying to query VDB that was created for REST consuption
> ----------------------------------------------------------------------------------
>
> Key: TEIIDDES-2357
> URL: https://issues.jboss.org/browse/TEIIDDES-2357
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 8.6.1
> Reporter: Van Halbert
> Assignee: Ted Jones
> Fix For: 8.7, 8.6.1
>
>
> I am trying to run my new test script[1] for Teiid Designer that is testing REST (XML/JSON) webservice consuption. And when I try to query the VDB using "exec getProgrammes()" procedure, that TD created for me in View model. I am getting TeiidClientException. Server log attached. I believe it is a server issue not a Tooling issue...
> Exception from TD:
> org.teiid.runtime.client.TeiidClientException: java.lang.RuntimeException: Remote org.teiid.core.TeiidProcessingException: TEIID30504 RestXMLSource: javax/ws/rs/client/ClientException
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2357) TeiidClientException when trying to query VDB that was created for REST consuption
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2357?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2357:
----------------------------------------
Yes, I was testing with ER2
(Red Hat JBoss Data Virtualization - Version 6.1.0.ER2-redhat-1)
> TeiidClientException when trying to query VDB that was created for REST consuption
> ----------------------------------------------------------------------------------
>
> Key: TEIIDDES-2357
> URL: https://issues.jboss.org/browse/TEIIDDES-2357
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 8.6.1
> Reporter: Van Halbert
> Assignee: Ted Jones
> Fix For: 8.7, 8.6.1
>
>
> I am trying to run my new test script[1] for Teiid Designer that is testing REST (XML/JSON) webservice consuption. And when I try to query the VDB using "exec getProgrammes()" procedure, that TD created for me in View model. I am getting TeiidClientException. Server log attached. I believe it is a server issue not a Tooling issue...
> Exception from TD:
> org.teiid.runtime.client.TeiidClientException: java.lang.RuntimeException: Remote org.teiid.core.TeiidProcessingException: TEIID30504 RestXMLSource: javax/ws/rs/client/ClientException
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2357) TeiidClientException when trying to query VDB that was created for REST consuption
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2357?page=com.atlassian.jira.plu... ]
Ted Jones commented on TEIIDDES-2357:
-------------------------------------
Looks like the same issue as https://bugzilla.redhat.com/show_bug.cgi?id=1130665 which has been addressed.
> TeiidClientException when trying to query VDB that was created for REST consuption
> ----------------------------------------------------------------------------------
>
> Key: TEIIDDES-2357
> URL: https://issues.jboss.org/browse/TEIIDDES-2357
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 8.6.1
> Reporter: Van Halbert
> Assignee: Ted Jones
> Fix For: 8.7, 8.6.1
>
>
> I am trying to run my new test script[1] for Teiid Designer that is testing REST (XML/JSON) webservice consuption. And when I try to query the VDB using "exec getProgrammes()" procedure, that TD created for me in View model. I am getting TeiidClientException. Server log attached. I believe it is a server issue not a Tooling issue...
> Exception from TD:
> org.teiid.runtime.client.TeiidClientException: java.lang.RuntimeException: Remote org.teiid.core.TeiidProcessingException: TEIID30504 RestXMLSource: javax/ws/rs/client/ClientException
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2357) TeiidClientException when trying to query VDB that was created for REST consuption
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2357?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2357:
---------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 1146952|https://bugzilla.redhat.com/show_bug.cgi?id=1146952] from NEW to ASSIGNED
> TeiidClientException when trying to query VDB that was created for REST consuption
> ----------------------------------------------------------------------------------
>
> Key: TEIIDDES-2357
> URL: https://issues.jboss.org/browse/TEIIDDES-2357
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 8.6.1
> Reporter: Van Halbert
> Assignee: Ted Jones
> Fix For: 8.7, 8.6.1
>
>
> I am trying to run my new test script[1] for Teiid Designer that is testing REST (XML/JSON) webservice consuption. And when I try to query the VDB using "exec getProgrammes()" procedure, that TD created for me in View model. I am getting TeiidClientException. Server log attached. I believe it is a server issue not a Tooling issue...
> Exception from TD:
> org.teiid.runtime.client.TeiidClientException: java.lang.RuntimeException: Remote org.teiid.core.TeiidProcessingException: TEIID30504 RestXMLSource: javax/ws/rs/client/ClientException
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2357) TeiidClientException when trying to query VDB that was created for REST consuption
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2357?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2357:
-----------------------------------
Fix Version/s: 8.7
8.6.1
> TeiidClientException when trying to query VDB that was created for REST consuption
> ----------------------------------------------------------------------------------
>
> Key: TEIIDDES-2357
> URL: https://issues.jboss.org/browse/TEIIDDES-2357
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 8.6.1
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Fix For: 8.7, 8.6.1
>
>
> I am trying to run my new test script[1] for Teiid Designer that is testing REST (XML/JSON) webservice consuption. And when I try to query the VDB using "exec getProgrammes()" procedure, that TD created for me in View model. I am getting TeiidClientException. Server log attached. I believe it is a server issue not a Tooling issue...
> Exception from TD:
> org.teiid.runtime.client.TeiidClientException: java.lang.RuntimeException: Remote org.teiid.core.TeiidProcessingException: TEIID30504 RestXMLSource: javax/ws/rs/client/ClientException
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2357) TeiidClientException when trying to query VDB that was created for REST consuption
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2357?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2357:
-----------------------------------
Assignee: Ted Jones (was: Barry LaFond)
> TeiidClientException when trying to query VDB that was created for REST consuption
> ----------------------------------------------------------------------------------
>
> Key: TEIIDDES-2357
> URL: https://issues.jboss.org/browse/TEIIDDES-2357
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 8.6.1
> Reporter: Van Halbert
> Assignee: Ted Jones
> Fix For: 8.7, 8.6.1
>
>
> I am trying to run my new test script[1] for Teiid Designer that is testing REST (XML/JSON) webservice consuption. And when I try to query the VDB using "exec getProgrammes()" procedure, that TD created for me in View model. I am getting TeiidClientException. Server log attached. I believe it is a server issue not a Tooling issue...
> Exception from TD:
> org.teiid.runtime.client.TeiidClientException: java.lang.RuntimeException: Remote org.teiid.core.TeiidProcessingException: TEIID30504 RestXMLSource: javax/ws/rs/client/ClientException
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months