[JBoss JIRA] (TEIIDDES-2690) Improve the way of displaying errors associated with VDBs in Servers view
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2690?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2690.
----------------------------------
I just verified that this is fixed in TD 10.0.2.Alpha2
CLosing the issue
TD JIRA Clean up
> Improve the way of displaying errors associated with VDBs in Servers view
> -------------------------------------------------------------------------
>
> Key: TEIIDDES-2690
> URL: https://issues.jboss.org/browse/TEIIDDES-2690
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: VDB & Execution, Views
> Affects Versions: 9.0.4
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 9.2
>
> Attachments: Screen Shot 2015-10-14 at 14.41.18.png, show-vdb-errors-action.png, show-vdb-errors-dialog.png
>
>
> I noticed this when trying to investigate some issues with dynamic VDBs.
> Is there some better way to display errors that are associated with VDBs. There are errors that prevent VDBs from being deployed and there is no easy way to get to the error message. You can see the error message only in the bottom row of JBDS (which is to short many times) and in the "tooltip", it is not very user friendly.
> My suggestion is to include some option like "Show errors" in the menu that appears after right-clicking the VDB in the servers view.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 4 months
[JBoss JIRA] (TEIIDDES-2914) NPE after materialization wizard
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2914?page=com.atlassian.jira.plu... ]
Barry LaFond reassigned TEIIDDES-2914:
--------------------------------------
Assignee: Barry LaFond
> NPE after materialization wizard
> --------------------------------
>
> Key: TEIIDDES-2914
> URL: https://issues.jboss.org/browse/TEIIDDES-2914
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 10.0.1
> Environment: Fedora 24
> Reporter: Matej Kralik
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 10.0.2
>
> Attachments: Project.zip, screenshot1.png, screenshot2.png, screenshot3.png, screenshot4.png
>
>
> I wanted to create materialization view on the table (screenshot1). After materialization wizard (screenshot2), in the error log is NullPointerException and materialization model isn't created. (In the problems view is an error that "Missing model import to resource PRODUCTDATA_view.xmi")
> But when I select two table,the context menu is different(screenshot3) and the materialization wizard is different too (screenshot4). This wizard created materialization model correctly.
> Stack trace:
> {code:java}
> java.lang.NullPointerException
> at org.teiid.designer.transformation.materialization.MaterializedModelManager.execute(MaterializedModelManager.java:156)
> at org.teiid.designer.transformation.ui.wizards.jdg.MaterializationWizard.execute(MaterializationWizard.java:239)
> at org.teiid.designer.transformation.ui.wizards.jdg.MaterializationWizard.access$1(MaterializationWizard.java:233)
> at org.teiid.designer.transformation.ui.wizards.jdg.MaterializationWizard$2.run(MaterializationWizard.java:205)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 4 months
[JBoss JIRA] (TEIIDDES-2914) NPE after materialization wizard
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2914?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2914.
------------------------------------
Resolution: Done
10.0.x: https://github.com/Teiid-Designer/teiid-designer/commit/83300ce811a47c0cd...
Forgot to add the new infinispan.mxd file to the build properties
> NPE after materialization wizard
> --------------------------------
>
> Key: TEIIDDES-2914
> URL: https://issues.jboss.org/browse/TEIIDDES-2914
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 10.0.1
> Environment: Fedora 24
> Reporter: Matej Kralik
> Priority: Blocker
> Attachments: Project.zip, screenshot1.png, screenshot2.png, screenshot3.png, screenshot4.png
>
>
> I wanted to create materialization view on the table (screenshot1). After materialization wizard (screenshot2), in the error log is NullPointerException and materialization model isn't created. (In the problems view is an error that "Missing model import to resource PRODUCTDATA_view.xmi")
> But when I select two table,the context menu is different(screenshot3) and the materialization wizard is different too (screenshot4). This wizard created materialization model correctly.
> Stack trace:
> {code:java}
> java.lang.NullPointerException
> at org.teiid.designer.transformation.materialization.MaterializedModelManager.execute(MaterializedModelManager.java:156)
> at org.teiid.designer.transformation.ui.wizards.jdg.MaterializationWizard.execute(MaterializationWizard.java:239)
> at org.teiid.designer.transformation.ui.wizards.jdg.MaterializationWizard.access$1(MaterializationWizard.java:233)
> at org.teiid.designer.transformation.ui.wizards.jdg.MaterializationWizard$2.run(MaterializationWizard.java:205)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 4 months
[JBoss JIRA] (TEIIDDES-2914) NPE after materialization wizard
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2914?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2914:
-----------------------------------
Fix Version/s: 10.0.2
> NPE after materialization wizard
> --------------------------------
>
> Key: TEIIDDES-2914
> URL: https://issues.jboss.org/browse/TEIIDDES-2914
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 10.0.1
> Environment: Fedora 24
> Reporter: Matej Kralik
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 10.0.2
>
> Attachments: Project.zip, screenshot1.png, screenshot2.png, screenshot3.png, screenshot4.png
>
>
> I wanted to create materialization view on the table (screenshot1). After materialization wizard (screenshot2), in the error log is NullPointerException and materialization model isn't created. (In the problems view is an error that "Missing model import to resource PRODUCTDATA_view.xmi")
> But when I select two table,the context menu is different(screenshot3) and the materialization wizard is different too (screenshot4). This wizard created materialization model correctly.
> Stack trace:
> {code:java}
> java.lang.NullPointerException
> at org.teiid.designer.transformation.materialization.MaterializedModelManager.execute(MaterializedModelManager.java:156)
> at org.teiid.designer.transformation.ui.wizards.jdg.MaterializationWizard.execute(MaterializationWizard.java:239)
> at org.teiid.designer.transformation.ui.wizards.jdg.MaterializationWizard.access$1(MaterializationWizard.java:233)
> at org.teiid.designer.transformation.ui.wizards.jdg.MaterializationWizard$2.run(MaterializationWizard.java:205)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 4 months
[JBoss JIRA] (TEIIDDES-2914) NPE after materialization wizard
by Matej Kralik (JIRA)
Matej Kralik created TEIIDDES-2914:
--------------------------------------
Summary: NPE after materialization wizard
Key: TEIIDDES-2914
URL: https://issues.jboss.org/browse/TEIIDDES-2914
Project: Teiid Designer
Issue Type: Bug
Components: Dialogs
Affects Versions: 10.0.1
Environment: Fedora 24
Reporter: Matej Kralik
Priority: Blocker
Attachments: Project.zip, screenshot1.png, screenshot2.png, screenshot3.png, screenshot4.png
I wanted to create materialization view on the table (screenshot1). After materialization wizard (screenshot2), in the error log is NullPointerException and materialization model isn't created. (In the problems view is an error that "Missing model import to resource PRODUCTDATA_view.xmi")
But when I select two table,the context menu is different(screenshot3) and the materialization wizard is different too (screenshot4). This wizard created materialization model correctly.
Stack trace:
{code:java}
java.lang.NullPointerException
at org.teiid.designer.transformation.materialization.MaterializedModelManager.execute(MaterializedModelManager.java:156)
at org.teiid.designer.transformation.ui.wizards.jdg.MaterializationWizard.execute(MaterializationWizard.java:239)
at org.teiid.designer.transformation.ui.wizards.jdg.MaterializationWizard.access$1(MaterializationWizard.java:233)
at org.teiid.designer.transformation.ui.wizards.jdg.MaterializationWizard$2.run(MaterializationWizard.java:205)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 4 months
[JBoss JIRA] (TEIIDDES-1949) Unable to create function from the reconciler
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1949?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-1949.
----------------------------------
Tested today with TD 10.0.2.Alpha2 it works for me without problems.
Closing
TD JIRA Clean up
> 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: 10.0.2
>
>
> 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 was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 4 months
[JBoss JIRA] (TEIIDDES-2487) Teidd Designer Import SOAP Relational Model Mapping No Columns defined
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2487?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2487.
----------------------------------
Closing this since it is covered by 2185.
TD JIRA Clean up
> Teidd Designer Import SOAP Relational Model Mapping No Columns defined
> ----------------------------------------------------------------------
>
> Key: TEIIDDES-2487
> URL: https://issues.jboss.org/browse/TEIIDDES-2487
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Import/Export, Patch Release
> Affects Versions: 9.0
> Reporter: Kylin Soong
> Assignee: Ted Jones
> Fix For: 9.2
>
> Attachments: StateService.jar, teiid-designer-ws-1.png, teiid-designer-ws-2.png, teiid-designer-ws-3.png, teiid-designer-ws-4.png
>
>
> issue
> ====
> Create Relational Model from SOAP service validation failed with "No Columns defined error"
> Reproduce
> ========
> 1. deploy attached StateService to JBoss DV 6.1(assume it DV run on localhost), WSDL File can be viewed via [2]
> 2. Use attached 4 pics to import SOAP Web Service will reproduce the issue(teiid-designer-ws-3.png and teiid-designer-ws-4.png show validation errors)
> Enhancement
> ==========
> 1. Simplify the import wizard - from a user's perspective, I think the main obstacle is the wizard is too complex, especially SOAP, federation related wizard, it's very difficult to operate without a step by step documents.
> 2. Simplify XML document modeling related operation - current wizard not user-friendly, web should do some enhancement in request/response xml document modeling.
> 3. Simplify vdb archive structure - the Designer generated vdb is more complexed compared with dynamic vdb, it have more definition files(sources.xmi, views.xmi, vdb.xml), there also some metamatrix link like [2] exist in .xmi, actually these links not really exist, if we remove these kinds of things, the designer wizard logic may be more easier.
> [1] http://localhost:8080/StateService/stateService/StateServiceImpl?WSDL
> [2] http://www.metamatrix.com/metamodels/SimpleDatatypes-instance#XMLLiteral
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 4 months