[JBoss JIRA] (TEIIDDES-1662) Missing source tables in relational view model
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1662?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-1662:
----------------------------------------
If you add first table (PARTS) then save and validate, then add second table, STATUS (DND or Add Source) you'll get the expanded SELECT
SELECT
PartsSourceA.PARTS.PART_ID, PartsSourceA.PARTS.PART_NAME, PartsSourceA.PARTS.PART_COLOR, PartsSourceA.PARTS.PART_WEIGHT, PartsSourceA.STATUS.STATUS_ID, PartsSourceA.STATUS.STATUS_NAME
FROM
PartsSourceA.PARTS, PartsSourceA.STATUS
Might help in debugging
> Missing source tables in relational view model
> ----------------------------------------------
>
> Key: TEIIDDES-1662
> URL: https://issues.jboss.org/browse/TEIIDDES-1662
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 8.1
> Environment: Teiid Designer 8.1.alpha2
> Eclipse Juno sr2, JBDS6.0.1.GA
> Reporter: Lucie Fabrikova
> Attachments: relational-view-missing-table-souces.png
>
>
> I create a table in a relational view model, insert transformation SQL referring to a few tables in source model. The SQL is valid, however all source tables aren't shown in the table editor (just the first one).
--
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-1641) Eclipse Juno 4.0 freezes while generating JBossWS-CXF war
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1641?page=com.atlassian.jira.plu... ]
Ted Jones commented on TEIIDDES-1641:
-------------------------------------
Lucie,
I think your project may be corrupted. Can you recreate and try again? Thanks
> Eclipse Juno 4.0 freezes while generating JBossWS-CXF war
> ---------------------------------------------------------
>
> Key: TEIIDDES-1641
> URL: https://issues.jboss.org/browse/TEIIDDES-1641
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 7.8
> Environment: fedora 17, x86_64,
> eclipse juno 4.0, sr1
> teiid designer 8.1.alpha2 (also 7.8)
> Abridged JBoss Tools 4.0 -> JBossAS Tools 2.4.1
> server: SOA 5.3.1.GA + eds 5.3.1.GA or JBossAS 7.1.1
> java jdk 1.6.0_33
> Reporter: Lucie Fabrikova
> Assignee: Ted Jones
> Fix For: 8.1
>
> Attachments: WebServ.zip
>
>
> !ENTRY org.teiid.designer.webservice 4 5 2013-04-08 10:36:50.278
> !MESSAGE An error occurred while creating WAR file, check log for detail
> !STACK 0
> java.lang.RuntimeException: org.xml.sax.SAXParseException: The element type "meta" must be terminated by the matching end-tag "</meta>".
> at org.teiid.designer.runtime.ui.wizards.webservices.util.DefaultWebArchiveBuilderImpl.generateWsdl(DefaultWebArchiveBuilderImpl.java:718)
> at org.teiid.designer.runtime.ui.wizards.webservices.util.DefaultWebArchiveBuilderImpl.createWebArchive(DefaultWebArchiveBuilderImpl.java:236)
> at org.teiid.designer.runtime.ui.wizards.webservices.WarDeploymentInfoDialog.execute(WarDeploymentInfoDialog.java:195)
> at org.teiid.designer.runtime.ui.wizards.webservices.WarDeploymentInfoDialog$1.run(WarDeploymentInfoDialog.java:150)
> at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
> at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
> at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
> at org.teiid.designer.runtime.ui.wizards.webservices.WarDeploymentInfoDialog.okPressed(WarDeploymentInfoDialog.java:159)
> at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:472)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1276)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3554)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3179)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at org.teiid.designer.runtime.ui.wizards.webservices.WarDeploymentInfoDialog.open(WarDeploymentInfoDialog.java:171)
> at org.teiid.designer.runtime.ui.actions.GenerateWarAction.run(GenerateWarAction.java:116)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1276)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3554)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3179)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1029)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:923)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
--
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-1668) UDF Procedure validation message needs improvement
by Mark Drilling (JIRA)
Mark Drilling created TEIIDDES-1668:
---------------------------------------
Summary: UDF Procedure validation message needs improvement
Key: TEIIDDES-1668
URL: https://issues.jboss.org/browse/TEIIDDES-1668
Project: Teiid Designer
Issue Type: Enhancement
Components: Validation
Affects Versions: 8.1
Reporter: Mark Drilling
Assignee: Mark Drilling
Fix For: 8.1
In testing the UDF Procedures, I entered an invalid name for the java class property. The validation message was not very helpful - only provided the first character of the problem property. Should improve the message to better identify the problem.
--
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-1666) Error creating Udf in a view Model via the Create Child Procedure dialog
by Mark Drilling (JIRA)
Mark Drilling created TEIIDDES-1666:
---------------------------------------
Summary: Error creating Udf in a view Model via the Create Child Procedure dialog
Key: TEIIDDES-1666
URL: https://issues.jboss.org/browse/TEIIDDES-1666
Project: Teiid Designer
Issue Type: Bug
Components: Dialogs
Affects Versions: 8.1
Reporter: Mark Drilling
Fix For: 8.2
Attachments: CreateUdfInViewExceptions.txt
When using the New Child > Procedure... Dialog to create a UDF within a VIEW Model, the UDF properties are not getting set and generated procedure has errors. See attached exception from designer log.
Note that this same process in a Source Model *does* work ok.
--
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