[JBoss JIRA] (TEIIDDES-1674) DDL Importer - does not handle Teiid DDL Function Procedures
by Mark Drilling (JIRA)
Mark Drilling created TEIIDDES-1674:
---------------------------------------
Summary: DDL Importer - does not handle Teiid DDL Function Procedures
Key: TEIIDDES-1674
URL: https://issues.jboss.org/browse/TEIIDDES-1674
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 8.1
Reporter: Mark Drilling
Fix For: 8.2
The DDL Importer currently does not fully support import of Function Procedures from Teiid DDL. An example:
CREATE VIRTUAL FUNCTION F4(
flag boolean,
msg varchar
) RETURNS varchar
OPTIONS (
CATEGORY 'misc',
DETERMINISM 'DETERMINISTIC',
"NULL-ON-NULL" 'true',
JAVA_CLASS 'foo',
JAVA_METHOD 'bar'
);
The current DDL Importer cannot easily set properties which are implemented as extension properties. Examples are CATEGORY, JAVA_CLASS, JAVA_METHOD in the above example.
We should look into re-working the DDL Importer to use Barry's framework for creating relational objects. I believe that framework has built in support for the extension properties.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 12 months
[JBoss JIRA] (TEIIDDES-1664) Select Procedure Type dialog radio button description gets clipped
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1664?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1664:
-----------------------------------
Fix Version/s: 8.1
(was: 8.2)
Assignee: Dan Florian
> Select Procedure Type dialog radio button description gets clipped
> ------------------------------------------------------------------
>
> Key: TEIIDDES-1664
> URL: https://issues.jboss.org/browse/TEIIDDES-1664
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Dialogs
> Affects Versions: 8.1
> Reporter: Mark Drilling
> Assignee: Dan Florian
> Fix For: 8.1
>
> Attachments: SelectProcedureTypeDialog.png
>
>
> Description text on the "Select Procedure Type" dialog is getting clipped off, seems to be a wrapping issue in the dialog.
> To reproduce:
> 1) Select a Relational View Model in ModelExplorer
> 2) Rt-Click > New Child > Procedure...
> 3) This shows the Select Procedure Type dialog (attached). The description text for the bottom radio button option is incomplete (clipped)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 12 months
[JBoss JIRA] (TEIIDDES-1665) Dialog Title for 'Create User Defined Function' is wrong.
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1665?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1665:
-----------------------------------
Fix Version/s: 8.1
(was: 8.2)
Assignee: Dan Florian
> Dialog Title for 'Create User Defined Function' is wrong.
> ---------------------------------------------------------
>
> Key: TEIIDDES-1665
> URL: https://issues.jboss.org/browse/TEIIDDES-1665
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Dialogs
> Affects Versions: 8.1
> Reporter: Mark Drilling
> Assignee: Dan Florian
> Fix For: 8.1
>
>
> The dialog title when creating a User Defined Function is wrong.
> 1) In Model Explorer, select a relational view model
> 2) Rt Click > New Child > Procedure...
> 3) On the Select Procedure Type dialog, choose 'User Defined Function', the click OK.
> 4) The title of the main dialog is "Create Relational View Table User Defined Function"
> The word 'Table' should be removed - even better, shorten it to "Create User Defined Function"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 12 months
[JBoss JIRA] (TEIIDDES-1672) Invalid procedure in relational view model refering to web service translator procedure
by Lucie Fabrikova (JIRA)
Lucie Fabrikova created TEIIDDES-1672:
-----------------------------------------
Summary: Invalid procedure in relational view model refering to web service translator procedure
Key: TEIIDDES-1672
URL: https://issues.jboss.org/browse/TEIIDDES-1672
Project: Teiid Designer
Issue Type: Feature Request
Affects Versions: 8.1
Environment: teiid designer 8.1.beta
JBDS 6.0.1.GA
Reporter: Lucie Fabrikova
I created a relational view model with a procedure, which referenced (in transformation sql) web service translator procedures from another relational source model. In JBD6, the view model is set as invalid. Transformation is invalid with empty message, so is the Error log.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 12 months
[JBoss JIRA] (TEIIDDES-1671) Generate Web Service translator Procedures throws exceptions
by Lucie Fabrikova (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1671?page=com.atlassian.jira.plu... ]
Lucie Fabrikova commented on TEIIDDES-1671:
-------------------------------------------
For 8.1.beta it works fine.
> Generate Web Service translator Procedures throws exceptions
> ------------------------------------------------------------
>
> Key: TEIIDDES-1671
> URL: https://issues.jboss.org/browse/TEIIDDES-1671
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 8.1
> Environment: JBDS 6.0.1.GA, teiid designer 8.1.apha2
> Reporter: Lucie Fabrikova
> Attachments: confirm-multiple-delete.png, error-creating-xml.png, generate-web-service-translator-procedures.png
>
>
> Creating a relational source model with option Generate web service translator procedures throws consequently following alerts:
> - Failed to execute runnable (java.lang.NoSuchMethodError:org.eclipse.ui.internal.PopupMenuExtender.<init>(Ljava/lang/String;Lorg/eclipse/jface/action/MenuManager;Lorg/eclipse/jface/viewers/ISelectionProvider;Lorg/eclipse/ui/WorkbenchPart;)V)
> - confirm multiple delete
> - error creating xml documents
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 12 months
[JBoss JIRA] (TEIIDDES-1671) Generate Web Service translator Procedures throws exceptions
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1671?page=com.atlassian.jira.plu... ]
Ted Jones resolved TEIIDDES-1671.
---------------------------------
Resolution: Duplicate Issue
This was covered and resolved by https://issues.jboss.org/browse/TEIIDDES-1644
> Generate Web Service translator Procedures throws exceptions
> ------------------------------------------------------------
>
> Key: TEIIDDES-1671
> URL: https://issues.jboss.org/browse/TEIIDDES-1671
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 8.1
> Environment: JBDS 6.0.1.GA, teiid designer 8.1.apha2
> Reporter: Lucie Fabrikova
> Attachments: confirm-multiple-delete.png, error-creating-xml.png, generate-web-service-translator-procedures.png
>
>
> Creating a relational source model with option Generate web service translator procedures throws consequently following alerts:
> - Failed to execute runnable (java.lang.NoSuchMethodError:org.eclipse.ui.internal.PopupMenuExtender.<init>(Ljava/lang/String;Lorg/eclipse/jface/action/MenuManager;Lorg/eclipse/jface/viewers/ISelectionProvider;Lorg/eclipse/ui/WorkbenchPart;)V)
> - confirm multiple delete
> - error creating xml documents
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 12 months
[JBoss JIRA] (TEIIDDES-1671) Generate Web Service translator Procedures throws exceptions
by Lucie Fabrikova (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1671?page=com.atlassian.jira.plu... ]
Lucie Fabrikova updated TEIIDDES-1671:
--------------------------------------
Description:
Creating a relational source model with option Generate web service translator procedures throws consequently following alerts:
- Failed to execute runnable (java.lang.NoSuchMethodError:org.eclipse.ui.internal.PopupMenuExtender.<init>(Ljava/lang/String;Lorg/eclipse/jface/action/MenuManager;Lorg/eclipse/jface/viewers/ISelectionProvider;Lorg/eclipse/ui/WorkbenchPart;)V)
- confirm multiple delete
- error creating xml documents
was:
Creating a relational source model with option Generate web service translator procedures throws consequently following alerts:
- Failed to execute runnable (java.lang.NoSuchMethodError:org.eclipse.ui.internal.PopupMenuExtender.<init>(Ljava/lang/String;Lorg/eclipse/jface/action/MenuManager;Lorg/eclipse/jface/viewers/ISelectionProvider;Lorg/eclipse/ui/WorkbenchPart;)V)
- confirm multiple delete
- error creating xml documents
However, the result seems valid.
> Generate Web Service translator Procedures throws exceptions
> ------------------------------------------------------------
>
> Key: TEIIDDES-1671
> URL: https://issues.jboss.org/browse/TEIIDDES-1671
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 8.1
> Environment: JBDS 6.0.1.GA, teiid designer 8.1.apha2
> Reporter: Lucie Fabrikova
> Attachments: confirm-multiple-delete.png, error-creating-xml.png, generate-web-service-translator-procedures.png
>
>
> Creating a relational source model with option Generate web service translator procedures throws consequently following alerts:
> - Failed to execute runnable (java.lang.NoSuchMethodError:org.eclipse.ui.internal.PopupMenuExtender.<init>(Ljava/lang/String;Lorg/eclipse/jface/action/MenuManager;Lorg/eclipse/jface/viewers/ISelectionProvider;Lorg/eclipse/ui/WorkbenchPart;)V)
> - confirm multiple delete
> - error creating xml documents
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 12 months