[JBoss JIRA] (TEIIDDES-1523) Source Function And Procedure Modeling And Terminology Is Confusing
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1523?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1523:
-----------------------------------
Attachment: new-procedure-wizard-resultset.png
> Source Function And Procedure Modeling And Terminology Is Confusing
> -------------------------------------------------------------------
>
> Key: TEIIDDES-1523
> URL: https://issues.jboss.org/browse/TEIIDDES-1523
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 7.8
> Reporter: Dan Florian
> Assignee: Barry LaFond
> Fix For: 8.1
>
> Attachments: new-procedure-wizard-parameters.png, new-procedure-wizard-properties.png, new-procedure-wizard-resultset.png
>
>
> It is very confusing that creating a "Source Function" and creating a "Procedure" both end up with model objects of type "Procedure." The source function wizard sets a procedure's "function" property to "true" and requires the user to create one or more inputs and one output. However, after finishing the wizard, the user is free to delete the inputs, delete the output, and set the "function" property to "false" if they so choose (in essence making it just a procedure). Alternatively, the user could start by creating a procedure, then set the "function" property to "true," add one or more inputs, add an output, and end up creating a "source function." Maybe the source function wizard could be adapted and used when creating procedures.
--
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
13 years, 3 months
[JBoss JIRA] (TEIIDDES-1566) Create Web Service On procedure generates invalid sql
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1566?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-1566:
--------------------------------
Fix Version/s: 8.1
> Create Web Service On procedure generates invalid sql
> -----------------------------------------------------
>
> Key: TEIIDDES-1566
> URL: https://issues.jboss.org/browse/TEIIDDES-1566
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 7.4.2
> Environment: Windows 7
> Reporter: Michael Conner
> Assignee: Ted Jones
> Priority: Minor
> Fix For: 8.1
>
>
> # I select on a procedure, {{Rsw_CustomerUnitProc}}, whose result is {{Rsw_CustomerUnitResult}}.
> # Choose Modeling > Create Web Service
> # Enter in the appropriate info in the web service, including {{Rsw_CustomerUnit_Output}} for the Output Schema Model.
> The generated code for the output Model Transformation Editor is:
> {code}
> SELECT
> *
> FROM
> Procedures.Rsw_CustomerUnitProc.Rsw_CustomerUnitResult
> {code}
> And there is an error:
> {{ERROR: Group does not exist: Procedures.Rsw_CustomerUnitProc.Rsw_CustomerUnitResult}}
> Removing the Result seems to fix the problem:
> {code}
> SELECT
> *
> FROM
> Procedures.Rsw_CustomerUnitProc
> {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
13 years, 3 months
[JBoss JIRA] (TEIIDDES-1566) Create Web Service On procedure generates invalid sql
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1566?page=com.atlassian.jira.plu... ]
Ted Jones reassigned TEIIDDES-1566:
-----------------------------------
Assignee: Ted Jones
> Create Web Service On procedure generates invalid sql
> -----------------------------------------------------
>
> Key: TEIIDDES-1566
> URL: https://issues.jboss.org/browse/TEIIDDES-1566
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 7.4.2
> Environment: Windows 7
> Reporter: Michael Conner
> Assignee: Ted Jones
> Priority: Minor
>
> # I select on a procedure, {{Rsw_CustomerUnitProc}}, whose result is {{Rsw_CustomerUnitResult}}.
> # Choose Modeling > Create Web Service
> # Enter in the appropriate info in the web service, including {{Rsw_CustomerUnit_Output}} for the Output Schema Model.
> The generated code for the output Model Transformation Editor is:
> {code}
> SELECT
> *
> FROM
> Procedures.Rsw_CustomerUnitProc.Rsw_CustomerUnitResult
> {code}
> And there is an error:
> {{ERROR: Group does not exist: Procedures.Rsw_CustomerUnitProc.Rsw_CustomerUnitResult}}
> Removing the Result seems to fix the problem:
> {code}
> SELECT
> *
> FROM
> Procedures.Rsw_CustomerUnitProc
> {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
13 years, 3 months
[JBoss JIRA] (TEIIDDES-1567) WSDL for two different web services contains methods for both
by Michael Conner (JIRA)
Michael Conner created TEIIDDES-1567:
----------------------------------------
Summary: WSDL for two different web services contains methods for both
Key: TEIIDDES-1567
URL: https://issues.jboss.org/browse/TEIIDDES-1567
Project: Teiid Designer
Issue Type: Bug
Components: Web Services Support
Affects Versions: 7.4.2
Environment: Windows 7
Reporter: Michael Conner
Priority: Minor
I create two different web services, each for a different procedure. I then generate the JBossWS-CXF war, and look at the wsdl. The wsdl for the services are identical, with each containing the other.
--
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
13 years, 3 months
[JBoss JIRA] (TEIIDDES-1566) Create Web Service On procedure generates invalid sql
by Michael Conner (JIRA)
Michael Conner created TEIIDDES-1566:
----------------------------------------
Summary: Create Web Service On procedure generates invalid sql
Key: TEIIDDES-1566
URL: https://issues.jboss.org/browse/TEIIDDES-1566
Project: Teiid Designer
Issue Type: Bug
Components: Web Services Support
Affects Versions: 7.4.2
Environment: Windows 7
Reporter: Michael Conner
Priority: Minor
# I select on a procedure, {{Rsw_CustomerUnitProc}}, whose result is {{Rsw_CustomerUnitResult}}.
# Choose Modeling > Create Web Service
# Enter in the appropriate info in the web service, including {{Rsw_CustomerUnit_Output}} for the Output Schema Model.
The generated code for the output Model Transformation Editor is:
{code}
SELECT
*
FROM
Procedures.Rsw_CustomerUnitProc.Rsw_CustomerUnitResult
{code}
And there is an error:
{{ERROR: Group does not exist: Procedures.Rsw_CustomerUnitProc.Rsw_CustomerUnitResult}}
Removing the Result seems to fix the problem:
{code}
SELECT
*
FROM
Procedures.Rsw_CustomerUnitProc
{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
13 years, 3 months
[JBoss JIRA] (TEIIDDES-1544) Error While Genearting WAR in Teiid 8.0
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1544?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-1544:
--------------------------------
Fix Version/s: 8.1
> Error While Genearting WAR in Teiid 8.0
> ---------------------------------------
>
> Key: TEIIDDES-1544
> URL: https://issues.jboss.org/browse/TEIIDDES-1544
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 8.0
> Reporter: Ajit Kumar Nayak
> Assignee: Ted Jones
> Fix For: 8.1
>
>
> Hi,
> I am using
> JBOSS AS 7.1.1
> teiid-8.0.0.Final-jboss-dist
> teiid-designer-8.0.0.Beta1-v20121114-1958-H144.zip
> jbossws-cxf-4.1.0.Final
> I am getting error while creating CXF-WAR for my VDB
> As
> java.lang.RuntimeException: File SimpleDatatypes-instance does not exist.
> 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:1053)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
> 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:1053)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
> 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)
--
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
13 years, 3 months
[JBoss JIRA] (TEIIDDES-1447) TypeResolver has a small display issue
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1447?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-1447.
------------------------------------
Resolution: Done
Completed
Re-organized dialog layout by expanding functionality and adding actions to bindings table
> TypeResolver has a small display issue
> --------------------------------------
>
> Key: TEIIDDES-1447
> URL: https://issues.jboss.org/browse/TEIIDDES-1447
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors
> Affects Versions: 7.7
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Fix For: 8.1
>
> Attachments: datatype-resolver-panel.png, datatype-resolver-resolved-by-change-column-types.png, datatype-resolver-resolved-by-convert.png, datatype-resolver-unresolved-types.png, old-resolve-datatype-conflicts-dialog.png
>
>
> the EDIT Box, Virtual Target Attribute, it doesn't display what the type will be converted to, like the SQL Symbol shows the "Converted Symbol".
> It's showing 2 long types and next to the "Change" button it also indicates a long : xs:integer, but when Change is pushed, the datatype changes to big decimal.
--
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
13 years, 3 months