[JBoss JIRA] (TEIIDDES-1949) Unable to create function from the reconciler
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1949?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-1949:
---------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 1035035|https://bugzilla.redhat.com/show_bug.cgi?id=1035035] from ASSIGNED to NEW
> Unable to create function from the reconciler
> ----------------------------------------------
>
> Key: TEIIDDES-1949
> URL: https://issues.jboss.org/browse/TEIIDDES-1949
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 8.3
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 8.4
>
>
> Description of problem: Trying to create a function to concatenate last and first names, but nothing would return from dialog after pressing OK. Looking in the log, NPE was found:
> java.lang.NullPointerException
> at org.teiid.query.function.FunctionTree.getFunction(FunctionTree.java:386)
> at org.teiid.query.function.FunctionLibrary.findFunction(FunctionLibrary.java:141)
> at org.teiid.query.function.FunctionLibrary.findFunction(FunctionLibrary.java:1)
> at org.teiid.designer.transformation.ui.reconciler.ReconcilerPanel.syncFunction(ReconcilerPanel.java:725)
> at org.teiid.designer.transformation.ui.reconciler.ReconcilerPanel.expressionButtonPressed(ReconcilerPanel.java:681)
> at org.teiid.designer.transformation.ui.reconciler.ReconcilerPanel$6.widgetSelected(ReconcilerPanel.java:364)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
--
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
11 years, 1 month
[JBoss JIRA] (TEIIDDES-1949) Unable to create function from the reconciler
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1949?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1949:
-----------------------------------
Fix Version/s: 8.4
(was: 8.3)
Priority: Minor (was: Blocker)
Workaround Description:
1) Cancel out of the reconciler dialog
2) Place your cursor in the SQL near the columns that need reconciling
3) Select the "Expression Builder" action the the Transformation Editor toolbar
4) Create/edit your complex/nested function definition
Workaround: Workaround Exists
> Unable to create function from the reconciler
> ----------------------------------------------
>
> Key: TEIIDDES-1949
> URL: https://issues.jboss.org/browse/TEIIDDES-1949
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 8.3
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 8.4
>
>
> Description of problem: Trying to create a function to concatenate last and first names, but nothing would return from dialog after pressing OK. Looking in the log, NPE was found:
> java.lang.NullPointerException
> at org.teiid.query.function.FunctionTree.getFunction(FunctionTree.java:386)
> at org.teiid.query.function.FunctionLibrary.findFunction(FunctionLibrary.java:141)
> at org.teiid.query.function.FunctionLibrary.findFunction(FunctionLibrary.java:1)
> at org.teiid.designer.transformation.ui.reconciler.ReconcilerPanel.syncFunction(ReconcilerPanel.java:725)
> at org.teiid.designer.transformation.ui.reconciler.ReconcilerPanel.expressionButtonPressed(ReconcilerPanel.java:681)
> at org.teiid.designer.transformation.ui.reconciler.ReconcilerPanel$6.widgetSelected(ReconcilerPanel.java:364)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
--
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
11 years, 1 month
[JBoss JIRA] (TEIIDDES-1962) Incorrect Wizard Error Message When Creating A User Defined Function
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1962?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1962:
-----------------------------------
Fix Version/s: 8.3
> Incorrect Wizard Error Message When Creating A User Defined Function
> --------------------------------------------------------------------
>
> Key: TEIIDDES-1962
> URL: https://issues.jboss.org/browse/TEIIDDES-1962
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 8.3
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Fix For: 8.3
>
>
> Description of problem:
> After filling in the function name, the error message states "User defined function category is undefined." Filling in the "Function Category" does not change the error message. Once the "Java Class" is filled in the error message goes away.
> Turns out the "Function Category" isn't required at all.
> Version-Release number of selected component (if applicable):
> DV 6.0.0 ER4
> JBDS 7.1.0 CR1
> JBIS 4.1.3 Beta5
> Teiid Designer 8.3.0 CR1
> How reproducible:
> Steps to Reproduce :
> Using Designer:
> 1. Create a new relational model
> 2. New Child > Procedure > User Defined Function > OK
> 3. Enter a function "Name."
> 4. Wizard error message now shows "User defined function category is undefined"
> 5. Only way to get rid of this error message is to enter a "Java Class"
> Actual results:
> Incorrect, misleading error message.
> Expected results:
> A correct error message indicating the "Java Class" is missing.
> Additional info:
> None.
--
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
11 years, 1 month
[JBoss JIRA] (TEIIDDES-1963) Designer Create User Defined Function Dialog Result Set Tab Add Column Button Does Not Enable
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1963?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1963:
-----------------------------------
Fix Version/s: 8.3
> Designer Create User Defined Function Dialog Result Set Tab Add Column Button Does Not Enable
> ---------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-1963
> URL: https://issues.jboss.org/browse/TEIIDDES-1963
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 8.3
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Fix For: 8.3
>
>
> Description of problem:
> Following the E2E Yahoo UDF Test Script, I tried to create the UDF. When I got to the part to create the return parameter for the function the "Add" column button could not be enabled.
> Version-Release number of selected component (if applicable):
> DV 6.0.0 ER4
> JBDS 7.1.0 CR1
> JBIS 4.1.3 Beta5
> Teiid Designer 8.3.0 CR1
> OS X 10.9
> How reproducible:
> Happens every time.
> Steps to Reproduce:
> Using Designer:
> 1. Create a new relational model
> 2. New Child > Procedure > User Defined Function > OK
> 3. Enter a function "Name" and a "Java Class" (to get rid of error message)
> 4. Click the "Result Set" tab
> 5. There is no way to add a result set column
> Actual results:
> Unable to create a return parameter for relational UDF model. But the model can be created and the return parameter can be added later using the New Child menu option.
> Expected results:
> The "Add" button in the wizard should enable so that a return parameter can be entered.
> Additional info:
> None
--
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
11 years, 1 month
[JBoss JIRA] (TEIIDDES-1961) Create User Defined Wizard Displays The UDF Jar Path In Reverse Order From Entered Text
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1961?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1961:
-----------------------------------
Fix Version/s: 8.3
> Create User Defined Wizard Displays The UDF Jar Path In Reverse Order From Entered Text
> ---------------------------------------------------------------------------------------
>
> Key: TEIIDDES-1961
> URL: https://issues.jboss.org/browse/TEIIDDES-1961
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 8.3
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Fix For: 8.3
>
>
> Description of problem:
> If you enter "abc" in the "UDF Jar Path" field of the "Create User Defined Function" Wizard, the text is displayed "cba".
> Version-Release number of selected component (if applicable):
> DV 6.0.0 ER4
> JBDS 7.1.0 CR1
> JBIS 4.1.3 Beta5
> Teiid Designer 8.3.0 CR1
> How reproducible:
> Always.
> Steps to Reproduce:
> Using Designer:
> 1. Create a new relational model
> 2. New Child > Procedure > User Defined Function > OK
> 3. Enter text in the "UDF Jar Path" field
> Actual results:
> The UDF JAR path text is reversed.
> Expected results:
> The UDF JAR path is displayed as entered.
> Additional info:
> None.
--
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
11 years, 1 month
[JBoss JIRA] (TEIIDDES-1961) Create User Defined Wizard Displays The UDF Jar Path In Reverse Order From Entered Text
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1961?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1961:
-----------------------------------
Assignee: Paul Richardson (was: Barry LaFond)
> Create User Defined Wizard Displays The UDF Jar Path In Reverse Order From Entered Text
> ---------------------------------------------------------------------------------------
>
> Key: TEIIDDES-1961
> URL: https://issues.jboss.org/browse/TEIIDDES-1961
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 8.3
> Reporter: Van Halbert
> Assignee: Paul Richardson
> Fix For: 8.3
>
>
> Description of problem:
> If you enter "abc" in the "UDF Jar Path" field of the "Create User Defined Function" Wizard, the text is displayed "cba".
> Version-Release number of selected component (if applicable):
> DV 6.0.0 ER4
> JBDS 7.1.0 CR1
> JBIS 4.1.3 Beta5
> Teiid Designer 8.3.0 CR1
> How reproducible:
> Always.
> Steps to Reproduce:
> Using Designer:
> 1. Create a new relational model
> 2. New Child > Procedure > User Defined Function > OK
> 3. Enter text in the "UDF Jar Path" field
> Actual results:
> The UDF JAR path text is reversed.
> Expected results:
> The UDF JAR path is displayed as entered.
> Additional info:
> None.
--
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
11 years, 1 month
[JBoss JIRA] (TEIIDDES-1944) Refreshing a server that's not started results in Exception & dialog
by Paul Richardson (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1944?page=com.atlassian.jira.plu... ]
Paul Richardson resolved TEIIDDES-1944.
---------------------------------------
Resolution: Done
> Refreshing a server that's not started results in Exception & dialog
> --------------------------------------------------------------------
>
> Key: TEIIDDES-1944
> URL: https://issues.jboss.org/browse/TEIIDDES-1944
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 8.3
> Reporter: Barry LaFond
> Assignee: Paul Richardson
> Fix For: 8.3
>
>
> With single defined Server & Teiid instance.... I can generate same error in RefeshServerAction
> *Case 1:* Select server and click *Refesh* toolbar button
> Result:
> java.lang.Exception: The parent JBoss Server is not started.
> at org.teiid.designer.runtime.TeiidServer.reconnect(TeiidServer.java:218)
> at org.teiid.designer.runtime.ui.server.RefreshServerAction$1.run(RefreshServerAction.java:84)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator$2$1.run(UiBusyIndicator.java:206)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3717)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3366)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator.executeRunnable(UiBusyIndicator.java:227)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator.showWhileInternal(UiBusyIndicator.java:159)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator.showWhile(UiBusyIndicator.java:116)
> at org.teiid.designer.runtime.ui.server.RefreshServerAction.run(RefreshServerAction.java:80)
> at org.teiid.designer.runtime.ui.server.RefreshServerAction.execute(RefreshServerAction.java:127)
>
> ==============
> *Case 2:* In Guides View > Teiid (action set) select *Refresh Teiid Instance*
> Results:
> java.lang.Exception: The parent JBoss Server is not started.
> at org.teiid.designer.runtime.TeiidServer.reconnect(TeiidServer.java:218)
> at org.teiid.designer.runtime.ui.server.RefreshServerAction$1.run(RefreshServerAction.java:84)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator$2$1.run(UiBusyIndicator.java:206)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3717)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3366)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator.executeRunnable(UiBusyIndicator.java:227)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator.showWhileInternal(UiBusyIndicator.java:159)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator.showWhile(UiBusyIndicator.java:116)
> at org.teiid.designer.runtime.ui.server.RefreshServerAction.run(RefreshServerAction.java:80)
> at org.teiid.designer.runtime.ui.server.RuntimeAssistant.runRefreshServerAction(RuntimeAssistant.java:186)
> at org.teiid.designer.advisor.ui.actions.AdvisorActionFactory.executeAction(AdvisorActionFactory.java:632)
--
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
11 years, 1 month
[JBoss JIRA] (TEIIDDES-1966) Failed in Making a Multi-source Binding
by yapeng shen (JIRA)
yapeng shen created TEIIDDES-1966:
-------------------------------------
Summary: Failed in Making a Multi-source Binding
Key: TEIIDDES-1966
URL: https://issues.jboss.org/browse/TEIIDDES-1966
Project: Teiid Designer
Issue Type: Bug
Components: Teiid Integration
Affects Versions: 8.2
Environment: Mac OS X 10.9, Eclipse
Reporter: yapeng shen
Fix For: 8.3
I've found out the multi-source binding support section in Teiid Designer User Guide 8.2, Chapter 9.
In my testing project, I made a flat file data source and model. It's OK to query through VDB. Then I wanted to integrate another flat file in the same schema, which can be applied with multi-source binding support.
As the User Guide pdf said, I clicked the VDB editor's Model tab, and then Source Binding Definition tab. I clicked the Multi-source check box and added a new source. Then a new tuple was added in the table, but among the three columns(source name, JNDI Name and Translator Name), only one can be edited till eclipse turns into a no-response state.
--
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
11 years, 1 month