[JBoss JIRA] (TEIIDDES-1442) The export and then import of the project set causes models to be invalid
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1442?page=com.atlassian.jira.plu... ]
Barry LaFond reassigned TEIIDDES-1442:
--------------------------------------
Assignee: Barry LaFond
> The export and then import of the project set causes models to be invalid
> -------------------------------------------------------------------------
>
> Key: TEIIDDES-1442
> URL: https://issues.jboss.org/browse/TEIIDDES-1442
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 7.7
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Attachments: Lab_0007.zip
>
>
> See the attached project set.
> Can reproduce by doing the following:
> 1 import the attached project set
> 2 models are invalid (the contents of some models maybe missing)
> 3 close and reopen project and the contents come back
> 4 clean and rebuild
> 5 export as a new project set
> 6 restart at #1
> I have gone thru this cycle 5 times and yet to get a project cleanly imported. Which implies something is not being exported correctly.
> Not to mention the contents of the models are missing sometimes after import and will reappear if the project is closed/opened.
--
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
13 years
[JBoss JIRA] (TEIIDDES-1433) NPE see in designer, but not sure how it occurred
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1433?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-1433.
------------------------------------
Resolution: Cannot Reproduce Bug
> NPE see in designer, but not sure how it occurred
> -------------------------------------------------
>
> Key: TEIIDDES-1433
> URL: https://issues.jboss.org/browse/TEIIDDES-1433
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Modeling
> Affects Versions: 7.7
> Environment: Using 7.7.x.v20120626 Nightly SOA
> Reporter: Van Halbert
> Priority: Minor
>
> The following NPE was observed, but unable to duplicate.
> java.lang.NullPointerException
> at com.metamatrix.core.util.PluginUtilImpl.log(PluginUtilImpl.java:238)
> at com.metamatrix.core.util.PluginUtilImpl.log(PluginUtilImpl.java:268)
> at com.metamatrix.modeler.internal.ui.actions.PasteInResourceAction$ResourcePasteAction.updateSelection(PasteInResourceAction.java:435)
> at org.eclipse.ui.actions.BaseSelectionListenerAction.selectionChanged(BaseSelectionListenerAction.java:124)
> at com.metamatrix.modeler.internal.ui.actions.PasteInResourceAction.selectionChanged(PasteInResourceAction.java:206)
> at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:156)
> at org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged(AbstractSelectionService.java:62)
> at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:164)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:162)
> at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2188)
> at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1211)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1241)
> at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:239)
> at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:233)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:403)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)
> at org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(Display.java:4875)
> at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5226)
> at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
> at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220)
> at org.eclipse.swt.widgets.Widget.mouseDownSuper(Widget.java:1092)
> at org.eclipse.swt.widgets.Tree.mouseDownSuper(Tree.java:2052)
> at org.eclipse.swt.widgets.Widget.mouseDown(Widget.java:1084)
> at org.eclipse.swt.widgets.Control.mouseDown(Control.java:2528)
> at org.eclipse.swt.widgets.Tree.mouseDown(Tree.java:2007)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:5471)
> at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
> at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220)
> at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2095)
> at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2253)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:5535)
> at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
> at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4989)
> at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5138)
> at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
> at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3610)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
> at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
> 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:344)
> 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:622)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
--
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
13 years
[JBoss JIRA] (TEIIDDES-1577) Changing connection URL for JDBC driver has no effect
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1577?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1577:
-----------------------------------
Fix Version/s: 8.1
> Changing connection URL for JDBC driver has no effect
> -----------------------------------------------------
>
> Key: TEIIDDES-1577
> URL: https://issues.jboss.org/browse/TEIIDDES-1577
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Reporter: Tom Johnston
> Fix For: 8.1
>
>
> Changing Connection URL under Properties Tab for Edit Driver Definitions does not have any impact when using the driver.
> I.E. When specifying a new connection profile the Connection URL (shaded, unchangeable here) does NOT reflect the aforementioned property.
> Use Case: I'm trying to create a new driver entry using Oracles OCI connectivity capability thus requiring a change in the connection url to (jdbc:oracle:oci:@<database_string> , for example)
--
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
13 years
[JBoss JIRA] (TEIIDDES-1577) Changing connection URL for JDBC driver has no effect
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1577?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1577:
-----------------------------------
Assignee: Mark Drilling
> Changing connection URL for JDBC driver has no effect
> -----------------------------------------------------
>
> Key: TEIIDDES-1577
> URL: https://issues.jboss.org/browse/TEIIDDES-1577
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Reporter: Tom Johnston
> Assignee: Mark Drilling
> Fix For: 8.1
>
>
> Changing Connection URL under Properties Tab for Edit Driver Definitions does not have any impact when using the driver.
> I.E. When specifying a new connection profile the Connection URL (shaded, unchangeable here) does NOT reflect the aforementioned property.
> Use Case: I'm trying to create a new driver entry using Oracles OCI connectivity capability thus requiring a change in the connection url to (jdbc:oracle:oci:@<database_string> , for example)
--
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
13 years
[JBoss JIRA] (TEIIDDES-1637) Make selection of tables/columns less cumbersome in Teiid Designer Data Roles
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1637?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-1637.
------------------------------------
Resolution: Done
Relaxed logic to allow selecting children of un-selected parents
> Make selection of tables/columns less cumbersome in Teiid Designer Data Roles
> -----------------------------------------------------------------------------
>
> Key: TEIIDDES-1637
> URL: https://issues.jboss.org/browse/TEIIDDES-1637
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Teiid Integration
> Environment: As used in SOA-P 5.3
> Reporter: Rick Wagner
> Assignee: Barry LaFond
> Fix For: 8.1
>
>
> Make selection of tables/columns less cumbersome in Teiid Designer Data Roles. For example, if you have view that contains say 100 columns and you want to setup a role to give only 5 columns (c1, c2, c3, c4, c5) access out of 100 columns, you can't select only c1, c2, c3, c4, c5 which throws an error "Cannot change Element state - the Parent element must be enabled first."
> So we need to select on view which automatically selects all 100 columns and then uncheck one by one all the 95 columns. Can this be fixed to select needed child columns in the view which should automatically select parent and no need to uncheck one by one all the 95 columns ?
--
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
13 years