[JBoss JIRA] Resolved: (TEIIDDES-366) Modeling Web service from procedure didn't properly name the input variable
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-366?page=com.atlassian.jira.plug... ]
Ted Jones resolved TEIIDDES-366.
--------------------------------
Resolution: Duplicate Issue
> Modeling Web service from procedure didn't properly name the input variable
> ----------------------------------------------------------------------------
>
> Key: TEIIDDES-366
> URL: https://issues.jboss.org/browse/TEIIDDES-366
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 7.4
> Environment: Linux (all?)
> Reporter: Paul Nittel
> Assignee: Ted Jones
> Fix For: 7.5
>
>
> I imported the Parts Project model project set, opened the PartsVirtual view model and its procedure (partsByColor). I right-clicked partsByColor > Modeling > Create Web Service. When finished, I had an error:
> Symbol colorIn is specified with an unknown group context PartsVirtual_Output_View.xmi Parts Project Mapping Class Set Container/Mapping Classes/NewProcedureResult_Output_Instance September 22, 2008 3:30:44 PM file:/home/pnittel/mmx/553d080902/des/workspace/Parts%20Project/PartsVirtual_Output_View.xmi#mmuuid/41fb6200-e3e4-10f5-a
> f05-83ca46d47e87
> The transformation is:
> SELECT
> *
> FROM
> (EXEC PartsVirtual.partsByColor(colorIn = colorIn)) AS partsByColor
> Generated transformations, like this, shouldn't have errors.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (TEIIDDES-986) REST WAR Generator Dialog Exception In Log
by Dan Florian (JIRA)
REST WAR Generator Dialog Exception In Log
------------------------------------------
Key: TEIIDDES-986
URL: https://issues.jboss.org/browse/TEIIDDES-986
Project: Teiid Designer
Issue Type: Bug
Components: Web Services Support
Affects Versions: 7.4
Reporter: Dan Florian
Assignee: Ted Jones
Priority: Minor
Fix For: 7.5
Exception didn't seem to affect anything and was not visible to user. Need to check to make sure you're not passing null to Text.setText(String). That method is called a number of times in the RestWarDeploymentInfoPanel.
java.lang.IllegalArgumentException: Argument cannot be null
at org.eclipse.swt.SWT.error(SWT.java:4064)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.SWT.error(SWT.java:3969)
at org.eclipse.swt.widgets.Widget.error(Widget.java:715)
at org.eclipse.swt.widgets.Text.setText(Text.java:1870)
at org.teiid.designer.dqp.webservice.war.ui.wizards.RestWarDeploymentInfoPanel.loadData(RestWarDeploymentInfoPanel.java:98)
at org.teiid.designer.dqp.webservice.war.ui.wizards.RestWarDeploymentInfoDialog.loadDefault(RestWarDeploymentInfoDialog.java:237)
at org.teiid.designer.dqp.webservice.war.ui.wizards.RestWarDeploymentInfoDialog.createButtonsForButtonBar(RestWarDeploymentInfoDialog.java:135)
at org.eclipse.jface.dialogs.Dialog.createButtonBar(Dialog.java:672)
at org.eclipse.jface.dialogs.TrayDialog.createButtonBar(TrayDialog.java:200)
at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:156)
at org.eclipse.jface.window.Window.create(Window.java:431)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at org.eclipse.jface.window.Window.open(Window.java:790)
at org.teiid.designer.dqp.webservice.war.ui.wizards.RestWarDeploymentInfoDialog.open(RestWarDeploymentInfoDialog.java:173)
at org.teiid.designer.runtime.ui.GenerateRestWarAction.run(GenerateRestWarAction.java:127)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (TEIIDDES-915) WSDL Preview throws StringIndexOutOfBoundsException
by Ted Jones (JIRA)
WSDL Preview throws StringIndexOutOfBoundsException
---------------------------------------------------
Key: TEIIDDES-915
URL: https://issues.jboss.org/browse/TEIIDDES-915
Project: Teiid Designer
Issue Type: Feature Request
Components: Web Services Support
Affects Versions: 7.3
Reporter: Ted Jones
Assignee: Ted Jones
Fix For: 7.4
Previewing WSDL for a Web Service Model throws the following exception:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1949)
at com.metamatrix.modeler.webservice.ui.actions.PreviewWsdlAction.run(PreviewWsdlAction.java:76)
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:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
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:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (TEIIDDES-824) Wrong runtime-type generated during the XML transformation generation from XSD
by Ramesh Reddy (JIRA)
Wrong runtime-type generated during the XML transformation generation from XSD
------------------------------------------------------------------------------
Key: TEIIDDES-824
URL: https://issues.jboss.org/browse/TEIIDDES-824
Project: Teiid Designer
Issue Type: Bug
Components: Transformations
Affects Versions: 7.2
Environment: F14 JBDS-CR2
Reporter: Ramesh Reddy
1) Imported the Books.xsd, BookDataTypes.xsd
2) Open the Books, xml schema and select "bibilography" element
3) Right click "Modeling -> Create XML to Scalar Transformation"
The generated transformation for the "published" column is set as "gYear", thus the transformation validation fails.
"gYear" is not a Teiid "runtime" data type. "gYear" is design time XML data type, however there are mappings defined for each design time data type to runtime type. I suspect, we are not doing the translations. For Teiid "gYear" should be mapped to "biginteger". Although "gYear" definition can not really map to biginteger (as it has optional timezone its definition), that how Teiid understands currently. We need to also make sure other 'g' types are also mapped correctly.
If there is complex type that can not be deciphered correctly it may be good to leave as xml fragment.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Commented: (TEIIDDES-382) Clicking on almost any model property results in incorrect description being displayed
by Dan Florian (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-382?page=com.atlassian.jira.plug... ]
Dan Florian commented on TEIIDDES-382:
--------------------------------------
Clicking properties in the Properties View no long is updating the status line. So I am not able to reproduce this. When I added code so that the status line was getting updated I was to reproduce using the steps Mark outlined above.
> Clicking on almost any model property results in incorrect description being displayed
> --------------------------------------------------------------------------------------
>
> Key: TEIIDDES-382
> URL: https://issues.jboss.org/browse/TEIIDDES-382
> Project: Teiid Designer
> Issue Type: Bug
> Components: Views
> Affects Versions: 7.4
> Reporter: Michael Walker
> Assignee: Dan Florian
> Priority: Minor
> Fix For: 7.5
>
>
> Click on a property of a column. Below, you will see:
> i. NameInSource of Entity
> This is likely to be the description of the "NameInSource" property. We incorrectly assign the same description to every other property. This is not helpful.
> Each property should have an accurate description that informs the user what the property represents. They should not have to do to the PDF documentation every time to look this information up - it's too tedious.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months