[JBoss JIRA] Created: (TEIIDDES-751) Warn user when deploying an unsaved VDB - avoid scary errors
by Paul Nittel (JIRA)
Warn user when deploying an unsaved VDB - avoid scary errors
------------------------------------------------------------
Key: TEIIDDES-751
URL: https://issues.jboss.org/browse/TEIIDDES-751
Project: Teiid Designer
Issue Type: Feature Request
Components: VDB & Execution
Affects Versions: 7.1.1
Reporter: Paul Nittel
I have, on occasion, tried to deploy a VDB before I'd saved it. In doing so, the server spews forth exceptions and the Designer indicates:
Problem deploying VDB (and in this case it wasn't even the one I was trying to deploy!) The Designer's error is attached. So is the server log excerpt.
If the Designer were to politely point out the VDB is in a dirty state, it might save someone some headache. (The dialog could have one of those check boxes to prevent it from popping up again.)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Resolved: (TEIIDDES-745) Dialog selection is not initialized correctly.
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-745?page=com.atlassian.jira.plug... ]
Barry LaFond resolved TEIIDDES-745.
-----------------------------------
Resolution: Done
Applied patches, fixed and tested.
> Dialog selection is not initialized correctly.
> ----------------------------------------------
>
> Key: TEIIDDES-745
> URL: https://issues.jboss.org/browse/TEIIDDES-745
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors
> Affects Versions: 7.1.1
> Reporter: Dmitry Geraskov
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 7.1.1, 7.2
>
> Attachments: empty selection.png, TEIIDDES-745_dqp-ui_i18n.properties.patch, TEIIDDES-745_ExecutionAdmin.java.patch, TEIIDDES-745_SelectJndiDataSourceDialog.java.patch, TEIIDDES-745_SelectTranslatorDialog.java.patch, TEIIDDES-745_VdbSourceConnectionHandler.java.patch
>
>
> There are some Wizards/Dialog in Teiid tools which doesn't take into account current selection when they are created.
> For example open vdb file editor with existing model.
> My example have Translator set to "postgresql".
> Right click on the model -> Change Translator. (see empty selection.png)
> Current selection is not taken into account.
> The same for Change JNDI Data Source.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Updated: (TEIIDDES-745) Dialog selection is not initialized correctly.
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-745?page=com.atlassian.jira.plug... ]
Barry LaFond updated TEIIDDES-745:
----------------------------------
Attachment: TEIIDDES-745_dqp-ui_i18n.properties.patch
> Dialog selection is not initialized correctly.
> ----------------------------------------------
>
> Key: TEIIDDES-745
> URL: https://issues.jboss.org/browse/TEIIDDES-745
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors
> Affects Versions: 7.1.1
> Reporter: Dmitry Geraskov
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 7.1.1, 7.2
>
> Attachments: empty selection.png, TEIIDDES-745_dqp-ui_i18n.properties.patch, TEIIDDES-745_ExecutionAdmin.java.patch, TEIIDDES-745_SelectJndiDataSourceDialog.java.patch, TEIIDDES-745_SelectTranslatorDialog.java.patch, TEIIDDES-745_VdbSourceConnectionHandler.java.patch
>
>
> There are some Wizards/Dialog in Teiid tools which doesn't take into account current selection when they are created.
> For example open vdb file editor with existing model.
> My example have Translator set to "postgresql".
> Right click on the model -> Change Translator. (see empty selection.png)
> Current selection is not taken into account.
> The same for Change JNDI Data Source.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Updated: (TEIIDDES-745) Dialog selection is not initialized correctly.
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-745?page=com.atlassian.jira.plug... ]
Barry LaFond updated TEIIDDES-745:
----------------------------------
Fix Version/s: 7.1.1
> Dialog selection is not initialized correctly.
> ----------------------------------------------
>
> Key: TEIIDDES-745
> URL: https://issues.jboss.org/browse/TEIIDDES-745
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors
> Affects Versions: 7.1.1
> Reporter: Dmitry Geraskov
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 7.1.1, 7.2
>
> Attachments: empty selection.png, TEIIDDES-745_ExecutionAdmin.java.patch, TEIIDDES-745_SelectJndiDataSourceDialog.java.patch, TEIIDDES-745_SelectTranslatorDialog.java.patch, TEIIDDES-745_VdbSourceConnectionHandler.java.patch
>
>
> There are some Wizards/Dialog in Teiid tools which doesn't take into account current selection when they are created.
> For example open vdb file editor with existing model.
> My example have Translator set to "postgresql".
> Right click on the model -> Change Translator. (see empty selection.png)
> Current selection is not taken into account.
> The same for Change JNDI Data Source.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (TEIIDDES-752) Generating WAR file causes java.lang.NullPointerException
by Warren Gibson (JIRA)
Generating WAR file causes java.lang.NullPointerException
---------------------------------------------------------
Key: TEIIDDES-752
URL: https://issues.jboss.org/browse/TEIIDDES-752
Project: Teiid Designer
Issue Type: Bug
Components: Web Services Support
Affects Versions: 7.1
Environment: Windows client with jdk1.6.0_13
Reporter: Warren Gibson
Attachments: YahooUDF.zip
When I right click on the VDB and try to generate a WAR file a Null Pointer Exception is thrown. The Model Project Set is attached.
java.lang.NullPointerException
at org.teiid.designer.dqp.webservice.war.DefaultWebArchiveBuilderImpl.importSchema(DefaultWebArchiveBuilderImpl.java:895)
at org.teiid.designer.dqp.webservice.war.DefaultWebArchiveBuilderImpl.generateWsdl(DefaultWebArchiveBuilderImpl.java:771)
at org.teiid.designer.dqp.webservice.war.DefaultWebArchiveBuilderImpl.createWebArchive(DefaultWebArchiveBuilderImpl.java:267)
at org.teiid.designer.dqp.webservice.war.ui.wizards.WarDeploymentInfoDialog.execute(WarDeploymentInfoDialog.java:196)
at org.teiid.designer.dqp.webservice.war.ui.wizards.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.dqp.webservice.war.ui.wizards.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:234)
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:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.teiid.designer.dqp.webservice.war.ui.wizards.WarDeploymentInfoDialog.open(WarDeploymentInfoDialog.java:172)
at org.teiid.designer.runtime.ui.GenerateWarAction.run(GenerateWarAction.java:120)
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:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
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: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:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months