[JBoss JIRA] (TEIIDDES-1635) Designer is not showing the same error in the server log
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1635?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-1635.
------------------------------------
Resolution: Out of Date
errors are not in sync.
> Designer is not showing the same error in the server log
> --------------------------------------------------------
>
> Key: TEIIDDES-1635
> URL: https://issues.jboss.org/browse/TEIIDDES-1635
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Usability
> Affects Versions: 7.4
> Reporter: Van Halbert
> Assignee: Barry LaFond
>
> JBoss developer studio is not returning complete error stack trace. For example, running a query throws error in the designer which is different from error in server log and we would like to get the error whatever is there in the server.log to troubleshoot and fix the issues.
> It's really difficult for developers to understand and fix the issues with the way error is shown in the designer compared to more useful error shown in the server.log.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 4 months
[JBoss JIRA] (TEIIDDES-1635) Designer is not showing the same error in the server log
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1635?page=com.atlassian.jira.plu... ]
Van Halbert commented on TEIIDDES-1635:
---------------------------------------
I ran several tests,using JBDS Database Development tool and SQurrel. In both cases, the error messages that I saw on the client side, for the most part, matched the server log. The key error message was the same, just what surrounds it is different.
Example:
Server log: 14:04:32,650 WARN [org.teiid.PROCESSOR] (Worker2_QueryProcessorQueue21) TEIID30020 Processing exception for request v24fGRORmiX6.0 'TEIID30357 getFileNamesx does not exist.'. Originally QueryResolverException TransformationMetadata.java:319. Enable more detailed logging to see the entire stack trace.
JBDS: org.teiid.runtime.client.TeiidClientException: org.teiid.api.exception.query.QueryResolverException: Remote TEIID30357 getFileNamesx does not exist.
I would consider this resolved until more detail (or use case) can be given that show's differently.
> Designer is not showing the same error in the server log
> --------------------------------------------------------
>
> Key: TEIIDDES-1635
> URL: https://issues.jboss.org/browse/TEIIDDES-1635
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Usability
> Affects Versions: 7.4
> Reporter: Van Halbert
> Assignee: Barry LaFond
>
> JBoss developer studio is not returning complete error stack trace. For example, running a query throws error in the designer which is different from error in server log and we would like to get the error whatever is there in the server.log to troubleshoot and fix the issues.
> It's really difficult for developers to understand and fix the issues with the way error is shown in the designer compared to more useful error shown in the server.log.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 4 months
[JBoss JIRA] (TEIIDDES-2545) Importing REST service gives a string instead of a boolean to a procedural parameter
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2545?page=com.atlassian.jira.plu... ]
Ted Jones commented on TEIIDDES-2545:
-------------------------------------
Hi [~daan-isaac], I'm really sorry you are having these issues. Since we have not been able to reproduce, can you please attach your model project set? You can export using Export->Teiid Designer->Model Project Set.
Also, try creating a new workspace and see if that makes any difference. - Thanks
> 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
> Affects Versions: 9.1
> Environment: Windows 7
> Reporter: Daan Creemers
> Assignee: Ted Jones
> Fix For: 9.0.4, 9.2
>
>
> 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.3.15#6346)
9 years, 4 months
[JBoss JIRA] (TEIIDDES-2610) Add some default values to importer properties in Teiid Connection Importer
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2610?page=com.atlassian.jira.plu... ]
Steven Hawkins commented on TEIIDDES-2610:
------------------------------------------
The table type should at least be table and view . Setting "use qualified name" to false is only safely the default if a non wildcard schema name pattern is provided.
> Add some default values to importer properties in Teiid Connection Importer
> ---------------------------------------------------------------------------
>
> Key: TEIIDDES-2610
> URL: https://issues.jboss.org/browse/TEIIDDES-2610
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Import/Export
> Affects Versions: 9.1
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 9.2
>
> Attachments: SelectTranslatorPage.patch, TeiidPropertyDefinition.patch
>
>
> Importing JDBC sources via Teiid Connection importer can be streamlined by providing/setting certain default import property values.
> 2 such properties are:
> *Table Types* > *TABLE*
> *use Qualified Name* > *false*
> This will help in the most common use-case to reduce the number of steps to importer and improve the experience of first-time users.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 4 months
[JBoss JIRA] (TEIIDDES-2610) Add some default values to importer properties in Teiid Connection Importer
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2610?page=com.atlassian.jira.plu... ]
Ramesh Reddy edited comment on TEIIDDES-2610 at 8/26/15 9:50 AM:
-----------------------------------------------------------------
We should move this to TEIID, if the default values are not already there, then they should be coming from Teiid.
BTW, looking at the patch, we should never hardcode any properties, those should always be defined by getTemplateProperties call.
was (Author: rareddy):
We should move this to TEIID, if the default values are not already there, then they should be coming from Teiid
> Add some default values to importer properties in Teiid Connection Importer
> ---------------------------------------------------------------------------
>
> Key: TEIIDDES-2610
> URL: https://issues.jboss.org/browse/TEIIDDES-2610
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Import/Export
> Affects Versions: 9.1
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 9.2
>
> Attachments: SelectTranslatorPage.patch, TeiidPropertyDefinition.patch
>
>
> Importing JDBC sources via Teiid Connection importer can be streamlined by providing/setting certain default import property values.
> 2 such properties are:
> *Table Types* > *TABLE*
> *use Qualified Name* > *false*
> This will help in the most common use-case to reduce the number of steps to importer and improve the experience of first-time users.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 4 months
[JBoss JIRA] (TEIIDDES-2610) Add some default values to importer properties in Teiid Connection Importer
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2610?page=com.atlassian.jira.plu... ]
Ramesh Reddy commented on TEIIDDES-2610:
----------------------------------------
We should move this to TEIID, if the default values are not already there, then they should be coming from Teiid
> Add some default values to importer properties in Teiid Connection Importer
> ---------------------------------------------------------------------------
>
> Key: TEIIDDES-2610
> URL: https://issues.jboss.org/browse/TEIIDDES-2610
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Import/Export
> Affects Versions: 9.1
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 9.2
>
> Attachments: SelectTranslatorPage.patch, TeiidPropertyDefinition.patch
>
>
> Importing JDBC sources via Teiid Connection importer can be streamlined by providing/setting certain default import property values.
> 2 such properties are:
> *Table Types* > *TABLE*
> *use Qualified Name* > *false*
> This will help in the most common use-case to reduce the number of steps to importer and improve the experience of first-time users.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 4 months