[JBoss JIRA] (TEIIDDES-1657) Update and publish E2E Yahoo UDF Test Script as wiki document
by Lucie Fabrikova (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1657?page=com.atlassian.jira.plu... ]
Lucie Fabrikova commented on TEIIDDES-1657:
-------------------------------------------
I updated the E2eYahooUdf testscript, viz TestSpecs/Designer8-updated/E2eYahooUdfTestScript_Teiid8.odt. Also added zipped module for yahoo translator 8.4.
> Update and publish E2E Yahoo UDF Test Script as wiki document
> -------------------------------------------------------------
>
> …
[View More] Key: TEIIDDES-1657
> URL: https://issues.jboss.org/browse/TEIIDDES-1657
> Project: Teiid Designer
> Issue Type: Sub-task
> Components: Documentation
> Reporter: Barry LaFond
> Fix For: 8.4
>
> Attachments: TestUDF.jar, translator-yahoo-7.1.0.jar
>
>
> The E2E Yahoo UDF Test Script involves helping users understand and work with a custom translator as well as a User Defined Function.
> Develop a Wiki article that walks a user through the setup, modeling and testing of this use-case.
> Attached is the custom translator jar and the custom UDF jar.
> Note for 8.3, the notion of UDF's are now confined to View models. See TEIIDDES-1973 and TEIIDDES-1974 for changes and tweak the E2E script to reflect these changes.
--
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
[View Less]
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2036) Internal Error of Teiid Server JDBC Driver when accessing via Data Source Expolorer
by Hisanobu Okuda (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2036?page=com.atlassian.jira.plu... ]
Hisanobu Okuda commented on TEIIDDES-2036:
------------------------------------------
Our GPS guy found the cause and reported:-
plugin.xml in $JDBS_HOME/studio/plugins/org.teiid.8.4.x_8.3.0.Final-v20140108-2130-B16.jar has a wrong setting in detabase definition extension:-
[current setting]
{code}
<extension
point="org.eclipse.datatools.connectivity.sqm.core.databaseDefinition">
<…
[View More]definition
allowsConnections="true"
description="Definition of the Teiid Database 8.4"
file="designer/org/teiid84/internal/teiid/database/teiidDB.xmi" <!-- FIX ME -->
product="Teiid"
productDisplayString="%PRODUCT_DISPLAY_STRING"
version="8.4"
versionDisplayString="%VERSION_DISPLAY_STRING">
</definition>
</extension>
{code}
[correct setting]
{code}
<extension
point="org.eclipse.datatools.connectivity.sqm.core.databaseDefinition">
<definition
allowsConnections="true"
description="Definition of the Teiid Database 8.4"
file="org/teiid84/internal/teiid/database/teiidDB.xmi" <!-- FIX ME -->
product="Teiid"
productDisplayString="%PRODUCT_DISPLAY_STRING"
version="8.4"
versionDisplayString="%VERSION_DISPLAY_STRING">
</definition>
</extension>
{code}
Updating the jar with the above fix, starting JBDS with -clean option, recreating the connection in JDBS Data Source Manager, it works fine.
> Internal Error of Teiid Server JDBC Driver when accessing via Data Source Expolorer
> -----------------------------------------------------------------------------------
>
> Key: TEIIDDES-2036
> URL: https://issues.jboss.org/browse/TEIIDDES-2036
> Project: Teiid Designer
> Issue Type: Bug
> Components: Datatools Integration
> Affects Versions: 8.3.1
> Environment: JBDS 7.x + TDesigner 8.3 and 8.2
> Reporter: Hisanobu Okuda
>
> When you create a new connection profile in JBDS Data Source Manager using teiid 8.2/8.3 driver and access teiid server via Data Source Manager, a dialog appears and mentions:-
> 'Loading Core Provider' has encountered a problem.
> An internal error occurred during: "Loading Core provider".
--
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
[View Less]
11 years, 1 month
[JBoss JIRA] (TEIIDDES-1977) Clean up Diagram printing and save jpg file features.
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1977?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-1977.
------------------------------------
Resolution: Done
Removed Print Diagram Action + Show Grid action and associated preferences and dialogs
> Clean up Diagram printing and save jpg file features.
> -----------------------------------------------------
>
> Key: TEIIDDES-1977
> URL: https://issues.jboss.org/…
[View More]browse/TEIIDDES-1977
> Project: Teiid Designer
> Issue Type: Bug
> Components: Diagrams
> Affects Versions: 8.3
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 8.4
>
>
> Print Diagram feature does not work. There are a few ways you can get the SWT ERROR : No more handles.
> * Zooming in and out
> * Modify Diagram Printing preferences and click OK
> * Run Print action for diagram
> Looks like the Save Diagram to File (*.jpg) action works OK though.
> We need to decide if we want/need to fix this or not. Maybe investigate other JBoss Tools (BRMS, etc.) that use GEF/SWT and see if they have Printing feature implemented that works.
> {code}
> rg.eclipse.swt.SWTError: No more handles
> at org.eclipse.swt.SWT.error(SWT.java:4423)
> at org.eclipse.swt.SWT.error(SWT.java:4312)
> at org.eclipse.swt.SWT.error(SWT.java:4283)
> at org.eclipse.swt.printing.Printer.internal_new_GC(Printer.java:415)
> at org.eclipse.swt.graphics.GC.<init>(GC.java:159)
> at org.eclipse.swt.graphics.GC.<init>(GC.java:125)
> at org.teiid.designer.diagram.ui.printing.DiagramPrintingAnalyzer.getPrinterGC(DiagramPrintingAnalyzer.java:231)
> at org.teiid.designer.diagram.ui.printing.DiagramPrintingAnalyzer.getFreshPrinterGraphics(DiagramPrintingAnalyzer.java:223)
> at org.teiid.designer.diagram.ui.printing.DiagramPrintingOperation.printLandscape_PrinterIsPortrait(DiagramPrintingOperation.java:693)
> at org.teiid.designer.diagram.ui.printing.DiagramPrintingOperation.printPages(DiagramPrintingOperation.java:406)
> at org.teiid.designer.diagram.ui.printing.DiagramPrintingAnalyzer.countPages(DiagramPrintingAnalyzer.java:173)
> at org.teiid.designer.diagram.ui.printing.DiagramPrintingAnalyzer.setPageSize(DiagramPrintingAnalyzer.java:71)
> at org.teiid.designer.diagram.ui.printing.DiagramPrintingAnalyzer.<init>(DiagramPrintingAnalyzer.java:47)
> at org.teiid.designer.diagram.ui.editor.DiagramViewer.updateForPrintPreferences(DiagramViewer.java:363)
> at org.teiid.designer.diagram.ui.editor.DiagramEditor.handleZoomChanged(DiagramEditor.java:863)
> at org.teiid.designer.diagram.ui.actions.ZoomComboActionContributeItem.handleWidgetSelected(ZoomComboActionContributeItem.java:330)
> at org.teiid.designer.diagram.ui.actions.ZoomComboActionContributeItem$3.widgetSelected(ZoomComboActionContributeItem.java:226)
>
> {code}
--
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
[View Less]
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2035) XML Modeling Lab 7 and runtime errors on DV 6.0 Beta
by Gary Lamperillo (JIRA)
Gary Lamperillo created TEIIDDES-2035:
-----------------------------------------
Summary: XML Modeling Lab 7 and runtime errors on DV 6.0 Beta
Key: TEIIDDES-2035
URL: https://issues.jboss.org/browse/TEIIDDES-2035
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 8.3.1
Reporter: Gary Lamperillo
The XML schema is imported and the modeling is completed per the Lab on XML modeling. At runtime, during …
[View More]VDB execution, the sql scrap pad has the sql entered - select * from CustomerHoldingsXML.CustomersDocument
At this point the following error is displayed:
TEIID30328 Unable to evaluate "INPUT".AccountID: No value was available
The VDB will be attached per Steven Hawkins request.
--
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
[View Less]
11 years, 1 month