[JBoss JIRA] (TEIIDDES-2325) REST Importer: Inline edit the parameters
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2325?page=com.atlassian.jira.plu... ]
Ramesh Reddy updated TEIIDDES-2325:
-----------------------------------
Attachment: popup.png
> REST Importer: Inline edit the parameters
> -----------------------------------------
>
> Key: TEIIDDES-2325
> URL: https://issues.jboss.org/browse/TEIIDDES-2325
> Project: Teiid Designer
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Import/Export
> Reporter: Ramesh Reddy
> Attachments: popup.png
>
>
> When using REST importer (actually goes for any dialog), when user is trying to add parameter it is done as POP-UP, that is 4th layer counting original layout. I believe this level can be removed by inline editing on the table in layer 3, see the attached picture.
> I guess I draw line at 4th level :) hehe
> Also, currently in layer 3 the user is given editing choices in the table but once the focus is gone the value is restored to previous value (this is a bug)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2324) Rest Importer: Use invokeHTTP procedure with Named Parameters
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIIDDES-2324:
--------------------------------------
Summary: Rest Importer: Use invokeHTTP procedure with Named Parameters
Key: TEIIDDES-2324
URL: https://issues.jboss.org/browse/TEIIDDES-2324
Project: Teiid Designer
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Reporter: Ramesh Reddy
When generating the transformation for rest procedure, in the invokeHTTP procedure, use named procedures. aka like
invokeHTTP (action=>'GET', endpoint=>qp, stream=>'true')
this way one can avoid putting the null parametes, as well as if there are additional parameters added to invokeHTTP as did in TEIID-3016 the generated procedure will be error free for next versions. I did see one error here with Teiid 8.9 Alpha, which is logged as TEIID-3107
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2322) Expression Builder function combo box contains duplicate entries
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-2322:
--------------------------------------
Summary: Expression Builder function combo box contains duplicate entries
Key: TEIIDDES-2322
URL: https://issues.jboss.org/browse/TEIIDDES-2322
Project: Teiid Designer
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Editors, Transformations
Affects Versions: 8.5
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 8.6
Function/Expression Builder display multiple duplicate system functions in combo box and the list is unsorted.
Selecting *Conversion* category results in multiple CONVERT(VALUE, TARGET) functions, all of which are duplicates.
Need to filter our duplicates and sort alphabetically.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2256) Confusing data type "integer" and "int"
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2256?page=com.atlassian.jira.plu... ]
Ramesh Reddy updated TEIIDDES-2256:
-----------------------------------
Attachment: builtin-types.xsd
Ok, this what I am thinking should do it
> Confusing data type "integer" and "int"
> ---------------------------------------
>
> Key: TEIIDDES-2256
> URL: https://issues.jboss.org/browse/TEIIDDES-2256
> Project: Teiid Designer
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Import/Export
> Affects Versions: 8.6
> Reporter: Ramesh Reddy
> Assignee: Paul Richardson
> Fix For: 8.7, 8.6.1
>
> Attachments: builtin-types.xsd, full-datatypes-1.png, full-datatypes-2.png, set-datatype-dialog.png, set-datatype-dialog_2.png
>
>
> I understand that
> "integer" maps to "xs:biginteger"
> "int" maps "xs:long"
> How they are confusing when there is already one available for biginteger. Also the Table creation wizard does not provide option to to select "int". When user chooses "integer" it often is "int".
> This confusion needs to be resolved. IMO "integer" can be removed, however I am not sure how it effects data type system
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2321) java.lang.IllegalArgumentException: ImageRegistry key already in use at start-up with VDB Editor open
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-2321:
--------------------------------------
Summary: java.lang.IllegalArgumentException: ImageRegistry key already in use at start-up with VDB Editor open
Key: TEIIDDES-2321
URL: https://issues.jboss.org/browse/TEIIDDES-2321
Project: Teiid Designer
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Editors
Affects Versions: 8.5
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 8.6
Stack Trace
{code}
Caused by: java.lang.IllegalArgumentException: ImageRegistry key already in use: icons/full/cview16/checked_box.png
at org.eclipse.jface.resource.ImageRegistry.put(ImageRegistry.java:254)
at org.teiid.designer.ui.common.AbstractUiPlugin.registerPluginImage(AbstractUiPlugin.java:291)
at org.teiid.designer.ui.common.UiPlugin$1.run(UiPlugin.java:95)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2256) Confusing data type "integer" and "int"
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2256?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2256:
----------------------------------------
[~rareddy] The changes you propose are still confusing when looking at the XSD. Can you mock up the changes you are proposing to the XSD file? https://github.com/Teiid-Designer/teiid-designer/blob/master/plugins/org.....
> Confusing data type "integer" and "int"
> ---------------------------------------
>
> Key: TEIIDDES-2256
> URL: https://issues.jboss.org/browse/TEIIDDES-2256
> Project: Teiid Designer
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Import/Export
> Affects Versions: 8.6
> Reporter: Ramesh Reddy
> Assignee: Paul Richardson
> Fix For: 8.7, 8.6.1
>
> Attachments: full-datatypes-1.png, full-datatypes-2.png, set-datatype-dialog.png, set-datatype-dialog_2.png
>
>
> I understand that
> "integer" maps to "xs:biginteger"
> "int" maps "xs:long"
> How they are confusing when there is already one available for biginteger. Also the Table creation wizard does not provide option to to select "int". When user chooses "integer" it often is "int".
> This confusion needs to be resolved. IMO "integer" can be removed, however I am not sure how it effects data type system
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month