[JBoss JIRA] Commented: (TEIIDDES-907) In Designer, the default data type length could cause issues when accessing EDS via ODBC
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-907?page=com.atlassian.jira.plug... ]
Van Halbert commented on TEIIDDES-907:
--------------------------------------
Is this fixed with the TEIID-1506 fix?
> In Designer, the default data type length could cause issues when accessing EDS via ODBC
> ----------------------------------------------------------------------------------------
>
> Key: TEIIDDES-907
> URL: https://issues.jboss.org/browse/TEIIDDES-907
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 7.1.1
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Priority: Critical
>
> Customers that are building VDB's to be accessed via ODBC will be wrong when the MAX_INT default is used. The following exception will be seen in the server log when this occurs:
> 1 [FunctionExecutionException] ERR.015.001.0033: Error Code:ERR.015.001.0033 Message:Error converting [2,097,152] of type integer to type short
> 2 [TransformationException]The Integer value '2,097,152' is outside the of range for Short
> at org.teiid.query.function.FunctionDescriptor.invokeFunction(FunctionDescriptor.java:259)
> at org.teiid.query.eval.Evaluator.evaluate(Evaluator.java:969)
> at org.teiid.query.eval.Evaluator.internalEvaluate(Evaluator.java:633)
> at org.teiid.query.eval.Evaluator.evaluate(Evaluator.java:603)
> ... 39 more
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (TEIIDDES-948) Editing and saving model that is a dependency to other models does not rebuild dependant models
by Barry LaFond (JIRA)
Editing and saving model that is a dependency to other models does not rebuild dependant models
-----------------------------------------------------------------------------------------------
Key: TEIIDDES-948
URL: https://issues.jboss.org/browse/TEIIDDES-948
Project: Teiid Designer
Issue Type: Bug
Components: Modeling, Validation
Affects Versions: 7.3, 7.1, 7.4
Reporter: Barry LaFond
Assignee: Dan Florian
Priority: Blocker
Fix For: 7.4
1) Create simple virtual table (VTableA) dependent on a simple source table (STableA). Insure validation OK
2) Clone a column in STableA and save source model
3) Errors should result in source model
4) NO errors in virtual model
Indexes for models that depend on the "source" model should be deleted and the dependent models re-built if Auto-Build is ON
Probably should be wired to our current "build" framework so a dependency check is always performed if Auto-Build is ON
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (TEIIDDES-840) soften requirement limits in feature.xml <import> statements to ensure users can use DTP 1.7.x with latest Teiid 7.1.x
by Nick Boldt (JIRA)
soften requirement limits in feature.xml <import> statements to ensure users can use DTP 1.7.x with latest Teiid 7.1.x
----------------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-840
URL: https://issues.jboss.org/browse/TEIIDDES-840
Project: Teiid Designer
Issue Type: Bug
Components: Build
Affects Versions: 7.1.1
Reporter: Nick Boldt
Looking in branches/7.1/features/org.teiid.designer.runtime.feature/feature.xml, I see that you have very restrictive limits on required imported features:
<requires>
<import feature="org.eclipse.datatools.common.doc.user" version="1.7.0.v200908280400-26-311A16321A3557"/>
<import feature="org.eclipse.datatools.connectivity.doc.user" version="1.7.0.v200908280400-37D-7733L3D753L7BBF"/>
<import feature="org.eclipse.datatools.connectivity.feature" version="1.7.0.v200908280400-7B7OAIEn1XeacwFFi4FhDyooRMY"/>
<import feature="org.eclipse.datatools.connectivity.oda.designer.feature" version="1.7.1.v200908280400-7E7C77DZRDEBDyIYEqgX"/>
<import feature="org.eclipse.datatools.connectivity.oda.feature" version="1.7.1.v200908280400-7H794CcNBC0BvEdEXZe"/>
<import feature="org.eclipse.datatools.doc.user" version="1.7.0.v200908280400-47C08w95ENAK6AFDFK7"/>
<import feature="org.eclipse.datatools.enablement.apache.derby.feature" version="1.7.0.v200908280400-7768bBmKDLfMjHuIFJW7SBI"/>
<import feature="org.eclipse.datatools.enablement.feature" version="1.7.0.v200908280400-7J8i2BWwQJOaz-Gi2C5seJM2FX2f"/>
...
</requires>
Wondering if you should explicitly include a match rule for the sake of clarity, and omit the qualifier/suffix so that you're not so brittle in your requirement.
For example, could use one of these formats:
<import plugin="org.eclipse.core.resources" version="3.2.0" match="compatible"/>
or
<import feature="org.hibernate.eclipse.feature" version="3.2.0" match="greaterOrEqual"/>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Resolved: (TEIIDDES-874) Teiid Designer has action handler conflicts for Paste, Copy, Cut, Delete, Find, Select All, Bookmark
by Dan Florian (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-874?page=com.atlassian.jira.plug... ]
Dan Florian resolved TEIIDDES-874.
----------------------------------
Resolution: Done
When swapping out Eclipse global actions when different editors are selected, the ModelEditorActionContributor was not unregistering the ActionHandler correctly. So, conflicts would occur when registering an action whose ID had previously been registered. Using the ActionHandler's own activation service to unregister seemed to fix the problem.
> Teiid Designer has action handler conflicts for Paste, Copy, Cut, Delete, Find, Select All, Bookmark
> ----------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-874
> URL: https://issues.jboss.org/browse/TEIIDDES-874
> Project: Teiid Designer
> Issue Type: Bug
> Components: Eclipse Integration
> Affects Versions: 7.3
> Reporter: Denis Golovin
> Assignee: Dan Florian
> Fix For: 7.4
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> Error log contains handler conflicts warnings:
> !ENTRY org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE A handler conflict occurred. This may disable some commands.
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'paste':
> HandlerActivation(commandId=paste,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.PasteAction@1a60a44),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=paste,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.PasteAction@1a60a44),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.CopyNameAction':
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CopyNameAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyNameAction@1ec079e),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CopyNameAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyNameAction@1ec079e),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.EditAction':
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.EditAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.EditAction@e82464),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.EditAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.EditAction@e82464),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.PasteSpecialAction':
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.PasteSpecialAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.PasteSpecialAction@ad342a),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.PasteSpecialAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.PasteSpecialAction@ad342a),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'cut':
> HandlerActivation(commandId=cut,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CutAction@13bb3cc),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=cut,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CutAction@13bb3cc),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.CloneAction':
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CloneAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CloneAction@9919c9),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CloneAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CloneAction@9919c9),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'redo':
> HandlerActivation(commandId=redo,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.RedoAction@16c0caa),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=redo,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.RedoAction@16c0caa),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'print':
> HandlerActivation(commandId=print,
> handler=ActionHandler(com.metamatrix.modeler.diagram.ui.actions.PrintWrapper@b39fe4),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=print,
> handler=ActionHandler(com.metamatrix.modeler.diagram.ui.actions.PrintWrapper@b39fe4),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'selectAll':
> HandlerActivation(commandId=selectAll,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.SelectAllAction@c6580c),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=selectAll,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.SelectAllAction@c6580c),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'copy':
> HandlerActivation(commandId=copy,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyAction@1bea855),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=copy,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyAction@1bea855),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'bookmark':
> HandlerActivation(commandId=bookmark,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.BookmarkAction@1da1de),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=bookmark,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.BookmarkAction@1da1de),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.OpenAction':
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.OpenAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.OpenAction@16df8f5),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.OpenAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.OpenAction@16df8f5),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.SetDatatypeAction':
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.SetDatatypeAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.SetDatatypeAction@f39e95),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.SetDatatypeAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.SetDatatypeAction@f39e95),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'delete':
> HandlerActivation(commandId=delete,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.DeleteAction@305d34),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=delete,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.DeleteAction@305d34),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'undo':
> HandlerActivation(commandId=undo,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.UndoAction@1370a40),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=undo,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.UndoAction@1370a40),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'rename':
> HandlerActivation(commandId=rename,
> handler=ActionHandler(com.metamatrix.modeler.diagram.ui.pakkage.actions.RenameAction@1cb43d9),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=rename,
> handler=ActionHandler(com.metamatrix.modeler.diagram.ui.pakkage.actions.RenameAction@1cb43d9),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'find':
> HandlerActivation(commandId=find,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.FindAction@8202d6),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=find,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.FindAction@8202d6),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.CopyFullNameAction':
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CopyFullNameAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyFullNameAction@18850b0),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CopyFullNameAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyFullNameAction@18850b0),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Commented: (TEIIDDES-874) Teiid Designer has action handler conflicts for Paste, Copy, Cut, Delete, Find, Select All, Bookmark
by Dan Florian (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-874?page=com.atlassian.jira.plug... ]
Dan Florian commented on TEIIDDES-874:
--------------------------------------
I was able to consistently duplicate this by opening a physical model, then a VDB, then a virtual model, then selecting in reverse order, the editor tabs of each.
> Teiid Designer has action handler conflicts for Paste, Copy, Cut, Delete, Find, Select All, Bookmark
> ----------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-874
> URL: https://issues.jboss.org/browse/TEIIDDES-874
> Project: Teiid Designer
> Issue Type: Bug
> Components: Eclipse Integration
> Affects Versions: 7.3
> Reporter: Denis Golovin
> Assignee: Dan Florian
> Fix For: 7.4
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> Error log contains handler conflicts warnings:
> !ENTRY org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE A handler conflict occurred. This may disable some commands.
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'paste':
> HandlerActivation(commandId=paste,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.PasteAction@1a60a44),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=paste,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.PasteAction@1a60a44),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.CopyNameAction':
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CopyNameAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyNameAction@1ec079e),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CopyNameAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyNameAction@1ec079e),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.EditAction':
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.EditAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.EditAction@e82464),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.EditAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.EditAction@e82464),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.PasteSpecialAction':
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.PasteSpecialAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.PasteSpecialAction@ad342a),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.PasteSpecialAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.PasteSpecialAction@ad342a),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'cut':
> HandlerActivation(commandId=cut,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CutAction@13bb3cc),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=cut,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CutAction@13bb3cc),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.CloneAction':
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CloneAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CloneAction@9919c9),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CloneAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CloneAction@9919c9),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'redo':
> HandlerActivation(commandId=redo,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.RedoAction@16c0caa),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=redo,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.RedoAction@16c0caa),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'print':
> HandlerActivation(commandId=print,
> handler=ActionHandler(com.metamatrix.modeler.diagram.ui.actions.PrintWrapper@b39fe4),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=print,
> handler=ActionHandler(com.metamatrix.modeler.diagram.ui.actions.PrintWrapper@b39fe4),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'selectAll':
> HandlerActivation(commandId=selectAll,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.SelectAllAction@c6580c),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=selectAll,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.SelectAllAction@c6580c),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'copy':
> HandlerActivation(commandId=copy,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyAction@1bea855),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=copy,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyAction@1bea855),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'bookmark':
> HandlerActivation(commandId=bookmark,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.BookmarkAction@1da1de),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=bookmark,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.BookmarkAction@1da1de),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.OpenAction':
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.OpenAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.OpenAction@16df8f5),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.OpenAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.OpenAction@16df8f5),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.SetDatatypeAction':
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.SetDatatypeAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.SetDatatypeAction@f39e95),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.SetDatatypeAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.SetDatatypeAction@f39e95),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'delete':
> HandlerActivation(commandId=delete,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.DeleteAction@305d34),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=delete,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.DeleteAction@305d34),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'undo':
> HandlerActivation(commandId=undo,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.UndoAction@1370a40),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=undo,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.UndoAction@1370a40),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'rename':
> HandlerActivation(commandId=rename,
> handler=ActionHandler(com.metamatrix.modeler.diagram.ui.pakkage.actions.RenameAction@1cb43d9),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=rename,
> handler=ActionHandler(com.metamatrix.modeler.diagram.ui.pakkage.actions.RenameAction@1cb43d9),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'find':
> HandlerActivation(commandId=find,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.FindAction@8202d6),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=find,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.FindAction@8202d6),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
> !MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.CopyFullNameAction':
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CopyFullNameAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyFullNameAction@18850b0),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
> HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CopyFullNameAction,
> handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyFullNameAction@18850b0),
> expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Updated: (TEIIDDES-946) Add gui handling for new permission types alter/execute
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-946?page=com.atlassian.jira.plug... ]
Steven Hawkins updated TEIIDDES-946:
------------------------------------
Description:
Teiid now has permissions for allowing alter (alter) statements and for procedure/function execution (execute).
execute is applicable only to procedures/functions. Currently alter is only applicable to views/procedures, but there's no need make that restriction visually.
was:In addition to CRUD, we should have more idiomatic permissions for allowing alter (alter) statements and for procedure/function execution (execute). For backwards compatibility READ would still be accepted as the execute permission.
> Add gui handling for new permission types alter/execute
> -------------------------------------------------------
>
> Key: TEIIDDES-946
> URL: https://issues.jboss.org/browse/TEIIDDES-946
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: VDB & Execution
> Affects Versions: 7.4
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
>
> Teiid now has permissions for allowing alter (alter) statements and for procedure/function execution (execute).
> execute is applicable only to procedures/functions. Currently alter is only applicable to views/procedures, but there's no need make that restriction visually.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months