-
Bug
-
Resolution: Won't Do
-
Minor
-
8.3
-
None
-
Workaround Exists
-
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)
Tested today with TD 10.0.2.Alpha2 it works for me without problems.
Closing
TD JIRA Clean up